Hi
I am trying to made my web site password protected. I made the
configuration in httpd.conf. Also compile Apache with
--enable-module=auth
The configuration is
deny from all
allow from .domain.com
AuthType Basic
AuthUserFile /usr/local/apache/conf/htpasswd.users
AuthName "special directory"
require valid-user
satisfy any
but when i am access the webpage, It ask the password but did not allow to
get in. The error which i am getting in error_log is
failed reason: unkown require directive "valid-user"
failed reason: user osich not allow access.
Please any buddy help where i am doing the wrong thing.
Your suggestion would be highly appreciated.
Osman
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.