From: gerv%gerv.net <>
Date: Thu, 2 May 2002 06:28:18 +0000 (+0000)
Subject: Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it.
X-Git-Tag: bugzilla-2.16rc1~31
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839596f6f9a65398e845c46aa02327db4214feb5;p=thirdparty%2Fbugzilla.git
Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it.
---
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index 0a68c250f9..8cadbdd587 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -1204,7 +1204,9 @@ bash# ./checksetup.pl
.htaccess files
which the Apache webserver can use to restrict access to
the bugzilla data files. The checksetup script will
- generate the .htaccess files.
+ generate the .htaccess files. These .htaccess files
+ will not work with Apache 1.2.x - but this has security holes, so you
+ shouldn't be using it anyway.
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 0a68c250f9..8cadbdd587 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1204,7 +1204,9 @@ bash# ./checksetup.pl
.htaccess files
which the Apache webserver can use to restrict access to
the bugzilla data files. The checksetup script will
- generate the .htaccess files.
+ generate the .htaccess files. These .htaccess files
+ will not work with Apache 1.2.x - but this has security holes, so you
+ shouldn't be using it anyway.