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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to