Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > e7129e4a2ac92b08184fbb746fa43c7e > files > 1

apache-mod_php-5.3.14-0.1mdv2010.2.i586.rpm

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

<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>