mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
servername
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135391 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
db8088a4bc
commit
c6593534ae
1 changed files with 17 additions and 17 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<sect3 id="install.configure.options.servers">
|
||||
<title>SAPI options</title>
|
||||
<para>
|
||||
The following list contains the available SAPI&s (<literal>Server
|
||||
Application Programming Interface)</literal> for PHP.
|
||||
Application Programming Interface)</literal> for PHP.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.with-aolserver">
|
||||
|
@ -23,9 +23,9 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build shared Apache module. FILE is the optional pathname to the Apache
|
||||
apxs tool; defaults to apxs. Make sure you specify the version of apxs that
|
||||
is actually installed on your system and NOT the one that is in the apache
|
||||
Build shared Apache module. FILE is the optional pathname to the Apache
|
||||
apxs tool; defaults to apxs. Make sure you specify the version of apxs that
|
||||
is actually installed on your system and NOT the one that is in the apache
|
||||
source tarball.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -57,7 +57,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build shared Apache 2.0 module. FILE is the optional pathname to the Apache
|
||||
Build shared Apache 2.0 module. FILE is the optional pathname to the Apache
|
||||
apxs tool; defaults to apxs.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -95,13 +95,13 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable building of the embedded SAPI library. TYPE is either
|
||||
<literal>shared</literal> or <literal>static</literal>, which
|
||||
Enable building of the embedded SAPI library. TYPE is either
|
||||
<literal>shared</literal> or <literal>static</literal>, which
|
||||
defaults to <literal>shared</literal>. Available with PHP 4.3.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="install.configure.with-fhttpd">
|
||||
<term>
|
||||
<parameter>--with-fhttpd[=DIR]</parameter>
|
||||
|
@ -130,7 +130,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify path to the installed Netscape Server.
|
||||
Specify path to the installed Netscape/iPlanet/SunONE Webserver.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -160,7 +160,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as a Pike module. DIR is the base Roxen directory, normally
|
||||
Build PHP as a Pike module. DIR is the base Roxen directory, normally
|
||||
<filename>/usr/local/roxen/server</filename>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -181,7 +181,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include servlet support. DIR is the base install directory for the JSDK.
|
||||
Include servlet support. DIR is the base install directory for the JSDK.
|
||||
This SAPI requires the java extension must be built as a shared dl.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -229,14 +229,14 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="install.configure.enable-force-cgi-redirect">
|
||||
<term>
|
||||
<parameter>--enable-force-cgi-redirect</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable the security check for internal server redirects. You should use
|
||||
Enable the security check for internal server redirects. You should use
|
||||
this if you are running the CGI version with Apache.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -248,13 +248,13 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
If this is enabled, the PHP CGI binary can safely be placed outside of
|
||||
If this is enabled, the PHP CGI binary can safely be placed outside of
|
||||
the web tree and people will not be able to circumvent &htaccess;
|
||||
security.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="install.configure.with-fastcgi">
|
||||
<term>
|
||||
<parameter>--with-fastcgi</parameter>
|
||||
|
@ -278,7 +278,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry id="install.configure.disable-path-info-check">
|
||||
<term>
|
||||
<parameter>--disable-path-info-check</parameter>
|
||||
|
|
Loading…
Reference in a new issue