pls ignore previous post. my keyboard got jammed and the mail went thru when i was trying to set it right.
i created the file /usr/local/apache/bin/htdigest -c /usr/local/apache/members/digest "User Access Verificaiton" WEBUSER then in my directory where the php files are served by the webserver ie /var/www/intranet i have made a .htaccess file i defined it this way AuthType Digest AuthName "User Access Verification" AuthDigestFile /usr/local/apache/members/digest Require valid-user since i am running this on the intranet i place this directive after the virtual directive which defined my intranet option <Directory "/var/www/intranet"> Options Indexes FollowSymlinks Multiviews AllowOverride All Order Allow,Deny Allow from all </Directory> now when i try to open my web page, i get nothing at all as thought the website is down. error log file does not show anything. access log file shows this to me 192.168.5.50 - - [23/Jul/2002:11:38:42 +0530] "GET /mmanager/ HTTP/1.1" 401 470 But if i delete the .htaccess file, it works fine. what can he the problem ? Arvind ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
