18 lines
402 B
ApacheConf
18 lines
402 B
ApacheConf
|
AuthBasicAuthoritative Off
|
||
|
AuthUserFile /dev/null
|
||
|
AuthMySQL On
|
||
|
AuthMySQL_Host localhost
|
||
|
AuthMySQL_User auth
|
||
|
AuthMySQL_Password haslo
|
||
|
AuthMySQL_DB authorize
|
||
|
AuthMySQL_Password_Table users
|
||
|
AuthMySQL_Username_Field login
|
||
|
AuthMySQL_Password_Field password
|
||
|
AuthMySQL_Empty_Passwords Off
|
||
|
AuthMySQL_Encryption_Types SHA1Sum
|
||
|
AuthMySQL_Authoritative On
|
||
|
|
||
|
AuthType Basic
|
||
|
AuthName "Autoryzacja"
|
||
|
Require valid-user
|