Athentication

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

 



Hello,

I want some authentication, but want to exclude a directory
Below is the virtual host:
Problem is that it wants to authenticate on everything in /var/www.

I did change the first Directory directive to /var/www/proxy1 but that did not change anything.

thanks,

Ron




Listen 81

<VirtualHost *:81>
DocumentRoot /var/www

#
# mod_auth_digest authentication
#
<Directory "/var/www">
  AuthType Digest
  AuthName "DATA"
  AuthDigestDomain http://localhost/proxy1
  AuthDigestProvider file
  AuthUserFile /etc/httpd/.htpasswd-digest
  Require valid-user
</Directory>

<Directory "/var/www/proxy2">
  AuthType None
  Require all granted
</Directory>

</VirtualHost>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-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