Re: Deny from localhost failure on Darwin?

2002-09-09 Thread Sander Temme
Justin Erenkrantz wrote: Can anyone using Mac OS X 10.2 get all of the mod_access tests to pass? I'm getting failures related to 127.0.0.1 and localhost tests. I think something is broken in the OS related to detecting what IP/host we're coming from. I'm seeing the same thing: something is broken

Deny from localhost failure on Darwin?

2002-09-09 Thread Justin Erenkrantz
Can anyone using Mac OS X 10.2 get all of the mod_access tests to pass? I'm getting failures related to 127.0.0.1 and localhost tests. I think something is broken in the OS related to detecting what IP/host we're coming from. Anyone seen this? I've got httpd-test hacked to use the new aaa modul

Support for new aaa scheme?

2002-09-09 Thread Justin Erenkrantz
Since mod_access is going away in the new aaa rewrite, httpd-test needs to conditionally use mod_access or mod_authz_host. Anyone have any ideas how to tackle this? It seems extra.conf.in and t/modules/access.t would have to be tweaked slightly to allow *both* to happen depending upon what versio

Re: flood: fixing examples

2002-09-09 Thread Justin Erenkrantz
On Mon, Sep 09, 2002 at 06:13:20PM +0200, Jacek Prucia wrote: > *real* entry, or leave it as it is, just as a proof of concept. If > nobody has problem with this "match first URL, even when it's not first > result" scheme, then I'll commit fixed regexp later this day. Go ahead. No biggie. The th

flood: fixing examples

2002-09-09 Thread Jacek Prucia
I've took a closer look at round-robin-dynamic.xml and round-robin-ssl.xml. Google regexp is actually trivial to fix. You just have to replace " with >. However they changed one more thing. If query matches certain category, then first URL points to their http://directory.google.com/. We could twe

Re: [PATCH] flood: basic user auth

2002-09-09 Thread Jacek Prucia
On Fri, 6 Sep 2002 10:34:52 -0700 Aaron Bannert <[EMAIL PROTECTED]> wrote: [...] > I don't see where in the spec it says clients "MUST" automatically > redirect to the URLs specified in a 302 response. OTOH, I do see where > it says: > >If the 302 status code is received in response to a requ

Re: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2002-09-09 Thread Jacek Prucia
On Fri, 6 Sep 2002 09:43:39 -0700 Justin Erenkrantz <[EMAIL PROTECTED]> wrote: [...] > One nitpick is that lines shouldn't be over 80 characters. So, the [...] > We also don't use tabs. Please remove them in favor of spaces. > > You might want to take a quick glance at: > > http://httpd.apache