cvs commit: apache-1.3/src/support dbmmanage.1

1998-09-12 Thread rse
rse 98/09/12 04:16:33

  Modified:src  CHANGES
   src/support dbmmanage.1
  Log:
  Fix dbmmanage.1 manual page.
  
  Submitted by: Youichirou Koga [EMAIL PROTECTED]
  PR: 2992
  
  Revision  ChangesPath
  1.1055+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1054
  retrieving revision 1.1055
  diff -u -r1.1054 -r1.1055
  --- CHANGES   1998/09/10 09:23:57 1.1054
  +++ CHANGES   1998/09/12 11:16:31 1.1055
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Fix dbmmanage.1 manual page.
  + [Youichirou Koga [EMAIL PROTECTED]] PR#2992
  + 
 *) Fix possible buffer overflow situation in suexec.c.
[Jeff Stewart [EMAIL PROTECTED]] PR#2790
   
  
  
  
  1.3   +1 -2  apache-1.3/src/support/dbmmanage.1
  
  Index: dbmmanage.1
  ===
  RCS file: /export/home/cvs/apache-1.3/src/support/dbmmanage.1,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dbmmanage.1   1998/03/31 12:53:47 1.2
  +++ dbmmanage.1   1998/09/12 11:16:33 1.3
  @@ -84,8 +84,7 @@
   found at http://www.apache.org/.
   .SH OPTIONS
   .IP \fB\fIfilename\fP
  -The filename of the DBM format file. Usually without the extension .pag or
  -.dir.
  +The filename of the DBM format file. Usually without the extension .pag or 
.dir.
   .IP \fB\fIcommand\fP
   This selects the operation to perform:
   .TP 12
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod mod_auth.html mod_auth_db.html mod_auth_dbm.html

1998-09-12 Thread rse
rse 98/09/12 04:26:03

  Modified:src  CHANGES
   htdocs/manual/mod mod_auth.html mod_auth_db.html
mod_auth_dbm.html
  Log:
  Fix mod_auth_*.html documents: NSCA - NCSA
  
  Submitted by: Youichirou Koga [EMAIL PROTECTED]
  PR: 2991
  
  Revision  ChangesPath
  1.1057+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1056
  retrieving revision 1.1057
  diff -u -r1.1056 -r1.1057
  --- CHANGES   1998/09/12 11:21:58 1.1056
  +++ CHANGES   1998/09/12 11:26:00 1.1057
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.2
   
  +  *) Fix mod_auth_*.html documents: NSCA - NCSA
  + [Youichirou Koga [EMAIL PROTECTED]] PR#2991
  +
 *) Fix INSTALL document: www.gnu.ai.mit.edu - www.gnu.org
[Karl Berry [EMAIL PROTECTED]] PR#2994
   
  
  
  
  1.16  +1 -1  apache-1.3/htdocs/manual/mod/mod_auth.html
  
  Index: mod_auth.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_auth.html 1998/05/20 14:12:53 1.15
  +++ mod_auth.html 1998/09/12 11:26:02 1.16
  @@ -176,7 +176,7 @@
   STRONGDefault:/STRONG/A By default; control is not passed on; and an
unknown
   userID or rule will result in an Authorization Required reply. Not
  -setting it thus keeps the system secure; and forces an NSCA compliant
  +setting it thus keeps the system secure; and forces an NCSA compliant
   behaviour.
   
   P
  
  
  
  1.16  +1 -1  apache-1.3/htdocs/manual/mod/mod_auth_db.html
  
  Index: mod_auth_db.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_db.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_auth_db.html  1998/05/20 14:12:53 1.15
  +++ mod_auth_db.html  1998/09/12 11:26:02 1.16
  @@ -201,7 +201,7 @@
   STRONGDefault:/STRONG/A By default; control is not passed on; and an
   unknown
   userID or rule will result in an Authorization Required reply. Not
  -setting it thus keeps the system secure; and forces an NSCA compliant
  +setting it thus keeps the system secure; and forces an NCSA compliant
   behaviour.  P
   Security: Do consider the implications of allowing a user to allow
   fall-through in his .htaccess file; and verify that this is really
  
  
  
  1.17  +1 -1  apache-1.3/htdocs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_auth_dbm.html 1998/05/20 14:12:54 1.16
  +++ mod_auth_dbm.html 1998/09/12 11:26:02 1.17
  @@ -190,7 +190,7 @@
REL=Help
   STRONGDefault:/STRONG/A By default; control is not passed on; and an 
unknown
   userID or rule will result in an Authorization Required reply. Not
  -setting it thus keeps the system secure; and forces an NSCA compliant
  +setting it thus keeps the system secure; and forces an NCSA compliant
   behaviour.  P
   
   Security: Do consider the implications of allowing a user to allow
  
  
  


cvs commit: apache-1.3/src Configuration.tmpl

1998-09-12 Thread jim
jim 98/09/12 13:16:52

  Modified:conf httpd.conf-dist httpd.conf-dist-win
   htdocs/manual/mod mod_status.html
   src  Configuration.tmpl
  Log:
  mod_status is now a Base module and included by default.
  
  Revision  ChangesPath
  1.30  +6 -0  apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===
  RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- httpd.conf-dist   1998/09/04 17:10:39 1.29
  +++ httpd.conf-dist   1998/09/12 20:16:50 1.30
  @@ -126,6 +126,12 @@
   #
   #LockFile logs/accept.lock
   
  +# ExtendedStatus controls whether Apache will generate full status
  +# information (ExtendedStatus On) or just basic information (ExtendedStatus
  +# Off) when the server-status Handler is called. The default is Off.
  +#
  +#ExtendedStatus On
  +
   # ServerName allows you to set a host name which is sent back to clients for
   # your server if it's different than the one the program would get (i.e. use
   # www instead of the host's real name).
  
  
  
  1.19  +6 -0  apache-1.3/conf/httpd.conf-dist-win
  
  Index: httpd.conf-dist-win
  ===
  RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- httpd.conf-dist-win   1998/09/04 17:10:39 1.18
  +++ httpd.conf-dist-win   1998/09/12 20:16:50 1.19
  @@ -108,6 +108,12 @@
   # no two invocations of Apache share the same scoreboard file.
   ScoreBoardFile logs/apache_status
   
  +# ExtendedStatus controls whether Apache will generate full status
  +# information (ExtendedStatus On) or just basic information (ExtendedStatus
  +# Off) when the server-status Handler is called. The default is Off.
  +#
  +#ExtendedStatus On
  +
   # ServerName allows you to set a host name which is sent back to clients for
   # your server if it's different than the one the program would get (i.e. use
   # www instead of the host's real name).
  
  
  
  1.16  +2 -2  apache-1.3/htdocs/manual/mod/mod_status.html
  
  Index: mod_status.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_status.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mod_status.html   1998/09/06 19:00:41 1.15
  +++ mod_status.html   1998/09/12 20:16:51 1.16
  @@ -64,7 +64,7 @@
   A
HREF=directive-dict.html#Status
REL=Help
  -STRONGStatus:/STRONG/A ExtensionBR
  +STRONGStatus:/STRONG/A BaseBR
A
 HREF=directive-dict.html#Module
 REL=Help
  @@ -73,7 +73,7 @@
HREF=directive-dict.html#Compatibility
REL=Help
   STRONGCompatibility:/STRONG/A ExtendedStatus is only available
  - in Apache 1.3.2 and later
  + in Apache 1.3.2 and later.
   
   P
   This directive controls whether the server keeps track of extended
  
  
  
  1.110 +1 -1  apache-1.3/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- Configuration.tmpl1998/08/11 00:09:42 1.109
  +++ Configuration.tmpl1998/09/12 20:16:52 1.110
  @@ -245,7 +245,7 @@
   ## the 'ExtendedStatus On' directive to allow full status information.
   ## Please note that doing so can result in a palpable performance hit.
   
  -# AddModule modules/standard/mod_status.o
  +AddModule modules/standard/mod_status.o
   
   ## The Info module displays configuration information for the server and 
   ## all included modules. It's very useful for debugging.