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@
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
To finish the install of mod_fastcgi, you need
|
|
to enable the module by adding the following line
|
|
to your /etc/apache2/httpd2.conf file:
|
|
|
|
LoadModule fastcgi_module ${PREFIX}/lib/apache2/mod_fastcgi.so
|
|
|
|
If you already have Apache running on your machine,
|
|
you should not use "apachectl2 restart" - instead,
|
|
you should fully stop and then restart the server.
|