[users@httpd] Auth Not Working (inside Dir VHost)

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

 



Hello,

Trying to get auth working.

The vhost looks like:

<VirtualHost *:80>
        ServerName steve.firebadger.net
        ServerAlias steve.firebadger.net
        DocumentRoot /home/httpd/vhosts/firebadger.net/steve

        <Directory "/home/httpd/vhosts/firebadger.net/steve/">
                Options Indexes FollowSymLinks
                AllowOverride None
                Order allow,deny
                Allow from all

                AuthType Basic
AuthUserFile /home/httpd/vhosts/firebadger.net/access/.htpasswd
                AuthName jinzora
                require valid-user
                satisfy any
        </Directory>

    # RewriteEngine on
    # RewriteRule user/(.*)/(.*)/$ /user.php?user=$1&section=$2

</VirtualHost>

However on going to the address....nothing. Nada. I get the pages fine just no "hello, can you provide me a password".

Ideas?

Cheers
Richard

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