]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- setup JkShmFile or it complains some default being used
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Dec 2011 19:27:51 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.conf -> 1.10

apache-mod_jk.conf

index 9c339188c1b234577113ee2227f9476fac29501b..a211550a2fb8a3dcb32e2fe5116ea5a217d72252 100644 (file)
@@ -3,6 +3,7 @@ LoadModule      jk_module       modules/mod_jk.so
 
 <IfModule mod_jk.c>
     JkLogFile       /var/log/httpd/mod_jk.log
+    JkShmFile       /var/run/httpd/jk-runtime-status
     JkLogLevel      warn
 
 ### Uncomment following line to enable mod_jk
@@ -24,5 +25,4 @@ LoadModule    jk_module       modules/mod_jk.so
 #      SSLRequireSSL
 #      Allow from all
 #    </Location>
-
 </IfModule>
This page took 0.056746 seconds and 4 git commands to generate.