]> granicus.if.org Git - apache/commitdiff
There's already a seealso link for Options. Added 'ExecCGI' explicitly
authorRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 17:19:28 +0000 (17:19 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 4 Nov 2010 17:19:28 +0000 (17:19 +0000)
to that link for clarity.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031087 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cgi.xml

index 202426243e8e6fbce227b7c8f988e62364d2735a..d9b6de050dd7ab4198a99ef439535ea72fb1e914 100644 (file)
 <identifier>cgi_module</identifier>
 
 <summary>
-    <!-- XXX: Should mention Options ExecCGI
-          is the link to howto/cgi not sufficient? -nd
-    -->
-
     <p>Any file that has the handler
     <code>cgi-script</code> will be treated
     as a CGI script, and run by the server, with its output being
@@ -57,7 +53,7 @@
 </summary>
 
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>
-<seealso><directive module="core">Options</directive></seealso>
+<seealso><directive module="core">Options</directive> ExecCGI</seealso>
 <seealso><directive module="mod_alias">ScriptAlias</directive></seealso>
 <seealso><directive module="mod_mime">AddHandler</directive></seealso>
 <seealso><a href="../suexec.html">Running CGI programs under different