Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Apache php module ====== ===== Configuration (Windows specific) ===== **httpd.conf** <code> <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" </code> **mime.types** <code> application/x-httpd-php php application/x-httpd-php-source phps </code> docs/programming/php/apache_php_module.txt Last modified: 2008/08/03 00:25by 127.0.0.1