diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2013-10-29 21:40:57 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-29 20:12:30 -0500 |
commit | 4c6a6ad71cccc2976b98748c0f6fa59a0bb2e7bd (patch) | |
tree | 2e3e1c0da6250551e657987656d191c8ebb29635 /network/mod_fcgid/slack-desc | |
parent | 75ccbfff1e53f83101f731c5213d4763ff5f3bea (diff) | |
download | slackbuilds-4c6a6ad71cccc2976b98748c0f6fa59a0bb2e7bd.tar.gz |
network/mod_fcgid: Added (FastCGI interface module for Apache 2).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/mod_fcgid/slack-desc')
-rw-r--r-- | network/mod_fcgid/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/mod_fcgid/slack-desc b/network/mod_fcgid/slack-desc new file mode 100644 index 0000000000..cbf41c0872 --- /dev/null +++ b/network/mod_fcgid/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mod_fcgid: mod_fcgid (FastCGI interface module for Apache 2) +mod_fcgid: +mod_fcgid: mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, +mod_fcgid: which starts a sufficient number instances of the CGI program to +mod_fcgid: handle concurrent requests, and these programs remain running to +mod_fcgid: handle further incoming requests. It is favored by the PHP +mod_fcgid: developers, for example, as a preferred alternative to running +mod_fcgid: mod_php in-process, delivering very similar performance. +mod_fcgid: +mod_fcgid: Homepage: https://httpd.apache.org/mod_fcgid/ +mod_fcgid: |