cvs commit: apachen/htdocs/manual install.html

1997-08-24 Thread Paul Sutton
pcs 97/08/24 05:55:10

  Modified:htdocs/manual install.html
  Log:
  Update sample output from Configure to something more like what it
  generates now.
  
  Revision  ChangesPath
  1.14  +6 -1  apachen/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/install.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- install.html  1997/08/11 10:04:43 1.13
  +++ install.html  1997/08/24 12:55:09 1.14
  @@ -83,7 +83,12 @@
+ configured for  platform
+ setting C compiler to  *
+ setting C compiler optimization-level to  *
  -%
  + + Adding selected modules
  + + doing sanity check on compiler and options
  +Creating Makefile in support
  +Creating Makefile in main
  +Creating Makefile in os/unix
  +Creating Makefile in modules/standard
  
 
   
  
  
  


cvs commit: apachen/htdocs/manual install.html

1997-11-25 Thread pcs
pcs 97/11/25 01:41:46

  Modified:.README
   htdocs/manual install.html
  Log:
  
  
  Revision  ChangesPath
  1.13  +1 -1  apachen/README
  
  Index: README
  ===
  RCS file: /export/home/cvs/apachen/README,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- README1997/10/19 17:05:04 1.12
  +++ README1997/11/25 09:41:44 1.13
  @@ -53,7 +53,7 @@
   Finally, make a call to httpd, with a -f to the full path to the
   httpd.conf file.  I.e., the common case:
   
  -  /usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
  +  /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
   
   And voila!  The server should be running.
   
  
  
  
  1.16  +2 -2  apachen/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/install.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- install.html  1997/10/25 22:35:07 1.15
  +++ install.html  1997/11/25 09:41:46 1.16
  @@ -169,7 +169,7 @@
   location with the -f argument. For example:
   
   
  -/usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
  +/usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
   
   
   If all goes well this will return to the command prompt almost
  @@ -228,7 +228,7 @@
   the parent.  A typical command to stop the server is:
   
   
  -kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
  +kill -TERM `cat /usr/local/apache/logs/httpd.pid`
   
   
   
  
  
  


cvs commit: apachen/htdocs/manual install.html

1997-11-25 Thread pcs
pcs 97/11/25 01:47:48

  Modified:.README
   htdocs/manual install.html
  Log:
  Fix the default Apache path
  
  Revision  ChangesPath
  1.14  +1 -1  apachen/README
  
  Index: README
  ===
  RCS file: /export/home/cvs/apachen/README,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- README1997/11/25 09:41:44 1.13
  +++ README1997/11/25 09:47:47 1.14
  @@ -53,7 +53,7 @@
   Finally, make a call to httpd, with a -f to the full path to the
   httpd.conf file.  I.e., the common case:
   
  -  /usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
  +  /usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf
   
   And voila!  The server should be running.
   
  
  
  
  1.17  +1 -1  apachen/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/install.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- install.html  1997/11/25 09:41:46 1.16
  +++ install.html  1997/11/25 09:47:47 1.17
  @@ -169,7 +169,7 @@
   location with the -f argument. For example:
   
   
  -/usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
  +/usr/local/apache/httpd -f /usr/local/apache/conf/httpd.conf
   
   
   If all goes well this will return to the command prompt almost
  
  
  


cvs commit: apachen/htdocs/manual install.html new_features_1_3.html

1997-08-11 Thread Paul Sutton
pcs 97/08/11 03:04:44

  Modified:htdocs/manual install.html new_features_1_3.html
  Log:
  Initial documentation for the new Configure
  
  Revision  ChangesPath
  1.13  +1 -1  apachen/htdocs/manual/install.html
  
  Index: install.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/install.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- install.html  1997/08/08 17:24:44 1.12
  +++ install.html  1997/08/11 10:04:43 1.13
  @@ -51,7 +51,7 @@

 Select modules to compile into Apache in the
 Configuration file. Uncomment lines corresponding to
  -  those optional modules you wish to include (among the Module lines
  +  those optional modules you wish to include (among the AddModule lines
 at the bottom of the file), or add new lines corresponding to
 additional modules you have downloaded or written. (See API.html for preliminary docs on how to
  
  
  
  1.14  +10 -0 apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- new_features_1_3.html 1997/08/08 11:28:32 1.13
  +++ new_features_1_3.html 1997/08/11 10:04:43 1.14
  @@ -30,6 +30,16 @@
   
   
   Re-organised Sources
  + 
  + The source files for Apache have been re-organised. The main difference
  + for Apache users is that the "Module" lines in Configuration
  + have been replaced with "AddModule" with a slightly different syntax.
  + For module authors there are some changes designed to make it
  + easier for users to add their module.
  +
  +Sortable Directory Listings