Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 1fea0656c91551a5643c20e3a81288e2 > files > 1

apache1-mod_php4-1.3.33_4.3.11-1mdk.src.rpm

LoadModule php4_module	modules/mod_php4.so

<IfModule mod_php4.c>
    <IfModule mod_mime.c>
	AddType application/x-httpd-php .php
        AddType application/x-httpd-php .php3
	AddType application/x-httpd-php .php4
        AddType application/x-httpd-php .phtml
        AddType application/x-httpd-php-source .phps
    </IfModule>
</IfModule>

<IfModule mod_php4.c>
    <IfModule mod_dir.c>
	DirectoryIndex index.php index.phtml index.php3 index.php4
    </IfModule>
</IfModule>