a87950a9c4
This is an Apache module that implements the SCGI protocol. The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement. from Jeremy Evans, with tweaks by me
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
To finish the install of mod_scgi, you need
|
|
to enable the module using the following command
|
|
|
|
${PREFIX}/sbin/${MODAPACHE_ENABLE}
|
|
|
|
If you already have Apache running on your machine,
|
|
you should not use "apachectl restart" - instead,
|
|
you should fully stop and then restart the server.
|