csync-git
[mirrors/ArchLinux-Packages.git] / php / apache.conf
1 # Required modules: dir_module, php5_module
2
3 <IfModule dir_module>
4 <IfModule php5_module>
5 DirectoryIndex index.php index.html
6 AddHandler application/x-httpd-php .php
7 AddHandler application/x-httpd-php-source .phps
8 </IfModule>
9 </IfModule>
This page took 0.337069 seconds and 4 git commands to generate.