Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 49960b85b44f42c989da98b3a900f19d > files > 1

apache-mod_fastcgi-2.4.6-6mdv2009.0.src.rpm

<IfDefine HAVE_FASTCGI>
    <IfModule !mod_fastcgi.c>
	LoadModule fastcgi_module	extramodules/mod_fastcgi.so
    </IfModule>
</IfDefine>

<IfModule mod_fastcgi.c>

ScriptAlias /fcgi-bin/ /var/www/fcgi-bin/

<Directory /var/www/fcgi-bin>

    AllowOverride All
    Options ExecCGI

    SetHandler fastcgi-script
    AddHandler fastcgi-script .fcg .fcgi .fpl

    Order allow,deny
    Allow from all

</Directory>

</IfModule>