From: Lars Eilebrecht Date: Sun, 14 Feb 1999 00:45:08 +0000 (+0000) Subject: Update y2k FAQ. X-Git-Tag: 1.3.5~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f891f3df006e4d92f20cf1bbef8c94a549e3f30;p=apache Update y2k FAQ. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82796 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index c63ba1157e..26c35b1698 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -14,7 +14,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.137 $ ($Date: 1999/02/04 18:15:05 $) + $Revision: 1.138 $ ($Date: 1999/02/14 00:45:08 $)

The latest version of this FAQ is always available from the main @@ -2046,18 +2046,6 @@ the century is 20 rather than 19.

- Some aspects of Apache's output may use two-digit years, such as the - automatic listing of directory contents provided by - mod_autoindex - with the - FancyIndexing - option enabled, but it is improper to depend upon such displays for - specific syntax. And even that issue is being addressed by the - developers; a future version of Apache should allow you to format that - display as you like. -

-

Although Apache is Year 2000 compliant, you may still get problems if the underlying OS has problems with dates past year 2000 (e.g., OS calls which accept or return year numbers). @@ -2067,6 +2055,11 @@ But modern operating systems shouldn't cause any trouble at all.

+

+ Users of Apache 1.2.x should upgrade to a current version of Apache 1.3 + (see year-2000 improvements in + Apache 1.3 for details). +