View previous topic :: View next topic |
Author |
Message |
DBrewsky -
Joined: 25 Aug 2007 Posts: 5
|
Posted: Sat Aug 25, 2007 5:42 am Post subject: Abyss Webserver and PHP |
|
|
Ok.. Found this new webserver to test PHP scripts. I installed the PHP windows installer after I installed the abyss webserver.
The Abyss webserver works great.. But can't seem to get any PHP files to work. It justs sits there.... I went through the configuration help but no luck..
Any suggestions for a newbie???
Thanks in advance!
DBrew |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
|
Back to top |
|
 |
DBrewsky -
Joined: 25 Aug 2007 Posts: 5
|
Posted: Sat Aug 25, 2007 6:06 am Post subject: |
|
|
Thank you. Yes, those are the instructions I followed. |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Aug 25, 2007 6:28 am Post subject: |
|
|
Please explain in detail what happens when you try to run a php script.
(ie. errors, timeouts, etc.)
Can you run the following script?
Code: | <?php
phpinfo();
?> |
|
|
Back to top |
|
 |
DBrewsky -
Joined: 25 Aug 2007 Posts: 5
|
Posted: Sat Aug 25, 2007 6:35 am Post subject: |
|
|
ok.. I created test.php and placed it in the htdocs folder. When I goto the address http://localhost/test.php I get an Internal 500 error, The Page Cannot Be Displayed.
If I run http://localhost I get the Welcome to Abyss Web Server default page. |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Aug 25, 2007 6:44 am Post subject: |
|
|
An Internal 500 error is often caused by an incorrectly configured php setup.
Please go over the instructions again step by step. |
|
Back to top |
|
 |
DBrewsky -
Joined: 25 Aug 2007 Posts: 5
|
Posted: Sat Aug 25, 2007 6:46 am Post subject: |
|
|
ok.. I will uninstall both the webserver and php install..
Will let you know in about 10 minutes..
Thanks again! |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Aug 25, 2007 6:49 am Post subject: |
|
|
It's not necessary to uninstall the server.
Just pay special attention to the scripting parameters setup in php. |
|
Back to top |
|
 |
DBrewsky -
Joined: 25 Aug 2007 Posts: 5
|
Posted: Sat Aug 25, 2007 7:00 am Post subject: |
|
|
ok.. That worked.. I got the PHP Configuration screen that I am supposed to get..
I appreciate your help...
Thanks!
DBrew |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Aug 25, 2007 7:08 am Post subject: |
|
|
No problem. Glad you got it working. :D |
|
Back to top |
|
 |
|