This module looks interesting but I don’t see how these two modules can work together.

The configuration so far looks like this

 

<Location "/foo/">

 Order deny,allow

 Deny from all

 Allow from 192.168.

 AuthName "MySQL Auth"

 AuthType Basic

 AuthMySQLHost localhost

 AuthMySQLDB test

 AuthMySQLUser mysql

 AuthMySQLPassword xxxx

 AuthMySQLUserTable user_info

 AuthMySQLEnable On

 AuthMySQLPwEncryption md5

 require valid-user

 Satisfy Any

</Location>

 

Now where do I put this?

 

AuthType Pamacea

AuthName "test"

Require valid-user

 

Cheers,

Pete

Reply via email to