How to use ErrorDocument Directive when Apache is configured as pure reverse proxy.

2008-12-18 Thread Mark Stevens
Hi all, Anyone had any luck with serving custom error documents when Apache is configured as a reverse proxy? I do not have a DocumentRoot, just Rewrite and ProxyPass back to application server? When the back end is overloaded, Apache generates it's generic 503 Page, I need to change this

Re: How to use ErrorDocument Directive when Apache is configured as pure reverse proxy.

2008-12-18 Thread Mark Stevens
I'll have another try and re-directing to external server, it seemed to be getting ignored last time I tried. Many thanks, Mark. 2008/12/18 Eric Covener cove...@gmail.com On Thu, Dec 18, 2008 at 5:04 PM, Mark Stevens mark.steven...@googlemail.com wrote: Hi all, Anyone had any luck

Re: [EMAIL PROTECTED] Re: mod_cache intermittently corrupting PDF's or storing incomplete version of file.

2007-07-20 Thread Mark Stevens
. Regards, Mark. On 17/07/07, Mark Stevens [EMAIL PROTECTED] wrote: Me again :) Some progress, hopefully this might be of use to anyone else who runs into this problem. I have managed to replicate the issue 100% of the time by using the '--limit' parameter in wget. This produced

Re: [EMAIL PROTECTED] Re: mod_cache intermittently corrupting PDF's or storing incomplete version of file.

2007-07-17 Thread Mark Stevens
to rule out mod_cache as being the culprit. Thanks again, Mark. On 17/07/07, Jacqui caren [EMAIL PROTECTED] wrote: Mark Stevens wrote: Anyone? It is likely that PDF viewers will ask for byteranges. If the cache is storing what is requested rather that the entire file, then this make

[EMAIL PROTECTED] mod_cache intermittently corrupting PDF's or storing incomplete version of file.

2007-07-16 Thread Mark Stevens
Has anyone had problems in the past with Apache mod_cache storing incomplete versions of files such as PDF's, and if so did you manage to resolve it? The problem is intermittent, and I can confirm PDF's from the origin source are OK. I would be interested in any combination of setup and version

[EMAIL PROTECTED] Re: mod_cache intermittently corrupting PDF's or storing incomplete version of file.

2007-07-16 Thread Mark Stevens
Anyone? On 16/07/07, Mark Stevens [EMAIL PROTECTED] wrote: Has anyone had problems in the past with Apache mod_cache storing incomplete versions of files such as PDF's, and if so did you manage to resolve it? The problem is intermittent, and I can confirm PDF's from the origin source are OK

Re: [EMAIL PROTECTED] method to remove individual file from cache using mod_cache/mod_disk_cache Apache 2.2.4

2007-07-11 Thread Mark Stevens
, Vincent Bray [EMAIL PROTECTED] wrote: On 09/07/07, Mark Stevens [EMAIL PROTECTED] wrote: I have a basic reverse proxy setup using mod_cache, mod_disk_cache and mod_proxy, we are having issues with some of the PDF's getting corrupted in the cache, the problem is intermittent but is happening

Re: [EMAIL PROTECTED] method to remove individual file from cache using mod_cache/mod_disk_cache Apache 2.2.4

2007-07-11 Thread Mark Stevens
, Mark Stevens [EMAIL PROTECTED] wrote: Hi, Many thanks for the response, The bug I was referring to is 32950 detailed in the following URL. http://issues.apache.org/bugzilla/show_bug.cgi?id=32950 There's a request for clarifications at the end of that bug. I'm sure it'd be a big help if you

Re: [EMAIL PROTECTED] apache hostname resolution (strange problem)

2007-07-11 Thread Mark Stevens
Hi, Sorry if I have the wrong end of the stick, but why don't you just do NameVirtualHost 10.37.74.24:80 in your httpd.conf and then set your virtualhost to that NameVirtualHost. VirtualHost 10.37.74.24:80 ServerName www.myserver.com Again sorry if I've

[EMAIL PROTECTED] method to remove individual file from cache using mod_cache/mod_disk_cache Apache 2.2.4

2007-07-09 Thread Mark Stevens
Hi, I have a basic reverse proxy setup using mod_cache, mod_disk_cache and mod_proxy, we are having issues with some of the PDF's getting corrupted in the cache, the problem is intermittent but is happening randomly, we are able to re-produce by requesting the same file but appending ?1, ?2 etc