Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-15 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-15 Thread Jalil Feghhi
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 b/c of some chars in URL. Nothing wrong w/ Apache! Thank

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-15 Thread Jalil Feghhi
Owen,What we are doing is we reverse proxy our requests for a /main/ in the URL to one of our servers. Everything works so far except for this URL (/main/FileStore.ashx/Attachment/13001=Blue%20hills.jpg ) which is just a .jpg file. I don't know what is special about it! Same URLs without a %20 work

RE: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Boyle Owen
> -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 > URL we get a 500 error. I

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Jalil Feghhi
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

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Patrick Rutkowski
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 - - [

Re: [EMAIL PROTECTED] Help debugging 500 Error

2006-09-14 Thread Patrick Rutkowski
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.