]> granicus.if.org Git - apache/commitdiff
LoadModule is no longer a "new" directive in 2.4
authorVincent Deffontaines <gryzor@apache.org>
Mon, 1 Apr 2013 16:20:45 +0000 (16:20 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Mon, 1 Apr 2013 16:20:45 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1463186 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml

index af93757b4dc277e6b3c7d6b5983b54cbeb9d828a..537b880ffdb1e305bff724e65f9845314f595346 100644 (file)
@@ -62,7 +62,7 @@
 <h2><a name="down" id="down">Downloading Apache for Windows</a></h2>
     
 
-    <p>The Apache HTTP Server Project itself does not provide binary releases of 
+    <p>The Apache HTTP Server Project itself does not provide binary releases of
     software, only source code. If you cannot compile the Apache HTTP Server
     yourself, you can obtain a binary package from numerous binary distributions
     available on the Internet.</p>
@@ -150,7 +150,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
       runtime, without recompiling the server. If Apache is compiled
       normally, it will install a number of optional modules in the
       <code>\Apache2.4\modules</code> directory. To activate these or
-      other modules, the new <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code>
+      other modules, the <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code>
       directive must be used. For example, to activate the status
       module, use the following (in addition to the status-activating
       directives in <code>access.conf</code>):</p>
@@ -427,8 +427,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     Programs. Change to the folder to which you installed Apache, type
     the command <code>httpd.exe</code>, and read the error message. Then
     change to the logs folder, and review the <code>error.log</code>
-    file for configuration mistakes. Assuming httpd was installed into 
-    <code>C:\Program Files\Apache Software Foundation\Apache2.4\</code>, 
+    file for configuration mistakes. Assuming httpd was installed into
+    <code>C:\Program Files\Apache Software Foundation\Apache2.4\</code>,
     you can do the following:</p>
 
     <div class="example"><p><code>
index 1b899e5eab88871a3a096405383410c95ed376f2..cb05b59bcdbe6c6d34fc5b51f28f6ecf90d0208a 100644 (file)
   <section id="down">
     <title>Downloading Apache for Windows</title>
 
-    <p>The Apache HTTP Server Project itself does not provide binary releases of 
+    <p>The Apache HTTP Server Project itself does not provide binary releases of
     software, only source code. If you cannot compile the Apache HTTP Server
     yourself, you can obtain a binary package from numerous binary distributions
     available on the Internet.</p>
   </section>
 
-  
+
   <section id="cust">
     <title>Customizing Apache for Windows</title>
 
@@ -144,7 +144,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
       runtime, without recompiling the server. If Apache is compiled
       normally, it will install a number of optional modules in the
       <code>\Apache2.&httpd.minor;\modules</code> directory. To activate these or
-      other modules, the new <directive module="mod_so">LoadModule</directive>
+      other modules, the <directive module="mod_so">LoadModule</directive>
       directive must be used. For example, to activate the status
       module, use the following (in addition to the status-activating
       directives in <code>access.conf</code>):</p>
@@ -420,8 +420,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     Programs. Change to the folder to which you installed Apache, type
     the command <code>httpd.exe</code>, and read the error message. Then
     change to the logs folder, and review the <code>error.log</code>
-    file for configuration mistakes. Assuming httpd was installed into 
-    <code>C:\Program Files\Apache Software Foundation\Apache2.&httpd.minor;\</code>, 
+    file for configuration mistakes. Assuming httpd was installed into
+    <code>C:\Program Files\Apache Software Foundation\Apache2.&httpd.minor;\</code>,
     you can do the following:</p>
 
     <example>