View previous topic :: View next topic |
Author |
Message |
kiesa n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Oct 2005 Posts: 57 Location: Finland
|
Posted: Sat Mar 04, 2006 9:10 pm Post subject: Apache2.2 Redirect problem |
|
|
We have chrooted apache2.2 server running and everything else
works just fine but when users are redirected by web applications
like gallery2 or squirrelmail users get error:
"Bad Request
Your browser sent a request that this server could not understand."
And are stuck on redirect.php or whatever but anyway are not redirected to
application as should have.
And after trying with various browsers, without any firewalls,
switched NICs, many php versions etc and nothing seems to work.
Just can't figure out what it could be.
Could it be possible that i've forgot to copy something over to
chrooted environment that could cause this?
Is there any way to debug apache and see what it is really doing?
or.. could this even be kernel related? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Philz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/577900654418ff6d74d6f3.jpg)
Joined: 31 Oct 2004 Posts: 51 Location: Switzerland
|
Posted: Sun Mar 05, 2006 10:27 pm Post subject: |
|
|
Well, what are it's log files saying?
They usually reside in
Code: |
terabox ~ # ls -l /var/log/apache2/
total 15M
-rw-r--r-- 1 root root 13G Mar 5 02:29 access_log
-rw-r--r-- 1 root root 1.1M Mar 4 19:17 error_log
-rw-r--r-- 1 root root 96K Mar 4 19:17 startuperror.log
|
_________________ Sorry, no time for a sig. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kiesa n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Oct 2005 Posts: 57 Location: Finland
|
Posted: Tue Mar 07, 2006 6:21 am Post subject: |
|
|
arh, there was some not-so-wise LimitRequest* options set up
on apache which were causing this. Thanks anyway! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|