From: brian Date: Wed, 20 May 1998 10:19:18 +0000 (+0000) Subject: PR: 1808 X-Git-Tag: APACHE_1_3b7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e9d8a4e3967ec81950b8b7d5565ca927948fa9;p=thirdparty%2Fapache%2Fhttpd.git PR: 1808 Add note about setting the proper system time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81314 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html b/docs/manual/install.html index 33878db24da..077c4ef7c21 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -159,6 +159,14 @@ In addition to these three files, the server behavior can be configured on a directory-by-directory basis by using .htaccess files in directories accessed by the server. +

Set your system time properly!

+ +Proper operation of a public web server requires accurate time +keeping, since elements of the HTTP protocol are expressed as the time +of day. So, it's time to investigate setting up NTP or some other +time synchronization system on your Unix box, or whatever the +equivalent on NT would be. +

Starting and Stopping the Server

To start the server, simply run httpd. This will look for diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 33878db24da..077c4ef7c21 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -159,6 +159,14 @@ In addition to these three files, the server behavior can be configured on a directory-by-directory basis by using .htaccess files in directories accessed by the server. +

Set your system time properly!

+ +Proper operation of a public web server requires accurate time +keeping, since elements of the HTTP protocol are expressed as the time +of day. So, it's time to investigate setting up NTP or some other +time synchronization system on your Unix box, or whatever the +equivalent on NT would be. +

Starting and Stopping the Server

To start the server, simply run httpd. This will look for