From: Gervase Markham Date: Fri, 7 Aug 2015 13:24:25 +0000 (+0100) Subject: Bug 1183571 - tell people they need to enable the CGI module. r=LpSolit X-Git-Tag: release-5.1.1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074b14f6a51299ff7490becadadb006255b07015;p=thirdparty%2Fbugzilla.git Bug 1183571 - tell people they need to enable the CGI module. r=LpSolit --- diff --git a/docs/en/rst/installing/apache.rst b/docs/en/rst/installing/apache.rst index fe734b2229..856512a7f5 100644 --- a/docs/en/rst/installing/apache.rst +++ b/docs/en/rst/installing/apache.rst @@ -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