Installing PHP and beyond...

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
jmacman
-


Joined: 15 Feb 2003
Posts: 15

PostPosted: Fri Mar 14, 2003 12:04 am    Post subject: Installing PHP and beyond... Reply with quote

OK, I followed the instructions on the Abyss site oh how to configure PHP to run on abyss X1. OK, now how do I get a .php page working??? I get this damn message:

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

WHAT DO I DO!?!?!?!?!?!?!
:x
-DF
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Mar 14, 2003 1:55 am    Post subject: Re: Installing PHP and beyond... Reply with quote

jmacman wrote:
OK, I followed the instructions on the Abyss site oh how to configure PHP to run on abyss X1. OK, now how do I get a .php page working??? I get this damn message:

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

WHAT DO I DO!?!?!?!?!?!?!
:x
-DF

If you get that error, that means that you haven't followed exactly our PHP installation guideline. So open the console, go to server configuration > advanced > CGI parameters and in the CGI variables, add REDIRECT_STATUS with the value 200. Enter it in CAPITALS as stated in the PHP installation guideline.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
jmacman
-


Joined: 15 Feb 2003
Posts: 15

PostPosted: Fri Mar 14, 2003 9:36 pm    Post subject: Reply with quote

The REDIRECT_STATUS and the value 200 was right. I followed the instructions exactly.

-DF
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Mar 14, 2003 11:49 pm    Post subject: Reply with quote

jmacman wrote:
The REDIRECT_STATUS and the value 200 was right. I followed the instructions exactly.

-DF

Please send us your abyss.conf file and your php.ini file to support@aprelium.com to check them.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
jmacman
-


Joined: 15 Feb 2003
Posts: 15

PostPosted: Sat Mar 15, 2003 3:05 am    Post subject: Reply with quote

wheres the abyss.conf file? and do you want the php.ini from the downloaded PHP software?

-DF
Back to top View user's profile Send private message
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sat Mar 15, 2003 3:24 am    Post subject: Reply with quote

The Abyss.conf file is located in the Abyss program root directory. Sending the php.ini file might help but within your Abyss.conf file is the Abyss settings.

Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Mar 15, 2003 5:25 pm    Post subject: Reply with quote

jmacman,

After checking the abyss.conf file you sent to our support, we found that you entered REDIRECT_STATUS followed by a space. And it is that space that makes PHP ignore the CGI variable (for PHP, it is a completely different variable).
So you should delete that variable from the CGI variables table and enter REDIRECT_STATUS with no space before or after in the appropriate text input field (of course, give it the value 200).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
jmacman
-


Joined: 15 Feb 2003
Posts: 15

PostPosted: Sun Mar 16, 2003 4:06 am    Post subject: Reply with quote

LOL so simple! Hehe, thanks so much. OK, now that we got this squared away, can you tell me a good place to get .php files and other info?
-Thanks,
DF
Back to top View user's profile Send private message
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Mar 16, 2003 4:30 am    Post subject: Reply with quote

Two nice sites I usually hit first when searching for php scripts are the following.

http://www.phpresourceindex.com
http://www.hotscripts.com

You can find a plethora of other script languages such as ASP & PERL at both choices but at the moment those two are my favorites in the meantime. If you find any more perhaps you can share them with us all here at the forums :)

Nothing like a good resource. good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Mon Mar 17, 2003 12:26 am    Post subject: Reply with quote

I would also like to suggest www.sourceforge.net :D

SourceForge.net is the world's largest Open Source software development website, with the largest repository of Open Source code and applications available on the Internet. SourceForge.net provides free services to Open Source developers.
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Mon Mar 17, 2003 3:14 am    Post subject: Reply with quote

I definitely love sourceforge.net and it is one of the coolest resources around. BTW, is that like the mother of all opensource projects or are thier more out there?

Abyss at one point in an early stage was open source but now its no longer open source correct? Interesting... Thanks for the feed back :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Mar 17, 2003 5:40 pm    Post subject: Reply with quote

vbgunz wrote:
Abyss at one point in an early stage was open source but now its no longer open source correct? Interesting... Thanks for the feed back :)

Yes, the ancestor of Abyss was an an open source project.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Tue Mar 18, 2003 1:30 am    Post subject: Reply with quote

vbgunz wrote:
I definitely love sourceforge.net and it is one of the coolest resources around. BTW, is that like the mother of all opensource projects or are thier more out there?

Abyss at one point in an early stage was open source but now its no longer open source correct? Interesting... Thanks for the feed back :)


It's pretty much "the mother" of all open source projects. Loads of great programs there. :)
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group