Comment 3 for bug 118649

Revision history for this message
slashdevnull (al-runlevel7) wrote :

This makes my system work:

# cat /etc/apache2/mods-available/jk.conf
<IfModule mod_jk.c>
 JkWorkersFile /etc/libapache2-mod-jk/workers.properties
 JkLogFile /var/log/apache2/mod_jk.log
 JkLogLevel error
</IfModule>