Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Forked from haxney/httpd.conf
Last active August 29, 2015 13:55
Show Gist options
  • Save TyrfingMjolnir/8778961 to your computer and use it in GitHub Desktop.
Save TyrfingMjolnir/8778961 to your computer and use it in GitHub Desktop.
## Still in 2014 I'm on FM11SA and would like to know if it's possible to run this trick
## from http://www.haxney.org/2012/06/use-filemaker-web-publishing-in-apache.html
## This is just a fork, the first line at least has its file in place for FM11SA
## Used this solution for now with IIS: http://forums.filemaker.com/posts/8d17326af1
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