View previous topic :: View next topic |
Author |
Message |
element78 -
Joined: 16 Sep 2003 Posts: 3
|
Posted: Tue Sep 16, 2003 6:51 am Post subject: Error 200?!?! and another question. |
|
|
I got this working to the point where i can view my index.htm file.. but when i try to go to http://localhost/forums/config.php (to setup phpBB) it says:
Quote: | Error 200
OK
--------------------------------------------------------------------------------
Abyss Web Server X1 Update 1
© Aprelium Technologies - 2001-2003 |
Any idea? I followed the EXACT steps the help file said for PHP files.. and double-checked it 2 seconds ago. Please help.. I don't know what that error even means.
Also...
Small question.. everytime I restart the server it tries redirecting me to http://127.0.0.1:10003/ instead of 10000 (right after the "Redirecting..." message). So everytime i have to go up and edit the url back to port 10000. Quite annoying.. Also everytime I try to auto-detect the port, it increases by 1 everytime i push the button.
Thanks in advance!
-Adam |
|
Back to top |
|
 |
element78 -
Joined: 16 Sep 2003 Posts: 3
|
Posted: Tue Sep 16, 2003 6:52 am Post subject: |
|
|
also, i'm running most recent version of IE and Abyss
AND
i have register_globals set to on |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Sep 17, 2003 12:31 am Post subject: Re: Error 200?!?! and another question. |
|
|
Error 200 means that the script sent no output. So you should see why it does so. Usually, this is because of a situation that is unhandled in the script's code. This is generally the symptom of a configuration issue.
element78 wrote: | Small question.. everytime I restart the server it tries redirecting me to http://127.0.0.1:10003/ instead of 10000 (right after the "Redirecting..." message). So everytime i have to go up and edit the url back to port 10000. Quite annoying.. Also everytime I try to auto-detect the port, it increases by 1 everytime i push the button.
Thanks in advance!
-Adam |
Close Abyss, open abyss.conf file and remove all the duplicate ConsolePort lines except the last one. Save the file and restart Abyss. This is a minor bug we're aware of (it is fixed and it won't happen in the next versions). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|