csync-git
[mirrors/ArchLinux-Packages.git] / php / apache.conf
CommitLineData
209feeb0
H
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.128069 seconds and 4 git commands to generate.