90a9f57099
FastCGI - a standards based protocol for communicating with applications that generate dynamic content for web pages. FastCGI provides a superset of CGI functionality, but a subset of the functionality of programming for a particular web server API. Nonetheless, the feature set is rich enough for programming virtually any type of web application, but the result is generally more scalable. Original suggestion from Roland Philippsen Advice from steve@ and mbalmer@ Help and ok, simon@
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
To completely deinstall the mod_fastcgi package you
|
|
need to perform these steps as root:
|
|
|
|
edit /etc/apache2/httpd2.conf
|
|
remove the line: LoadModule fastcgi_module
|
|
|
|
Do not do this if you plan on re-installing the mod_fastcgi
|
|
package at some future time.
|