Commit 6f9681c7 authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1751930 from trunk:

parent 85a2218c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
      <modulelist>
        <module>mod_alias</module>
        <module>mod_cgi</module>
        <module>mod_cgid</module>
      </modulelist>

      <directivelist>
@@ -64,10 +65,19 @@
    directive has not been commented out.  A correctly configured directive
    may look like this:

    <highlight language="config">
      LoadModule cgid_module modules/mod_cgid.so
    </highlight>


     On Windows, or using a non-threaded MPM like prefork,  A correctly 
     configured directive may look like this:

    <highlight language="config">
      LoadModule cgi_module modules/mod_cgi.so
    </highlight></note>


    <section id="scriptalias">
      <title>ScriptAlias</title>