|
Written by Bart Dorlandt
|
|
Tuesday, 04 August 2009 14:20 |
|
Today I was struggling with mod_auth_mysql together with apache. It seemed I couldn't get it to work. The frustrating part was, I have it running on an other machine.
What happened was the directory I wanted to secure wouldn't display anything anymore after added the config lines to the vhost. (got a 401 in the access log)
Apparently, the solution was simple. Don't use the default apache, but use the "apache2-mpm-itk" package instead. For more config details take a look on my full article on how to use this.
|