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 > On Thu, Dec 18, 2008 at 5:04 PM, Mark Stevens > wrote: > > Hi all, > > > > Anyone had any luck with servin

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 defaul

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

2007-07-20 Thread Mark Stevens
rking. 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

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

2007-07-17 Thread Mark Stevens
l try rolling back to Apache 1.3 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

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

2007-07-17 Thread Mark Stevens
to Apache 1.3 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 entir

[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 orig

[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

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. ServerName www.myserver.com Again sorry if I've misunderstood your problem. Regards,

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
heat to resolve the issue so I think I might try rolling back to Apache 1.3 as this uses mod_proxy to cache not mod_cache/mod_disk_cache. Thank you very much for all your help and advice, Mark. On 11/07/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 11/07/07, Mark Stevens <

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
L PROTECTED]> wrote: On 11/07/07, 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 fo

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
07/07, 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

[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 u