Forbidden errors when files are moved over other files on NFS?

2008-05-23 Thread Allard Hoeve
Hello All, I'm trying to get to the bottom of a problem my customers are experiencing while serving files that are checked out from SVN on one server on an NFS mount and served by Apache from NFS mounts on other hosts. The problem is not limited to SVN, it is also created by "move" commands

Resource protection, specified by a database

2008-05-23 Thread Tim Lind
Hi Is there a way to enforce digest protection on a per resource basis through the use of database as opposed to an htaccess file? So that the database maintains which resources can be accessed by which groups and what resources require authorization. This is so that access protection can be

Re: 2.2.9 status

2008-05-23 Thread jean-frederic clere
Jim Jagielski wrote: Right now, we are waiting on an APR release before we can release 2.2.9... Does matter if we go with APR 1.3.0 or 1.2.x, we need a release (showstopper related to 1.2) I have noted problem in httpd-2.2.8 with mpm worker when using mod_proxy_ajp ping/pong it seems fixed in

Re: mod_proxy race condition bug #37770

2008-05-23 Thread Adam Woodworth
I think that the deflate filter might need to be fixed in order to work with this patch, I think the EOC bucket is causing the deflate filter to cause apache to return a 200 OK to the client with a blank page. I had to make our mod_perl application remove the deflate filter from the chain when we

Re: mod_proxy race condition bug #37770

2008-05-23 Thread Adam Woodworth
And FWIW, when the "EOC" bucket is sent down, our mod_perl filter sees an "ERROR" bucket, i.e. the bucket type is "ERROR" not "EOC", if that matters. On Fri, May 23, 2008 at 1:19 PM, Adam Woodworth <[EMAIL PROTECTED]> wrote: > I think that the deflate filter might need to be fixed in order to > w

Re: mod_proxy race condition bug #37770

2008-05-23 Thread Adam Woodworth
Err, sorry, we do see the EOC bucket, it's just after the ERROR and EOS buckets (duh). :) On Fri, May 23, 2008 at 1:31 PM, Adam Woodworth <[EMAIL PROTECTED]> wrote: > And FWIW, when the "EOC" bucket is sent down, our mod_perl filter sees > an "ERROR" bucket, i.e. the bucket type is "ERROR" not "E

Re: Palm Treo access to OWA via Apache 2.2.x Proxy

2008-05-23 Thread Sander Temme
On May 22, 2008, at 1:23 PM, Ray Van Dolson wrote: that of the above. I could open a bz bug for this and include tcpdumps (can the bugs be tagged private?) No, Bugzilla cannot do that. At least not how we have it set up. Don't submit anything you don't want the entire httpd developmen

Re: 2.2.9 status

2008-05-23 Thread Ruediger Pluem
On 05/23/2008 05:59 PM, jean-frederic clere wrote: Jim Jagielski wrote: Right now, we are waiting on an APR release before we can release 2.2.9... Does matter if we go with APR 1.3.0 or 1.2.x, we need a release (showstopper related to 1.2) I have noted problem in httpd-2.2.8 with mpm worker

Re: mod_proxy race condition bug #37770

2008-05-23 Thread Ruediger Pluem
On 05/23/2008 07:55 PM, Adam Woodworth wrote: Err, sorry, we do see the EOC bucket, it's just after the ERROR and EOS buckets (duh). :) This is what I expect. I have checked and I think I know what's going wrong, but I have no solution yet how to fix it. The solution I am looking for should n

Re: mod_proxy race condition bug #37770

2008-05-23 Thread Adam Woodworth
Thanks Ruediger. Keep us posted. Is this mod_proxy patch going to get into 2.2.9, or wait until another 2.2.x release when the deflate issue can be resolved? Cheers, Adam On Fri, May 23, 2008 at 5:51 PM, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > > > On 05/23/2008 07:55 PM, Adam Woodworth wro

Re: mod_proxy race condition bug #37770

2008-05-23 Thread Ruediger Pluem
On 05/24/2008 12:10 AM, Adam Woodworth wrote: Thanks Ruediger. Keep us posted. Is this mod_proxy patch going to get into 2.2.9, or wait until another 2.2.x release when the deflate issue can be resolved? As it looks currently it will be in 2.2.9, which doesn't mean that I do not find a fix