From 6f71ba3a001c5e9a55719bd24dadd10e71f278a7 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 16 Jun 2003 10:26:00 +0000 Subject: [PATCH] title change, some links git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131839 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.configure.servers.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/chapters/install.configure.servers.xml b/chapters/install.configure.servers.xml index 30a176e206..2aeb8045f8 100644 --- a/chapters/install.configure.servers.xml +++ b/chapters/install.configure.servers.xml @@ -1,7 +1,11 @@ - + - Server options + SAPI options + + The following list contains the available SAPI&s (Server + Application Programming Interface) for PHP. + @@ -32,8 +36,8 @@ - Build Apache module. DIR is the top-level Apache build directory, defaults - to /usr/local/apache. + Build a static Apache module. DIR is the top-level Apache build directory, + defaults to /usr/local/apache. @@ -43,7 +47,7 @@ - Enable transfer tables for mod_charset (Rus Apache). + Enable transfer tables for mod_charset (Russian Apache). @@ -77,8 +81,10 @@ - Disable building the CLI version of PHP (this forces --without-pear). - Available with PHP 4.3.0. + Available with PHP 4.3.0. Disable building the CLI version of PHP (this + forces --without-pear). + More information is available in the section about + Using PHP from the command line. @@ -255,7 +261,8 @@ - Build PHP as FastCGI application. No longer available as of PHP 4.3.0. + Build PHP as FastCGI application. No longer available as of PHP 4.3.0, + instead you should use --enable-fastcgi.