docs:programming:php:apache_php_module

Apache php module

httpd.conf

<IfModule dir_module>
    DirectoryIndex index.html index.htm index.php
</IfModule>

PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"

mime.types

application/x-httpd-php	php
application/x-httpd-php-source	phps
  • docs/programming/php/apache_php_module.txt
  • Last modified: 2008/08/03 00:25
  • by 127.0.0.1