I'm using FreeBSD 5.3-p5 with Apache 2.0.53, mod_auth_mysql 2.90. When I'm trying to acces the restricted area with wrong account, I'm getting error 500 (Internal Server Error), not HTTP_UNAUTHORIZED. Can anybody explain me why is this happens?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using FreeBSD 5.3-p5 with Apache 2.0.53, mod_auth_mysql 2.90. When I'm trying to acces the restricted area with wrong account, I'm getting error 500 (Internal Server Error), not HTTP_UNAUTHORIZED. Can anybody explain me why is this happens?
Ivaylo,
It's impossible to tell from theinformation you provided.
The first place to look when you have problems is, as with any Apache module, the Apache error log. What does it say?
Check your configuration closely. Is it correct?
If this fails, please post any error log messages and your configuration (do not include user id's and passwords!) here.
Jerry