aboutsummaryrefslogtreecommitdiff
path: root/network/mod_fastcgi/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mod_fastcgi/README')
-rw-r--r--network/mod_fastcgi/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/network/mod_fastcgi/README b/network/mod_fastcgi/README
deleted file mode 100644
index 63269f9265..0000000000
--- a/network/mod_fastcgi/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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.