Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > df5832943915dbe5acc3b104a9383094 > files > 1

apache-mod_php-5.3.15-1.mga2.i586.rpm

<IfModule !mod_php5.c>
    LoadModule php5_module    extramodules/mod_php5.so
</IfModule>

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

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