Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d7f896e0cff59cf14417aa89d8177253 > files > 1

apache-mod_suphp-0.6.1-6mdv2008.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>