From: jake%bugzilla.org <> Date: Tue, 14 Jan 2003 05:06:08 +0000 (+0000) Subject: Bug 188757 - 2.16 shipped with the problem mentioned in bug 174255 and that fix was... X-Git-Tag: bugzilla-2.16.3~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8fc9a4838681ca980e80ff6cd590bb57b1d6d7;p=thirdparty%2Fbugzilla.git Bug 188757 - 2.16 shipped with the problem mentioned in bug 174255 and that fix was never ported to 2.16's documentation, so the error was still on bugzilla.org. --- diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 27bd77542b..4c9e004c9a 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -3519,7 +3519,7 @@ WIDTH="100%" COLOR="#000000" >
Options ExecCGI AllowOverride Limit
Options ExecCGI
AllowOverride Limit \ No newline at end of file +> diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html index 6d4de5a218..a2acc5505c 100644 --- a/docs/html/stepbystep.html +++ b/docs/html/stepbystep.html @@ -1043,7 +1043,7 @@ WIDTH="100%" COLOR="#000000" >
Options ExecCGI AllowOverride Limit
Options ExecCGI
AllowOverride Limit \ No newline at end of file +> diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml index 0433b4b520..6931e3e4e6 100644 --- a/docs/sgml/installation.sgml +++ b/docs/sgml/installation.sgml @@ -526,7 +526,10 @@ With Apache you'll also want to make sure that within the httpd.conf file the line: - Options ExecCGI AllowOverride Limit + +Options ExecCGI +AllowOverride Limit + is in the stanza that covers the directories into which you intend to put the bugzilla .html and .cgi files. diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index a19dd6c898..6304600978 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -1254,7 +1254,8 @@ Chapter 4. Installation With Apache you'll also want to make sure that within the httpd.conf file the line: - Options ExecCGI AllowOverride Limit + Options ExecCGI + AllowOverride Limit is in the stanza that covers the directories into which you intend to put the bugzilla .html and .cgi files. diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 0433b4b520..6931e3e4e6 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -526,7 +526,10 @@ With Apache you'll also want to make sure that within the httpd.conf file the line: - Options ExecCGI AllowOverride Limit + +Options ExecCGI +AllowOverride Limit + is in the stanza that covers the directories into which you intend to put the bugzilla .html and .cgi files.