AW: [users@httpd] HTML Form instead of browser prompt for authentication?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux