1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
brian
1998-05-20 10:19:18 +00:00
parent f8ad3417f4
commit 62e9d8a4e3
2 changed files with 16 additions and 0 deletions

View File

@@ -159,6 +159,14 @@ In addition to these three files, the server behavior can be configured
on a directory-by-directory basis by using <CODE>.htaccess</CODE>
files in directories accessed by the server.
<H3>Set your system time properly!</H3>
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.
<H3>Starting and Stopping the Server</H3>
To start the server, simply run <CODE>httpd</CODE>. This will look for

View File

@@ -159,6 +159,14 @@ In addition to these three files, the server behavior can be configured
on a directory-by-directory basis by using <CODE>.htaccess</CODE>
files in directories accessed by the server.
<H3>Set your system time properly!</H3>
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.
<H3>Starting and Stopping the Server</H3>
To start the server, simply run <CODE>httpd</CODE>. This will look for