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
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
To completely deinstall the mod_scgi package you should edit
|
|
|
|
/var/www/conf/httpd.conf
|
|
|
|
and remove the line that starts with:
|
|
|
|
LoadModule scgi_module
|
|
|
|
Do not do this if you plan on re-installing the mod_scgi
|
|
package at some future time.
|