cvs commit: apache-1.3/htdocs/manual install.html

1999-11-28 Thread rse
rse 99/11/28 03:38:58

  Modified:src  CHANGES
   htdocs/manual install.html
  Log:
  Fixed typo in htdocs/manual/install.html.
  
  Submitted by: Chris Pepper [EMAIL PROTECTED]
  PR: 5360
  
  Revision  ChangesPath
  1.1451+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1450
  retrieving revision 1.1451
  diff -u -r1.1450 -r1.1451
  --- CHANGES   1999/11/28 11:36:51 1.1450
  +++ CHANGES   1999/11/28 11:38:56 1.1451
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.10
   
  +  *) Fixed typo in htdocs/manual/install.html.
  + [Chris Pepper [EMAIL PROTECTED]] PR#5360
  +
 *) Fix $AWK/awk usage in top-level configure script: We confused ourself 
and
replaced the wrong $AWK with a plain awk in the last releases. So we
now both fix this and move the comment which already tried to explain it
  
  
  
  1.27  +1 -1  apache-1.3/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/install.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- install.html  1999/04/27 08:26:55 1.26
  +++ install.html  1999/11/28 11:38:58 1.27
  @@ -215,7 +215,7 @@
   If when you run CODEhttpd/CODE it complained about being unable to
   bind to an address, then either some other process is already using
   the port you have configured Apache to use, or you are running httpd
  -as a normal user but trying to use port below 1024 (such as the
  +as a normal user but trying to use a port below 1024 (such as the
   default port 80).
   
   P
  
  
  


cvs commit: apache-1.3/htdocs/manual install.html invoking.html stopping.html

1998-11-20 Thread pcs
pcs 98/11/20 08:39:05

  Modified:htdocs/manual install.html invoking.html stopping.html
  Log:
  Make documentation clearer for Windows users: state when descriptions
  apply only to Unix; add links to Windows and TPF instructions. Where
  defaults are different in OS/2 or Windows, show them.  Add the -k command
  line option (Windows only).
  
  Revision  ChangesPath
  1.25  +8 -0  apache-1.3/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/install.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- install.html  1998/09/17 14:14:48 1.24
  +++ install.html  1998/11/20 16:39:03 1.25
  @@ -16,6 +16,14 @@
   
   H1 ALIGN=CENTERCompiling and Installing Apache 1.3/H1
   
  +This document covers compilation and installation of Apache on Unix
  +systems only. For compiling and installation on Windows, see A
  +HREF=windows.htmlUsing Apache with Microsoft Windows/A and for
  +TPF see A HREF=install-tpf.htmlInstalling the Apache 1.3 HTTP
  +Server on TPF/A.
  +
  +P
  +
   UnixWare users will want to consult A HREF=unixware.htmlbuild notes/A
   for various UnixWare versions before compiling.
   
  
  
  
  1.22  +54 -30apache-1.3/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/invoking.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- invoking.html 1998/09/17 14:14:48 1.21
  +++ invoking.html 1998/11/20 16:39:03 1.22
  @@ -16,21 +16,30 @@
   H1 ALIGN=CENTERStarting Apache/H1
   
   H2Invoking Apache/H2
  -The CODEhttpd/CODE program is usually run as a daemon which executes
  -continuously, handling requests.  It is possible to invoke Apache by
  -the Internet daemon CODEinetd/CODE each time a connection to the HTTP
  -service is made (use the
  -A HREF=mod/core.html#servertypeServerType/A directive)
  -but this is not recommended.
   
  +On Unix, the CODEhttpd/CODE program is usually run as a daemon
  +which executes continuously, handling requests.  It is possible to
  +invoke Apache by the Internet daemon CODEinetd/CODE each time a
  +connection to the HTTP service is made (use the A
  +HREF=mod/core.html#servertypeServerType/A directive) but this is
  +not recommended.
  +
  +P
  +
  +On Windows, Apache is normally run as a service on Windows NT, or as a
  +console application on Windows 95. See also A
  +HREF=windows.html#runrunning Apache for Windows/A.
  +
   H2Command line options/H2
   The following options are recognized on the httpd command line:
   DL
   DTCODE-d/CODE EMserverroot/EM
   DDSet the initial value for the
   A HREF=mod/core.html#serverrootServerRoot/A variable to
  -EMserverroot/EM. This can be overridden by the ServerRoot command in the
  -configuration file. The default is CODE/usr/local/apache/CODE.
  +EMserverroot/EM. This can be overridden by the ServerRoot command
  +in the configuration file. The default is
  +CODE/usr/local/apache/CODE on Unix, CODE/apache/CODE on
  +Windows and CODE/os2httpd/CODE on OS/2.
   
   DTCODE-D/CODE EMname/EM
   DDDefine a name for use in in 
  @@ -86,16 +95,21 @@
   errors, display an error message and exit with a non-zero exit status,
   otherwise display Syntax OK and terminate with a zero exit status.
   
  +DTCODE-k/CODE EMoption/EM
  +DDWindows only: signal Apache to restart or shutdown. EMoption/EM 
  +is one of shutdown or restart. (New in Apache 1.3.3).
  +
   DTCODE-?/CODE
   DDPrint a list of the httpd options, and then exit.
   /DL
   
   H2Configuration files/H2
  -The server will read three files for configuration directives. Any directive
  -may appear in any of these files. The the names of these files are taken
  -to be relative to the server root; this is set by the
  -A HREF=mod/core.html#serverrootServerRoot/A directive, or the
  -CODE-d/CODE command line flag.
  +The server will read three files for configuration directives. Any
  +directive may appear in any of these files. The the names of these
  +files are taken to be relative to the server root; this is set by the
  +A HREF=mod/core.html#serverrootServerRoot/A directive, the
  +CODE-d/CODE command line flag, or (on Windows only) the registry
  +(see A HREF=windows.html#runRunning Apache for Windows/A).
   
   Conventionally, the files are:
   DL
  @@ -129,30 +143,40 @@
   the consequences; see the A HREF=misc/security_tips.htmlsecurity tips/A
   document for details.
   H3pid file/H3
  -On daemon startup, it saves the process id of the parent httpd process to
  -the file CODElogs/httpd.pid/CODE. This filename can be changed with the
  -A HREF=mod/core.html#pidfilePidFile/A directive. The process-id is for
  -use by the administrator in restarting and terminating the daemon;
  -A HUP 

cvs commit: apache-1.3/htdocs/manual install.html

1998-05-20 Thread brian
brian   98/05/20 03:19:19

  Modified:.INSTALL
   src  INSTALL
   htdocs/manual install.html
  Log:
  PR: 1808
  
  Add note about setting the proper system time.
  
  Revision  ChangesPath
  1.29  +9 -0  apache-1.3/INSTALL
  
  Index: INSTALL
  ===
  RCS file: /export/home/cvs/apache-1.3/INSTALL,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- INSTALL   1998/05/12 12:13:48 1.28
  +++ INSTALL   1998/05/20 10:19:11 1.29
  @@ -356,6 +356,15 @@
http://www.apache.org/docs/ for a complete reference of available
configuration directives.
   
  +  9. 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.
  +
 8. Contacts

   
  
  
  
  1.22  +8 -0  apache-1.3/src/INSTALL
  
  Index: INSTALL
  ===
  RCS file: /export/home/cvs/apache-1.3/src/INSTALL,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- INSTALL   1998/04/03 13:38:34 1.21
  +++ INSTALL   1998/05/20 10:19:16 1.22
  @@ -137,6 +137,14 @@
 specifically call them by other names, use the AccessConfig and
 ResourceConfig directives in httpd.conf.
   
  +  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.
  +
 Upgrading an Existing Apache Environment
 
   
  
  
  
  1.21  +8 -0  apache-1.3/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/install.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- install.html  1998/02/05 20:04:10 1.20
  +++ install.html  1998/05/20 10:19:18 1.21
  @@ -159,6 +159,14 @@
   on a directory-by-directory basis by using CODE.htaccess/CODE
   files in directories accessed by the server.
   
  +H3Set 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.
  +
   H3Starting and Stopping the Server/H3
   
   To start the server, simply run CODEhttpd/CODE. This will look for