summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_jk/files')
-rw-r--r--www-apache/mod_jk/files/88_mod_jk.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/www-apache/mod_jk/files/88_mod_jk.conf b/www-apache/mod_jk/files/88_mod_jk.conf
index 60d40baba4f9..1c66783cca12 100644
--- a/www-apache/mod_jk/files/88_mod_jk.conf
+++ b/www-apache/mod_jk/files/88_mod_jk.conf
@@ -15,6 +15,11 @@ JkWorkersFile /etc/apache2/jk-workers.properties
# specify the location where mod_jk is going to place its log file.
JkLogFile /var/log/apache2/mod_jk.log
+###
+### Where to put mod_jk shm file
+###
+# specify the location where mod_jk is going to place its shared memory file.
+JkShmFile /var/log/apache2/jk-runtime-status
###
### Set the jk log level [debug/error/info]