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

2011-05-09 Thread TRAFx Research
On Mon, May 9, 2011 at 13:11, Eric Covener 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.

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 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 sequence

[users@httpd] Dropped packets and 408 responses

2011-05-09 Thread TRAFx Research
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 sequence of events is essentially: 1) Client issues a POST from a fil

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 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 is configurab

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

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Mark Montague
On May 9, 2011 9:21 , Eric Covener wrote: On Mon, May 9, 2011 at 9:13 AM, Sébastien Moretti 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 of other servers such as tomcat or play fram

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 Fi

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Eric Covener
On Mon, May 9, 2011 at 9:13 AM, Sébastien Moretti 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, through

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 b

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 Fi

Re: [users@httpd] FilesMatch does nothing

2011-05-09 Thread Eric Covener
On Mon, May 9, 2011 at 9:00 AM, Sébastien Moretti 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, through mod_jk or mod_pro

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

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