mod-jk.conf

Published on January 2017 | Categories: Documents | Downloads: 53 | Comments: 0 | Views: 276
of 1
Download PDF   Embed   Report

Comments

Content

# Cargamos el modulo
LoadModule jk_module modules/mod_jk.so
# workers.properties
JkWorkersFile conf/workers.properties
# logs
JkLogFile logs/mod_jk.log
# jk nivel log [debug/error/info]
JkLogLevel info
# formato de log
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
# JkOptions
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
# JkRequestLogFormat
JkRequestLogFormat "%w %V %T"
# Archivo de URI de aplicaciones
JkMountFile conf/uriworkermap.properties
# Para shared memory.
JkShmFile logs/jk.shm
# jkstatus
<Location /jkstatus/>
JkMount status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>

Sponsor Documents

Recommended

No recommend documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close