Hi,
I have installed apache with mod_ssl and mod_perl
and I added the following to my httpd.conf file
Alias /intranet/ "/usr/local/apache/htdocs/intranet/"
<Directory "/usr/local/apache/htdocs/intranet">
Options Indexes FollowSymlinks MultiViews
AuthType Basic
AuthName "Intranet users"
AuthUserFile /usr/local/apache/passwd/passwords
Require user mani
#AuthGroupFile /usr/local/apache/passwd/groups
#Require group outworxin
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I created a the passwords file in /usr/local/apache/passwd by using
/usr/local/apache/bin/htpasswd -c /usr/local/apache/passwd/passwords
mani
however I cannot login using the username password, I even tried
creating a group file but even that does not work.
Finally I created a .htaccess file with just the Auth directives, but
that takes me in wothout authentication
any pointers anyone
Mani
_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd