diff options
author | Gervase Markham <gerv@gerv.net> | 2015-08-07 14:24:43 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-08-07 14:24:43 +0100 |
commit | 788dc9ed5e5f6031c0529f700b0fd4700eaa216c (patch) | |
tree | b196dacf7d79f654b08ffbc4d86721d34205eabc | |
parent | 2d2c85f63dbde9b49079a0ab0c8c5ddcda33acec (diff) | |
download | bugs-788dc9ed5e5f6031c0529f700b0fd4700eaa216c.tar bugs-788dc9ed5e5f6031c0529f700b0fd4700eaa216c.tar.gz bugs-788dc9ed5e5f6031c0529f700b0fd4700eaa216c.tar.bz2 bugs-788dc9ed5e5f6031c0529f700b0fd4700eaa216c.tar.xz bugs-788dc9ed5e5f6031c0529f700b0fd4700eaa216c.zip |
Bug 1183571 - tell people they need to enable the CGI module. r=LpSolit
-rw-r--r-- | docs/en/rst/installing/apache.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/en/rst/installing/apache.rst b/docs/en/rst/installing/apache.rst index fe734b222..856512a7f 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 |