Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release-src > by-pkgid > e58f060bcc665c8936f59c3440d2bf85 > files > 1

apache-mod_php-5.3.2-1mdv2010.1.src.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>