View previous topic :: View next topic |
Author |
Message |
Bonk -
Joined: 23 Dec 2003 Posts: 6
|
Posted: Tue Dec 23, 2003 6:47 am Post subject: Error 400 - Bad Request |
|
|
I am getting an "Error 400 - Bad request" from a script
on my abyss/php server that I do not get on my apache/php
server. The script is Web File Browser 0.4b14 from:
http://www.webfilebrowser.org/
The rest of the script seems to work on my abyss server;
it performs all the requested actions but will not return
to the specified page after the action is performed.
Note I am running php as a module on apache.
I think it has something to do with the redirect in the script
or php/server settings, though I have been messing around with
it for some time now and have not figured it out, any ideas?
This is a dandy little script and I would love to be able to use it
on my abyss server. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Dec 23, 2003 6:03 pm Post subject: Re: Error 400 - Bad Request |
|
|
Bonk,
Error 400 means that the URL was bad or that the POSTed information were corrupted. Anyway, we'll give it a try.
Please contact our tech support to get more information about our test. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Bonk -
Joined: 23 Dec 2003 Posts: 6
|
Posted: Tue Dec 23, 2003 7:27 pm Post subject: |
|
|
Yup, thats roughly what a 400 error means, which is why I suspected the header redirect produced by the script. I have since gone over the php.ini files on both systems to ensure their settings are the same. There is something about the redirect that abyss does not like that apache is ok with. (or perhaps the difference lies in running php as a cgi-wrapper instead of a module...?)
There were a few differences in the php.ini files pertaining to data handling (register_globals, magic_quotes_gpc, register_argc_argv). I adjusted the php.ini on my abyss server to match these settings from the php.ini on my apache server - still no joy... I get the feeling I am missing something simple.
Thanks for giving it a try, I'll contact tech support after they've had a chance to give it a whirl... |
|
Back to top |
|
 |
|