Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 98d405b13d8541ca047a62c72966884b > files > 1

apache-mod_fastcgi-2.4.3-0.0404142202.8mdv2008.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>