Yesterday I installed mod_auth_mysql on my testing server (FreeBSD 7.0/Apache 2.2.8) by installing the mod_auth_mysql2 port.
I finally got it to work (it seems it needs a host_info table...), but only with the passwords encrypted with 'crypt': when I add this line:
AuthMySQLPwEncryption md5
and try to restart Apache, I get the following error message:
"Syntax error on line 230 of /usr/local/etc/apache22/httpd.conf:
Invalid command 'AuthMySQLPwEncryption', perhaps misspelled or defined by a module not included in the server configuration"
Can you help me with this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Yesterday I installed mod_auth_mysql on my testing server (FreeBSD 7.0/Apache 2.2.8) by installing the mod_auth_mysql2 port.
I finally got it to work (it seems it needs a host_info table...), but only with the passwords encrypted with 'crypt': when I add this line:
AuthMySQLPwEncryption md5
and try to restart Apache, I get the following error message:
"Syntax error on line 230 of /usr/local/etc/apache22/httpd.conf:
Invalid command 'AuthMySQLPwEncryption', perhaps misspelled or defined by a module not included in the server configuration"
Can you help me with this?
I solved it. Thanks for the help.