Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-14 Thread Bill Jones
On 5/14/06, Brad Greenlee <[EMAIL PROTECTED]> wrote: William: "^/!(foo)" doesn't match at all, letting everything through. I'm going to stick with "^/($|[^f][^o][^o]($|/))" for now. That won't Debian package for whom PCRE is working fine? Im using Apaches own built in PCRE. Im testing

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-14 Thread Brad Greenlee
Krist: No, I had already tried that with Satisfy...no go. William: "^/!(foo)" doesn't match at all, letting everything through. I'm going to stick with "^/($|[^f][^o][^o]($|/))" for now. That won't work if we had paths that are less than 3 characters and not followed by a slash, but we don't.

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-14 Thread Krist van Besien
On 5/13/06, Brad Greenlee <[EMAIL PROTECTED]> wrote: Any ideas? It seems to me that PCRE is just not installed, but this is the standard Debian package and I haven't seen any other posts complaining about this. AFAIK Apache dopesn't need any external PCRE libs. What you need is the "Satisfy"

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-14 Thread William A. Rowe, Jr.
Bill Jones wrote: On 5/13/06, Brad Greenlee <[EMAIL PROTECTED]> wrote: I'm trying to have everything on one site be protected with basic auth, except for requests starting with /foo. This should work, but it doesn't: do anything? ---

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Brad Greenlee
Nope. Although technically I want "^/foo", right? Neither works anyway. Is there any way I can trace what Apache is doing like I can with RewriteLog? I've tried setting the LogLevel to debug, but that doesn't give me any particularly helpful info. Hmm...so this ugly thing actually seems to wo

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Bill Jones
One last try? # Match SubString Order allow,deny Allow from all ??? -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Brad Greenlee
Yes, I've tried this: AuthType Basic AuthName "Development Site" AuthUserFile /etc/apache2/auth/dev-passwd Require valid-user Order allow,deny Allow from all But that doesn't work...I get the auth request for /foo still. I've also tried tricks with SetEnvIf

Re: [EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Bill Jones
On 5/13/06, Brad Greenlee <[EMAIL PROTECTED]> wrote: I'm trying to have everything on one site be protected with basic auth, except for requests starting with /foo. This should work, but it doesn't: AuthType Basic AuthName "Development Site" AuthUserFile /etc/apache2/auth/dev-passwd

[EMAIL PROTECTED] PCRE issue with Apache 2.0.54 (Debian)

2006-05-13 Thread Brad Greenlee
Hi all. I'm using the standard Debian 2.0.54-5 package and PCRE seems to be not working--or I'm doing something wrong. I've been banging my head against the wall on this problem for hours and I'm starting to get sore. I'm trying to have everything on one site be protected with basic auth, exce