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