I have just installed mod_auth_mysql 3.0 with Apache2.2, with that patch that's on the net.
I am also using the:
AuthUserFile /dev/null
AuthMySQLSocket /var/run/mysqld/mysqld.sock
..hack to avoid the errors.
So now I have no errors in the log files, but looking in the mysql logfile I can not see that mod_auth_mysql is trying to connect. And of course the authentications failes, and returns:
65.94.163.253 - test [12/Nov/2006:14:23:33 -0600] "GET /awstats/awstats.pl HTTP/1.1" 401 2116
So why is this? Should I have compiled mod_auth_mysql with special parameters?
/Eminos
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have just installed mod_auth_mysql 3.0 with Apache2.2, with that patch that's on the net.
I am also using the:
AuthUserFile /dev/null
AuthMySQLSocket /var/run/mysqld/mysqld.sock
..hack to avoid the errors.
So now I have no errors in the log files, but looking in the mysql logfile I can not see that mod_auth_mysql is trying to connect. And of course the authentications failes, and returns:
65.94.163.253 - test [12/Nov/2006:14:23:33 -0600] "GET /awstats/awstats.pl HTTP/1.1" 401 2116
So why is this? Should I have compiled mod_auth_mysql with special parameters?
/Eminos
Sorry, Eminos, we don't support patched versions of mod_auth_mysql.