Created
June 7, 2012 19:41
-
-
Save imageaid/2891112 to your computer and use it in GitHub Desktop.
Adobe ColdFusion 9 JRun Module Connector for Apache httpd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# JRun Settings | |
LoadModule jrun_module /Applications/ColdFusion9/runtime/lib/wsconfig/1/mod_jrun22.so | |
<IfModule mod_jrun22.c> | |
JRunConfig Verbose false | |
JRunConfig Apialloc false | |
JRunConfig Ignoresuffixmap false | |
JRunConfig Serverstore /Applications/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store | |
JRunConfig Bootstrap 127.0.0.1:51800 | |
#JRunConfig Errorurl url <optionally redirect to this URL on errors> | |
#JRunConfig ProxyRetryInterval 600 <number of seconds to wait before trying to reconnect to unreachable clustered server> | |
#JRunConfig ConnectTimeout 15 <number of seconds to wait on a socket connect to a jrun server> | |
#JRunConfig RecvTimeout 300 <number of seconds to wait on a socket receive to a jrun server> | |
#JRunConfig SendTimeout 15 <number of seconds to wait on a socket send to a jrun server> | |
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment