LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/custom/workers.properties JkMountFile conf/custom/uriworkermap.properties # AUTO RELOAD uriworkermap.properties JkMountFileReload 0 JkLogFile "logs/mod_jk.log" JkLogLevel warn #JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " #JkRequestLogFormat "%w %V %T" #JkMount /jkmanager/* jkstatus # Enable the JK manager access from localhost only JkMount jkstatus Order deny,allow Deny from all Allow from 127.0.0.1