https://issues.apache.org/bugzilla/show_bug.cgi?id=56355
Bug ID: 56355
Summary: mod_auth_mysql dsen't work
Product: Apache httpd-2
Version: 2.4.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Other Modules
Assignee: [email protected]
Reporter: [email protected]
goodnix@manage:~$ uname -a
Linux manage 3.13.0-23-generic #45-Ubuntu SMP Fri Apr 4 06:58:38 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux
goodnix@manage:~$ apache2 -v
Server version: Apache/2.4.7 (Ubuntu)
Server built: Apr 3 2014 12:20:28
Override allowed for directory.
.htaccess:
AuthName "restricted area"
AuthType Basic
AuthBasicAuthoritative Off
AuthUserFile /dev/null
AuthMySQL On
AuthMySQL_Authoritative on
AuthMySQL_Host 10.30.200.1
AuthMySQL_Username name
AuthMySQL_Password pass
AuthMySQL_DB db
AuthMySQL_Password_Table access
AuthMySQL_Username_Field user
AuthMySQL_Password_Field password
AuthMySQL_Encryption_Types PHP_MD5
AuthMySQL_Empty_Passwords Off
Require valid-user
If credentials is right I receive 401 error and "[:error] [pid 1763] No
requires line available" in error.log. Else - just 401.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]