goba            Mon Jan  7 11:59:30 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.xml 
  Log:
  WinApache: 
    - Move restart server section after every settings explanation
    - Add warning about security problems, and add pointer for solutions
      in the security part
  
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.105 phpdoc/en/chapters/install.xml:1.106
--- phpdoc/en/chapters/install.xml:1.105        Wed Jan  2 12:50:35 2002
+++ phpdoc/en/chapters/install.xml      Mon Jan  7 11:59:29 2002
@@ -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 @@
      </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 @@
      </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 


Reply via email to