Skip to content

Instantly share code, notes, and snippets.

@finalcut
Created April 3, 2015 12:45
Show Gist options
  • Save finalcut/16024bcf31aefdfe6511 to your computer and use it in GitHub Desktop.
Save finalcut/16024bcf31aefdfe6511 to your computer and use it in GitHub Desktop.
Apache Config for PHP and CF
# configure the path to php.ini
#PHPIniDir "C:/dev/tools/php"
Include "C:\dev\tools\apache2\conf\mod_jk.conf"
# JRun Settings
LoadModule jrun_module "C:/dev/tools/JRun4/lib/wsconfig/1/mod_jrun22.so"
<Files ~ ".hbmxml$">
Order allow,deny
Deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment