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
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.
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"
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?
---
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
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:
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
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
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