Re: mod_cache+mod_rewrite behaviour

2007-01-22 Thread Bart van der Schans
Fredrik Widlund wrote: > > I understand this has been discussed earlier in the " mod_cache, don't > always run as a quick handler." discussion, and I'd like to second this > request. And/or I'd be very happy to add a "CacheIgnoreQueryString On" > option to mod_cache. I also would like to have this

Re: Bugzilla flow (Re: Add 2.2.4 to bugzilla)

2007-01-22 Thread Guenter Knauf
Hi, > What I'm most unhappy about is that we have 783 bugs in New, > Assigned, Reopened, NeedInfo... that seems like quite a lot. Perhaps Then let's start and solve two of the 783 so we can these cross off the list +---+

Re: setting request timeout in mod_proxy/mod_proxy_balancer

2007-01-22 Thread Ruediger Pluem
On 01/22/2007 08:29 PM, Lucas Brasilino wrote: > Hi All: > > As I point out in: > > http://mail-archives.apache.org/mod_mbox/httpd-users/200701.mbox/raw/[EMAIL > PROTECTED] Based on your configuration from above, the following should work: ProxyRequests Off BalancerMember http://se

Re: [PATCH] enable another basedir during 'make install' forNetWare

2007-01-22 Thread Guenter Knauf
Hi Brad, > I think it cant break. If you look at apr\build\NWGNUenvironment.inc you > can see that apr uses INSTALLBASE, and that gets set in any case. That the > test makefiles are affected is therefore an older outstanding issue, and > the patch doesnt make it any more bad as it currently is - ho

Re: Bug [and proposed patch] for mod_ldap

2007-01-22 Thread Brad Nicholes
>>> On 1/22/2007 at 11:45 AM, in message <[EMAIL PROTECTED]>, "Fenlason, Josh" <[EMAIL PROTECTED]> wrote: > I'm running into a problem with mod_ldap on Windows. When I try to > authenticate without passing in a username, I get a 500 server error. > Since the browser doesn't get back a 401, it cach

setting request timeout in mod_proxy/mod_proxy_balancer

2007-01-22 Thread Lucas Brasilino
Hi All: As I point out in: http://mail-archives.apache.org/mod_mbox/httpd-users/200701.mbox/raw/[EMAIL PROTECTED] I'm trying to set a request timeout. Sniffing around de source, I saw that ap_proxy_http_process_response() (mod_proxy_http.c) calls ap_getline() where is blocking, I think. Getting

Re: Vote request: Accept mod_ftp podling for graduation

2007-01-22 Thread Jim Jagielski
On Jan 17, 2007, at 3:30 PM, Jim Jagielski wrote: mod_ftp is a protocol module for Apache 2.x which adds in RFC-compliant FTP as a supported protocol for httpd. Work has been done in getting mod_ftp ported to the Apache 2.x build environment, compatibility with later versions of APR (for httpd

Bug [and proposed patch] for mod_ldap

2007-01-22 Thread Fenlason, Josh
I'm running into a problem with mod_ldap on Windows. When I try to authenticate without passing in a username, I get a 500 server error. Since the browser doesn't get back a 401, it caches the user's credentials and I have to restart the browser session in order to attempt to login again. This is

Re: [PATCH] enable another basedir during 'make install' forNetWare

2007-01-22 Thread Guenter Knauf
Hi Brad, > Can you split this patch up into httpd, apr and apr-util and also > create the diff file against trunk rather than 2.4? Since this patch done: http://www.gknw.net/test/httpd_patches/httpd_makefiles.diff http://www.gknw.net/test/httpd_patches/2_mkconfNW.awk.diff http://www.gknw.n

Re: [PATCH] enable another basedir during 'make install' for NetWare

2007-01-22 Thread Brad Nicholes
>>> On 1/20/2007 at 8:05 AM, in message <[EMAIL PROTECTED]>, Guenter Knauf <[EMAIL PROTECTED]> wrote: > Hi Brad, > I have just created a patch which changes a couple of NWGNU* files in order > to make it possible to specify another basedir during a 'make install' than > using the hardcoded 'Apach

Re: How do I find the current request

2007-01-22 Thread Arnold Daniels
Hi, Sorry I can't help you with your problem, but your project sounds interesting. What are you working on exactly? Arnold Joachim Zobel schreef: Hi. To plug libxml2 into apache memory handling I need to provide it with global malloc and free functions. Assuming I am in an output filter, h