Created
March 20, 2012 11:45
-
-
Save soundws/2134422 to your computer and use it in GitHub Desktop.
PHP5.4 on Apache2.2 add configration
This file contains hidden or 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
# | |
# PHP 5.4 Add Configration | |
# | |
# conf/extra/httpd-php54.conf | |
# | |
# | |
# Add in conf/httpd.conf | |
# | |
# Include conf/extra/httpd-php54.conf | |
# | |
# | |
# mime types | |
# | |
AddType application/x-httpd-php .php | |
# | |
# php5 module for Apache2.2 | |
# | |
LoadModule php5_module "E:/usr/local/php54/php5apache2_2.dll" | |
# | |
# php.ini directory | |
# | |
PHPIniDir "E:/usr/local/php54" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment