Discussion:
Debuggin internal server errors
Jalil Feghhi
2006-09-14 21:27:21 UTC
Permalink
We are using Apache 2.0.x with mod_proxy and for a specific URL we get a 500
error. I check the error and access log files and only see that there was an
internal server error in the access.log file. There is no info in
error.logfile that helps me find out what went wrong.

I was wondering how else I can get more info why the request failed. I am
sure the request doesn't get reverse proxied to the destination web server
and something happens inside Apache.

Any help is appreciated.

-Jalil
James Blond
2006-09-21 08:07:39 UTC
Permalink
Start apache with
apache -e debug
maybe the old apache -t also helps

apache -t -e debug

Hope that helps, if you haven't allready fixed that.

Mario
Post by Jalil Feghhi
We are using Apache 2.0.x with mod_proxy and for a specific URL we get a 500
error. I check the error and access log files and only see that there was an
internal server error in the access.log file. There is no info in error.log
file that helps me find out what went wrong.
I was wondering how else I can get more info why the request failed. I am
sure the request doesn't get reverse proxied to the destination web server
and something happens inside Apache.
Any help is appreciated.
-Jalil
Loading...