Re: Problem with mod_fcgid handling ErrorDocuments

2010-07-06 Thread Graham Dumpleton
On 7 July 2010 11:43, Graham Dumpleton wrote: > On 6 July 2010 22:56, Edgar Frank wrote: >> Hi mod_fcgid developers, >> >> I'm currently exploring a potential problem with mod_fcgid. >> Let's assume a setup with mod_security and mod_fcgid >> (has nothing to do with mod_security itself - it just h

Re: Problem with mod_fcgid handling ErrorDocuments

2010-07-06 Thread Graham Dumpleton
On 6 July 2010 22:56, Edgar Frank wrote: > Hi mod_fcgid developers, > > I'm currently exploring a potential problem with mod_fcgid. > Let's assume a setup with mod_security and mod_fcgid > (has nothing to do with mod_security itself - it just helps to > trigger the problem). > > Now we have a larg

Re: Per request DocumentRoot

2010-07-06 Thread Anders Kaseorg
On Tue, 2010-07-06 at 10:50 +0200, Ondřej Surý wrote: > I am a author of mod-vhost-ldap module and I have received complaints > about DocumentRoot being unstable. After a fixing of dozen bugs and > further debugging I have found out, that DocumentRoot is shared per > process and not per thread and

Problem with mod_fcgid handling ErrorDocuments

2010-07-06 Thread Edgar Frank
Hi mod_fcgid developers, I'm currently exploring a potential problem with mod_fcgid. Let's assume a setup with mod_security and mod_fcgid (has nothing to do with mod_security itself - it just helps to trigger the problem). Now we have a large POST request which mod_security blocks (by SecRequestB

Per request DocumentRoot

2010-07-06 Thread Ondřej Surý
Hi, I am a author of mod-vhost-ldap module and I have received complaints about DocumentRoot being unstable. After a fixing of dozen bugs and further debugging I have found out, that DocumentRoot is shared per process and not per thread and thus I am unable to fix that as a self-contained fix, sin