mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix links to internal IDs, add tags where missing, and a little bit of grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160563 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3adf8b1d21
commit
54577186db
1 changed files with 17 additions and 16 deletions
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<sect1 id="install.windows.iis">
|
||||
<title>Microsoft IIS / PWS</title>
|
||||
<para>
|
||||
This section contains notes and hints specific to IIS (Microsoft
|
||||
Internet Information Server). Installing PHP for
|
||||
<link linkend="install.iis.iis3">PWS/IIS 3</link>,
|
||||
<link linkend="install.iis.pws4">PWS 4 or newer</link> and
|
||||
<link linkend="install.iis.iis4">IIS 4 or newer</link> versions.
|
||||
Internet Information Server). We have included installation
|
||||
instructions for <link linkend="install.windows.iis.iis3">PWS/IIS 3</link>,
|
||||
<link linkend="install.windows.iis.pws4">PWS 4 or newer</link> and
|
||||
<link linkend="install.windows.iis.iis4">IIS 4 or newer</link> versions.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
|
@ -25,7 +25,8 @@
|
|||
<simpara>
|
||||
The recommended method for configuring these servers is to use
|
||||
the REG file included with the distribution
|
||||
(pws-php4cgi.reg). You may want to edit this file and make sure
|
||||
(<filename>pws-php4cgi.reg</filename> in the SAPI folder).
|
||||
You may want to edit this file and make sure
|
||||
the extensions and PHP install directories match your
|
||||
configuration. Or you can follow the steps below to do it
|
||||
manually.
|
||||
|
@ -196,7 +197,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
Edit the enclosed <filename>pws-php4cgi.reg</filename>
|
||||
file (look into the SAPI dir) to reflect the location of
|
||||
file (look into the SAPI folder) to reflect the location of
|
||||
your <filename>php.exe</filename>. Backslashes should be
|
||||
escaped, for example:
|
||||
<literal>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\php.exe"</literal>
|
||||
|
@ -220,7 +221,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
Edit the enclosed <filename>pws-php4isapi.reg</filename>
|
||||
file (look into the SAPI dir) to reflect the location of
|
||||
file (look into the SAPI folder) to reflect the location of
|
||||
your <filename>php4isapi.dll</filename>. Backslashes should
|
||||
be escaped, for example:
|
||||
<literal>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\sapi\\php4isapi.dll"</literal>
|
||||
|
@ -272,19 +273,19 @@
|
|||
<simpara>
|
||||
Click Add, and in the Executable box, type:
|
||||
<literal>c:\php\php.exe</literal> (assuming
|
||||
that you have unziped PHP in c:\php\).
|
||||
that you have unziped PHP in <filename>c:\php\</filename>).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
In the Extension box, type the file name extension you want
|
||||
associated with PHP scripts. Leave 'Method exclusions'
|
||||
blank, and check the Script engine checkbox. You may also
|
||||
blank, and check the 'Script engine' checkbox. You may also
|
||||
like to check the 'check that file exists' box - for a small
|
||||
performance penalty, IIS (or PWS) will check that the script
|
||||
file exists and sort out authentication before firing up php.
|
||||
file exists and sort out authentication before firing up PHP.
|
||||
This means that you will get sensible 404 style error messages
|
||||
instead of cgi errors complaining that PHP did not output any data.
|
||||
instead of CGI errors complaining that PHP did not output any data.
|
||||
</simpara>
|
||||
<simpara>
|
||||
You must start over from the previous step for each
|
||||
|
@ -313,16 +314,16 @@
|
|||
If you don't want to perform HTTP Authentication using PHP,
|
||||
you can (and should) skip this step. Under ISAPI Filters,
|
||||
add a new ISAPI filter. Use PHP as the filter name, and
|
||||
supply a path to the php4isapi.dll.
|
||||
supply a path to the <filename>php4isapi.dll</filename>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Under 'Home Directory', click on the 'Configuration' button.
|
||||
Add a new entry to the Application Mappings. Use the path
|
||||
to the php4isapi.dll as the Executable, supply
|
||||
<literal>.php</literal> as the extension, leave Method
|
||||
exclusions blank, and check the Script engine checkbox.
|
||||
to the <filename>php4isapi.dll</filename> as the Executable, supply
|
||||
<literal>.php</literal> as the extension, leave 'Method
|
||||
exclusions' blank, and check the 'Script engine' checkbox.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue