Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "ExampleVhosts" page has been changed by thumbs:
https://wiki.apache.org/httpd/ExampleVhosts?action=diff&rev1=10&rev2=11

Comment:
Authentication is invalid in the VirtualHost scope.

    CustomLog /var/log/apache/www.foo.com-access.log combined
    ErrorLog /var/log/apache/www.foo.com-error.log
  
+   <Directory /var/www/www.foo.com/htdocs>
-   AuthUserFile /var/www/www.foo.com/.htpasswd
+     AuthUserFile /var/www/www.foo.com/.htpasswd
-   AuthType Basic
+     AuthType Basic
-   AuthName "Authorised Users Only"
+     AuthName "Authorised Users Only"
-   Require valid-user
+     Require valid-user
+   </Directory>
  </VirtualHost>
  }}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to