Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 12fc16c76bf5190146b037c1dd90cf08 > files > 1

apache-mod_suphp-0.7.1-8.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>