Skip to content

Instantly share code, notes, and snippets.

@roderik
Created November 10, 2010 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roderik/671099 to your computer and use it in GitHub Desktop.
Save roderik/671099 to your computer and use it in GitHub Desktop.
httpdconf
<IfModule jk_module>
JkWorkersFile /etc/apache2/workers.properties
JkLogFile /tmp/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkOptions +ForwardKeySize +ForwardURICompat +ForwardDirectories
JkRequestLogFormat "%w %V %T"
</IfModule>
Include /etc/apache2/conf/projects.d/namevirtualhosts
Include /etc/apache2/conf/projects.d/[^.#]*.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment