Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Created November 24, 2014 06:30
Show Gist options
  • Select an option

  • Save abdulhadad/7249fcea2a302f36a2cd to your computer and use it in GitHub Desktop.

Select an option

Save abdulhadad/7249fcea2a302f36a2cd to your computer and use it in GitHub Desktop.
PHP SAPI separate configuration file for Apache httpd
# handler for .php file
LoadModule php5_module "c:/php54/php5apache2_4.dll"
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
# configure the path to php.ini
PHPIniDir "C:/php54"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment