[deployment-guide/comm-rel: 473/727] Commented out all references to AddHandler.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:04:37 UTC 2010


commit 520d50acbc1dca634f574a3811e0fe449fd41b36
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 24 15:18:14 2010 +0200

    Commented out all references to AddHandler.
    
    This is a temporary solution only.

 en-US/The_Apache_HTTP_Server.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 65b8d29..c8d0048 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -669,7 +669,7 @@ AddIcon /icons/blank.png ^^BLANKICON^^</screen>
       </para>
       <screen><command>&lt;Directory /home/my_cgi_directory&gt; Options +ExecCGI &lt;/Directory&gt;</command></screen>
       <para>
-        Next, the <command>AddHandler</command> directive must be uncommented to identify files with the <filename>.cgi</filename> extension as CGI scripts. Refer to <xref linkend="s2-apache-addhandler" /> for instructions on setting <command>AddHandler</command>.
+        Next, the <command>AddHandler</command> directive must be uncommented to identify files with the <filename>.cgi</filename> extension as CGI scripts. <!-- Refer to <xref linkend="s2-apache-addhandler" /> for instructions on setting <command>AddHandler</command>. -->
       </para>
       <para>
         For this to work, permissions for CGI scripts, and the entire path to the scripts, must be set to 0755.
@@ -1339,7 +1339,7 @@ AddIcon /icons/blank.png ^^BLANKICON^^</screen>
         </para>
       </formalpara>
       <para>
-        It is possible to establish directories for storing executables outside of the <filename>cgi-bin/</filename> directory. For instructions on doing so, refer to <xref linkend="s2-apache-addhandler" /> and <xref linkend="s2-apache-directory" />.
+        It is possible to establish directories for storing executables outside of the <filename>cgi-bin/</filename> directory. <!-- For instructions on doing so, refer to <xref linkend="s2-apache-addhandler" /> and <xref linkend="s2-apache-directory" />. -->
       </para>
       <formalpara id="s2-apache-serveradmin">
         <title>ServerAdmin</title>


More information about the docs-commits mailing list