summaryrefslogtreecommitdiffstats
path: root/http/mod_fcgid/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'http/mod_fcgid/DETAILS')
-rwxr-xr-xhttp/mod_fcgid/DETAILS9
1 files changed, 6 insertions, 3 deletions
diff --git a/http/mod_fcgid/DETAILS b/http/mod_fcgid/DETAILS
index b2de728cc0..19687eb950 100755
--- a/http/mod_fcgid/DETAILS
+++ b/http/mod_fcgid/DETAILS
@@ -14,9 +14,12 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SHORT="FastCGI control daemon module for Apache"
cat << EOF
-mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts
-a sufficient number of instances of the CGI program to handle concurrent requests,
+mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which
+starts
+a sufficient number of 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
+favored by the PHP developers, for example, as a preferred alternative
+to running
mod_php in-process, delivering very similar performance.
EOF