On 9/15/06, Jalil Feghhi <[EMAIL PROTECTED]> wrote:
I found what was going on. I thought I let other know in case anybody is
interested and close this thread.
We have a third-party Apache filter to enforce authentication and it turned
out that the filter is the problem as it rejects the request
same timestamp and that is the end of error.log. I don't know if logs are buffered but even if I do stop apache, I don't see anything related to this request in
error.log.-JalilOn 9/14/06, Boyle Owen <
[EMAIL PROTECTED]> wrote:
> -Original Message-> From: Jalil Fegh
even if I do stop apache, I don't see anything related to this request in
error.log.-JalilOn 9/14/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> -Original Message-> From: Jalil Feghhi [mailto:[EMAIL PROTECTED]]> Sent: Thursday, September 14, 2006 11:28 PM> To:
users
> -Original Message-
> From: Jalil Feghhi [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 14, 2006 11:28 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Help debugging 500 Error
>
> We are using Apache 2.0.x with mod_proxy and for a specific
>
I forgot to mention that. The log level is set to Debug but there is nothing that helps me find out why the reverse proxy failed.Here is what I see in access file:10.172.93.120
- - [14/Sep/2006:20:58:00 +] "GET /main/FileStore.ashx/Attachment/13001=Blue%20hills.jpg HTTP/1.1" 500 1287Nothing re
Hmm, I'm not sure then. I hardly know the first thing about proxies.On Sep 14, 2006, at 5:50 PM, Jalil Feghhi wrote:I forgot to mention that. The log level is set to Debug but there is nothing that helps me find out why the reverse proxy failed.Here is what I see in access file:10.172.93.120 - - [
Try adding "LogLevel debug" to your config
On Sep 14, 2006, at 5:28 PM, Jalil Feghhi wrote:
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.
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