]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1183571 - tell people they need to enable the CGI module. r=LpSolit
authorGervase Markham <gerv@gerv.net>
Fri, 7 Aug 2015 13:24:25 +0000 (14:24 +0100)
committerGervase Markham <gerv@gerv.net>
Fri, 7 Aug 2015 13:24:25 +0000 (14:24 +0100)
docs/en/rst/installing/apache.rst

index fe734b22296c5bdb9c117df958d78a812a53cf4c..856512a7f503331462929fd5044bc16bfd5af378 100644 (file)
@@ -77,6 +77,14 @@ or, if not found, :file:`index.html` if someone only types the directory name
 into the browser; and allows Bugzilla's :file:`.htaccess` files to override
 some global permissions.
 
+On some Linux distributions you will need to enable the Apache CGI
+module. On Debian/Ubuntu, this is done with:
+
+:command:`sudo a2enmod cgi`
+
+If you find that the webserver is returning the Perl code as text rather
+than executing it, then this is the problem.
+
 .. _apache-mod_perl:
 
 Apache with mod_perl