diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 19:37:40 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 19:37:40 +0000 |
commit | 7b503310090dd613ff383dd2944afef4d2d95280 (patch) | |
tree | 51b37811e9e388194b49cb166d442648797c10db /www-apache/mod_scgi/files | |
parent | fix depend.apache usage wrt #208033; cleanup (diff) | |
download | historical-7b503310090dd613ff383dd2944afef4d2d95280.tar.gz historical-7b503310090dd613ff383dd2944afef4d2d95280.tar.bz2 historical-7b503310090dd613ff383dd2944afef4d2d95280.zip |
update metadata; cleanup
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apache/mod_scgi/files')
-rw-r--r-- | www-apache/mod_scgi/files/20_mod_scgi.conf | 85 |
1 files changed, 30 insertions, 55 deletions
diff --git a/www-apache/mod_scgi/files/20_mod_scgi.conf b/www-apache/mod_scgi/files/20_mod_scgi.conf index 59958aac8fd0..1b7b5962748d 100644 --- a/www-apache/mod_scgi/files/20_mod_scgi.conf +++ b/www-apache/mod_scgi/files/20_mod_scgi.conf @@ -1,58 +1,33 @@ <IfDefine SCGI> - <IfModule !mod_scgi.c> - LoadModule scgi_module modules/mod_scgi.so - </IfModule> +LoadModule scgi_module modules/mod_scgi.so - <IfModule mod_scgi.c> - # 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> - - # Apache1 example - #<Location "/dynamic"> - # SCGIServer 127.0.0.1 4000 - # SCGIHandler On - # Options -Multiviews - #</Location> - #<LocationMatch "^/(dynamic|login)($|/)"> - # SCGIServer 127.0.0.1 4000 - # SCGIHandler On - # Options -Multiviews - #</Location> - #<Location "/foo"> - # SCGIServer 127.0.0.1 4000 - # SCGIHandler On - # Options -Multiviews - #</Location> - #<Location "/bar"> - # SCGIServer 127.0.0.1 4001 - # SCGIHandler On - # Options -Multiviews - #</Location> - </IfModule> +# 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:ft=apache: + +# vim: ts=4 filetype=apache |