Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 2aced7536af5636295805fe431ee8bf9 > files > 1

apache-mod_suphp-0.7.1-3mdv2010.1.i586.rpm

<IfDefine HAVE_SUPHP>
    <IfModule !mod_suphp.c>
	LoadModule suphp_module	extramodules/mod_suphp.so
    </IfModule>
</IfDefine>

<IfDefine HAVE_SUPHP_FCGI>
    <IfModule !mod_suphp_fcgi.c>
	#LoadModule suphp_fcgi_module	extramodules/mod_suphp_fcgi.so
    </IfModule>
</IfDefine>

<IfModule mod_suphp.c>
    DirectoryIndex index.php index.phtml
    AddHandler x-httpd-php .php
    suPHP_Engine on
    #suPHP_Config /etc/
    #suPHP_UserGroup foouser bargroup
</IfModule>

<IfModule mod_suphp_fcgi.c>
    DirectoryIndex index.php index.phtml
    AddHandler x-httpd-php .php
    suPHP_fcgi_Engine on
    #suPHP_Config /etc/
    #suPHP_UserGroup foouser bargroup
</IfModule>