LoadModule scgi_module modules/mod_scgi.so # Apache2 example # # SetHandler scgi-handler # SCGIServer localhost:4000 # SCGIHandler On # Options -Multiviews # # # SetHandler scgi-handler # SCGIServer localhost:4000 # SCGIHandler On # Options -Multiviews # # # SCGIServer localhost:4000 # SCGIHandler On # Options -Multiviews # # # SCGIServer localhost:4001 # SCGIHandler On # SCGIServerTimeout 10 # Options -Multiviews # # # SCGIHander Off # # vim: ts=4 filetype=apache