Hi,

See attached a copy of my patch for trunk/howto/cgi.xml
This fix came from  http://issues.apache.org/bugzilla/show_bug.cgi?id=41517

Though the fix, for this issue may have been an obvious one. Having a few lines in the docs just to make sure that the module is loaded is not so bad. Seeing as further down in the "But it's still not working!" section it refers you back to the top of the page to check your configuration.


Cheers,
Tony


Index: cgi.xml
===================================================================
--- cgi.xml     (revision 545660)
+++ cgi.xml     (working copy)
@@ -57,6 +57,15 @@
     need to have Apache configured to permit CGI execution. There
     are several ways to do this.</p>
 
+    <p>If Apache has been build with shared module support you need to
+    ensure that the module is loaded, in your <code>httpd.conf</code>
+    you need to make sure the <code>LoadModule</code> directive has not
+    been commented out.  A correctly configured directive may look like 
this:</p>
+
+    <example>
+    LoadModule cgi_module modules/mod_cgi.so
+    </example>
+
     <section id="scriptalias">
       <title>ScriptAlias</title>
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to