You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_scgi/files/20_mod_scgi.conf

34 lines
673 B

<IfDefine SCGI>
LoadModule scgi_module modules/mod_scgi.so
# Apache2 example
#<Location "/dynamic">
# SetHandler scgi-handler
# SCGIServer localhost:4000
# SCGIHandler On
# Options -Multiviews
#</Location>
#<LocationMatch "^/(dynamic|login)($|/)">
# SetHandler scgi-handler
# SCGIServer localhost:4000
# SCGIHandler On
# Options -Multiviews
#</Location>
#<Location "/foo">
# SCGIServer localhost:4000
# SCGIHandler On
# Options -Multiviews
#</Location>
#<Location "/bar">
# SCGIServer localhost:4001
# SCGIHandler On
# SCGIServerTimeout 10
# Options -Multiviews
#</Location>
#<Location "/bar/images">
# SCGIHander Off
#</Location>
</IfDefine>
# vim: ts=4 filetype=apache