diff options
Diffstat (limited to 'www/mod_jk/files/mod_jk.conf.sample')
-rw-r--r-- | www/mod_jk/files/mod_jk.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_jk/files/mod_jk.conf.sample b/www/mod_jk/files/mod_jk.conf.sample index c97545d64e9e..2c45d0e17f7a 100644 --- a/www/mod_jk/files/mod_jk.conf.sample +++ b/www/mod_jk/files/mod_jk.conf.sample @@ -3,8 +3,9 @@ # <IfModule mod_jk.c> JkWorkersFile %%APACHE_CONF%%/workers.properties - JkLogFile logs/jk.log - JkLogLevel warn + JkLogFile /var/log/jk.log + JkShmFile /var/log/jk-runtime-status + JkLogLevel error # Sample JkMounts. Replace these with the paths you would # like to mount from your JSP server. |