slackbuilds_ponce/network/mod_fastcgi
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
mod_fastcgi.info
mod_fastcgi.SlackBuild
README
slack-desc

mod_fastcgi is an Apache module which provides support for the FastCGI
protocol.  FastCGI is a language independent, scalable, open extension
to CGI that provides high performance and persistence without the
limitations of server specific APIs.

You will need to add the following line to /etc/httpd/httpd.conf:
  LoadModule fastcgi_module lib/httpd/modules/mod_fastcgi.so

See /usr/doc/mod_fastcgi-2.4.6/mod_fastcgi.html for configuration
details.