Sophie

Sophie

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

apache1-mod_php5-1.3.33_5.0.4-1mdk.src.rpm

LoadModule php5_module	modules/mod_php5.so

<IfModule mod_php5.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 .php5
        AddType application/x-httpd-php .phtml
        AddType application/x-httpd-php-source .phps
    </IfModule>
</IfModule>

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