Re: [users@httpd] PCRE issue with Apache 2.0.54 (Debian)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 work:

  <LocationMatch "^/($|[^f][^o][^o][^/])">
    AuthType Basic
    AuthName "Development Site"
    AuthUserFile /etc/apache2/auth/dev-passwd
    Require valid-user
  </LocationMatch>

sigh,

-b


Bill Jones wrote:
One last try?

# Match SubString
<LocationMatch "/foo">
 Order allow,deny
 Allow from all
</LocationMatch>

???

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux