Sophie

Sophie

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

apache-mod_php-5.3.18-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>