Greetings,
If a user doesn't meet the requirements of my AuthMySQLUserCondition, he gets an Error 500 (Internal Error) in is browser.
Is this normal ?
This can be reproduced by simply putting using this clause
AuthMySQLUserCondition 0
I'm using Apache2 and mod_auth_mysql v2.6.1 (standard RedHat Linux Enterprise 4)
Thank you.
Well it turns out that I had set AuthMySQLAuthoritative to Off and I had no other handler set up hence the error.
Thanks anyway.
Log in to post a comment.
Greetings,
If a user doesn't meet the requirements of my AuthMySQLUserCondition, he gets an Error 500 (Internal Error) in is browser.
Is this normal ?
This can be reproduced by simply putting using this clause
AuthMySQLUserCondition 0
I'm using Apache2 and mod_auth_mysql v2.6.1 (standard RedHat Linux Enterprise 4)
Thank you.
Well it turns out that I had set AuthMySQLAuthoritative to Off and I had no other handler set up hence the error.
Thanks anyway.