summaryrefslogtreecommitdiff
path: root/network/mod_fastcgi/README
diff options
context:
space:
mode:
authorDerek Noonburg <derekn@foolabs.com>2012-04-15 11:45:38 -0400
committerErik Hanson <erik@slackbuilds.org>2012-04-16 05:35:58 -0500
commita44964fb50a7badfab78b9b112c96fbd8f0826ad (patch)
tree137358a8174531573851a593ed4d16094a5ae760 /network/mod_fastcgi/README
parent50cf0d54f0ecfa0cf7afd9453380c741567388ff (diff)
downloadslackbuilds-a44964fb50a7badfab78b9b112c96fbd8f0826ad.tar.gz
network/mod_fastcgi: Added (Apache FastCGI module)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/mod_fastcgi/README')
-rw-r--r--network/mod_fastcgi/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/mod_fastcgi/README b/network/mod_fastcgi/README
new file mode 100644
index 0000000000..63269f9265
--- /dev/null
+++ b/network/mod_fastcgi/README
@@ -0,0 +1,10 @@
+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.