summaryrefslogtreecommitdiffstats
path: root/network/mod_fcgid/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mod_fcgid/README')
-rw-r--r--network/mod_fcgid/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/mod_fcgid/README b/network/mod_fcgid/README
new file mode 100644
index 0000000000..dbe2edc51c
--- /dev/null
+++ b/network/mod_fcgid/README
@@ -0,0 +1,6 @@
+mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
+which starts a sufficient number instances of the CGI program to
+handle concurrent requests, and these programs remain running to
+handle further incoming requests. It is favored by the PHP
+developers, for example, as a preferred alternative to running
+mod_php in-process, delivering very similar performance.