[users@httpd] disable cache for a virtualhost

2011-05-09 Thread Alexandru Constantinescu
Hi I have a apache 2.2.17 configured as a reverse proxy with mod_cache and mod_disk_cache. I need to disable cache for a certains virtualhosts but cache enable/disable in a reverse proxy configuration allow me to do this on the path level. Is there a way do disable cache for a certain vhost

[users@httpd] FilesMatch does nothing

2011-05-09 Thread Sébastien Moretti
Hi I run several servers and sometimes for some of them, directives in FilesMatch seem never to be executed. Problems come when apache is the frontend of other servers such as tomcat or play framework, through mod_jk or mod_proxy. Are there known issues about that ? Some conflicts with

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Sébastien Moretti
Hi I run several servers and sometimes for some of them, directives in FilesMatch seem never to be executed. Problems come when apache is the frontend of other servers such as tomcat or play framework, through mod_jk or mod_proxy. In Apache terms, these requests don't match any Directory or

Re: [users@httpd] Chroot a virtual host

2011-05-09 Thread Matus UHLAR - fantomas
Hello, On 20.04.11 00:47, --[ UxBoD ]-- wrote: I have noticed that when running Joomla, or in-fact any browsing capable PHP code, I am able to navigate above my virtual host document root and look at other virtual host files. How would one stop this ? I have taken a look at mod_chroot but

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Eric Covener
On Mon, May 9, 2011 at 9:13 AM, Sébastien Moretti sebastien.more...@unil.ch wrote: Hi I run several servers and sometimes for some of them, directives in FilesMatch seem never to be executed. Problems come when apache is the frontend of other servers such as tomcat or play framework,

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Sébastien Moretti
Hi I run several servers and sometimes for some of them, directives in FilesMatch seem never to be executed. Problems come when apache is the frontend of other servers such as tomcat or play framework, through mod_jk or mod_proxy. In Apache terms, these requests don't match any Directory or

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Mark Montague
On May 9, 2011 9:21 , Eric Covener cove...@gmail.com wrote: On Mon, May 9, 2011 at 9:13 AM, Sébastien Moretti sebastien.more...@unil.ch wrote: I run several servers and sometimes for some of them, directives in FilesMatch seem never to be executed. Problems come when apache is the frontend

Re: [users@httpd] Incomplete file downloads if Apache HTTPD is killed

2011-05-09 Thread Matus UHLAR - fantomas
if a server is killed (SIGKILL) during a large static file transfer, then the client is not notified by his browser that file has not been completely downloaded. On Win it just says it is not a valid Win32 application or corrupted or sth. Now I know this is not a general problem and a

Re: [users@httpd] Incomplete file downloads if Apache HTTPD is killed

2011-05-09 Thread Bostjan Skufca
On 9 May 2011 15:44, Matus UHLAR - fantomas uh...@fantomas.sk wrote: So that was bad way to simulate apachectl stop just because of the above. I think with 2.2 it even is not true, because apache2 has own way to configure shutdown timeouts, the GracefulShutdownTimeout directive. Yes, timeout

Re: [users@httpd] Dropped packets and 408 responses

2011-05-09 Thread Eric Covener
On Mon, May 9, 2011 at 3:01 PM, TRAFx Research tr...@trafx.net wrote: Hello everyone,  We've got a customer that's got a flakey network that's dropping packets.  This has resulted in a few weird errors coming out of our Apache setup that I'm trying to work out if I can tweak to avoid.  The

Re: [users@httpd] Dropped packets and 408 responses

2011-05-09 Thread TRAFx Research
On Mon, May 9, 2011 at 13:11, Eric Covener cove...@gmail.com wrote: Do you use any apache SSO modules for form-based login by any chance? Nope, no SSO or form-based login in use anywhere.