]> granicus.if.org Git - apache/commitdiff
Fix some links.
authorJoshua Slive <slive@apache.org>
Sun, 22 Sep 2002 21:50:40 +0000 (21:50 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 22 Sep 2002 21:50:40 +0000 (21:50 +0000)
Submitted by: "johannes m. richter" <johannes_richter@gmx.net>

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

docs/manual/platform/windows.xml

index 8704f937860d8c3c204a8bb27c080fb3c37191f3..991a7b7e92fa02cb4fe6725c731b50d214446c33 100644 (file)
       <li>
         <p>When running CGI scripts, the method Apache uses to find
         the interpreter for the script is configurable using the
-        <directive module="mod_core">ScriptInterpreterSource</directive>
+        <directive module="core">ScriptInterpreterSource</directive>
         directive.</p>
       </li>
 
         <p>Since it is often difficult to manage files with names
         like <code>.htaccess</code> under windows, you may find it
         useful to change the name of this configuration file using
-        the <directive module="mod_core">AccessFilename</directive>
+        the <directive module="core">AccessFilename</directive>
         directive.</p>
       </li>
     </ul>
       apache -n "service name"
     </example>
 
-    <p>In these cases, the proper <directive module="mod_core"
+    <p>In these cases, the proper <directive module="core"
     >ServerRoot</directive> should be set in the configuration file.</p>
 
     <p>If you don't specify a configuration file name with <code>-f</code> or
     usually "<code>conf/httpd.conf</code>". Invoking Apache with the
     <code>-V</code> switch will display this value labeled as
     <code>SERVER_CONFIG_FILE</code>. Apache
-    will then determine its <directive module="mod_core"
+    will then determine its <directive module="core"
     >ServerRoot</directive> by trying the following, in
     this order:</p>
 
     warning can be ignored if it otherwise was able to find its
     configuration files.</p>
 
-    <p>The value of this key is the <directive module="mod_core"
+    <p>The value of this key is the <directive module="core"
     >ServerRoot</directive> directory, containing the <code>conf</code>
     directory. When Apache starts it will read the <code>httpd.conf</code>
     file from this directory. If this file contains a
-    <directive module="mod_core">ServerRoot</directive> directive which
+    <directive module="core">ServerRoot</directive> directive which
     is different from the directory obtained from the registry key above,
     Apache will forget the registry key and use the directory from the
     configuration file. If you copy the Apache directory or configuration
     files to a new location it is vital that you update the
-    <directive module="mod_core">ServerRoot</directive> directory
+    <directive module="core">ServerRoot</directive> directory
     in the <code>httpd.conf</code> file to the new location.</p>
 
     <p>To run Apache from the command line as a console