diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-11 22:25:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:25:46 +0200 |
commit | b7ae880ff6b94898f177451fa114835c071caed3 (patch) | |
tree | f9e4f4b9810998398303cae3f13a8870b44c2430 /network/suphp/README | |
parent | 4b92df5b32dc4c10d297fb9e7545b86d040f4f4d (diff) |
network/suphp: Updated for version 0.6.3
Diffstat (limited to 'network/suphp/README')
-rw-r--r-- | network/suphp/README | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/network/suphp/README b/network/suphp/README index e1e4bb9c6b63d..669b5b5bda88f 100644 --- a/network/suphp/README +++ b/network/suphp/README @@ -17,13 +17,6 @@ Some of the 'standard' /etc/httpd/httpd.conf directives include: To use different php versions 'per vhost' see: http://www.howtoforge.com/apache2_suphp_php4_php5 -suPHP needs a CGI build of the .php interpreter, usually named 'php-cgi' -implying having to (re)compile PHP with in place of '--with-apxs' - - '--enable-force-cgi-redirect' - -Note that it being somewhat slower then mod_php can be redused -(grately) by building for the FastCGI too and using mod_fcgid -however that would need additional configuration, see: -http://fastcgi.coremail.cn/configuration.htm - +mod_php can be reduced (greatly) by rebuilding PHP for FastCGI and +using mod_fcgid; however, that requires additional configuration. +See http://fastcgi.coremail.cn/configuration.htm for details. |