From b7ae880ff6b94898f177451fa114835c071caed3 Mon Sep 17 00:00:00 2001 From: Menno Duursma Date: Tue, 11 May 2010 22:25:46 +0200 Subject: network/suphp: Updated for version 0.6.3 --- network/suphp/README | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'network/suphp/README') 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. -- cgit v1.2.3