]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/httpd/conf.d/php4.conf
Starte SSH-Server beim Boot.
[people/pmueller/ipfire-2.x.git] / config / httpd / conf.d / php4.conf
CommitLineData
23104841 1<IfModule mod_php4.c>
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>