Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > de0ada0c24ea7073f76c19cf6372ab5e > files > 1

apache-mod_suphp-0.6.3-3mdv2009.0.src.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>