[plug] Apache help needed

Jon Miller jlmiller at mmtnetworks.com.au
Sat Jan 7 11:21:13 WST 2006


I've entered the following:
in Apache2

Auth_MySQL_Info localhost <auth_user> <password>

<Directory "<web directory>">
Options +Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig Options FileInfo Limit
Order allow,deny
Allow from all
</Directory>


in .htaccess

AuthMYSQL on
AuthMySQL_Authoritative on
AuthMySQL_DB auth
AuthMySQL_Password_Table clients
AuthMySQL_Group_Table clients
AuthMySQL_Empty_Passwords off
AuthMySQL_Encryption_Types Plaintext Crypt_DES

AuthName "DebOS Test System"
AuthType Basic

<Limit GET POST>
require group <group>
</Limit>


I've put the .htaccess file in the directory of the folder I want to protect. When I tried to access the folder it went straight in.  I was hoping it would prompt me for my credentials.  Can anyone see why this isn't working?  I have the mysql working and the correct username and password is in there.

Thanks
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: TEXT.htm
URL: <http://lists.plug.org.au/pipermail/plug/attachments/20060107/384076e5/attachment.ksh>


More information about the plug mailing list