]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/httpd/conf.d/php4.conf
QoS-Graphen wieder eingebaut.
[people/pmueller/ipfire-2.x.git] / config / httpd / conf.d / php4.conf
CommitLineData
51f3b7f5 1<IfModule php4_module>
90c973a6
MT
2 AddType application/x-httpd-php .php3
3 AddType application/x-httpd-php .php4
90c973a6
MT
4 AddType application/x-httpd-php .php
5 AddType application/x-httpd-php-source .php3s
6 AddType application/x-httpd-php-source .php4s
90c973a6
MT
7 AddType application/x-httpd-php-source .phps
8 DirectoryIndex index.php3
9 DirectoryIndex index.php4
90c973a6
MT
10 DirectoryIndex index.php
11</IfModule>