Skip to content

Instantly share code, notes, and snippets.

@haxney
Created June 19, 2012 21:04
Show Gist options
  • Save haxney/2956532 to your computer and use it in GitHub Desktop.
Save haxney/2956532 to your computer and use it in GitHub Desktop.
Service FileMaker web publishing with Apache
LoadModule jk_module "c:/Program Files/FileMaker/FileMaker Server/Web Publishing/publishing-engine/web-server-support/apache-2.2/mod_jk.so"
JkWorkersFile "c:/Program Files/FileMaker/FileMaker Server/Admin/admin-helper/WEB-INF/conf/workers.properties"
JkMountFile "c:/Program Files/FileMaker/FileMaker Server/Admin/admin-helper/WEB-INF/conf/uriworkermap.properties"
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
JkRequestLogFormat "%w %V %T"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment