mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WinApache:
- Move restart server section after every settings explanation - Add warning about security problems, and add pointer for solutions in the security part git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
10448f3d83
commit
5c79b55794
1 changed files with 20 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.105 $ -->
|
||||
<!-- $Revision: 1.106 $ -->
|
||||
<chapter id="installation">
|
||||
<title>Installation</title>
|
||||
|
||||
|
@ -3619,12 +3619,18 @@ stop and start:
|
|||
</itemizedlist>
|
||||
Note that the second line in the list above can be found
|
||||
in the actual versions of <filename>httpd.conf</filename>,
|
||||
but it is commented out. After changing the configuration
|
||||
file, remember to restart the server, for example,
|
||||
<literal>NET STOP APACHE</literal> followed by
|
||||
<literal>NET START APACHE</literal>, if you run Apache
|
||||
as a Windows Service, or use your regular shortcuts.
|
||||
but it is commented out.
|
||||
</para>
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
By using this CGI setup, your server are open
|
||||
to several possible attacks. Please also read
|
||||
our <link linkend="security.cgi-bin">security section
|
||||
about CGI setups</link> to get some
|
||||
ideas, about how to defend yourself from attacks.
|
||||
</para>
|
||||
</warning>
|
||||
|
||||
<para>
|
||||
If you would like to use PHP as a module in Apache,
|
||||
|
@ -3651,6 +3657,14 @@ stop and start:
|
|||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
After changing the configuration
|
||||
file, remember to restart the server, for example,
|
||||
<literal>NET STOP APACHE</literal> followed by
|
||||
<literal>NET START APACHE</literal>, if you run Apache
|
||||
as a Windows Service, or use your regular shortcuts.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<simpara>
|
||||
In Apache 1.3.22 for Windows, the default configuration file
|
||||
|
|
Loading…
Reference in a new issue