cvs commit: apache-2.0 STATUS

1998-02-11 Thread pcs
pcs 98/02/11 07:59:45

  Modified:.STATUS
  Log:
  Hey, how'd that vote get on the wrong line?
  
  Revision  ChangesPath
  1.23  +2 -2  apache-2.0/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-2.0/STATUS,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- STATUS1998/02/10 18:19:27 1.22
  +++ STATUS1998/02/11 15:59:44 1.23
  @@ -49,7 +49,7 @@
Status: Brian +1, Ken +1, Jim +1, Paul +1, Sameer +1, Marc +1,
Ralf +1, MarkC +1, Ben +1
 - Thread Abstraction
  - Status: Sameer +1, Marc +1, MarkC +1, Ben +1, Dean +1
  + Status: Sameer +1, Marc +1, MarkC +1, Ben +1, Dean +1, Paul +1
Volunteers: 
   
   * revamped process model (Dean's proposal)
  @@ -116,7 +116,7 @@
   
 . backward compatibility with 1.3 (just require a recompile)
if functions get renamed, old names retained as wrappers
  - Status: Paul +1, Sameer +1, Marc +1, Ralf +1, MarkC +1, Paul +1
  + Status: Paul +1, Sameer +1, Marc +1, Ralf +1, MarkC +1
Volunteers: 
   
 . make API call syntax rational (e.g., all r*() routines list r
  
  
  


cvs commit: apache-site bugdb.cgi

1998-02-11 Thread coar
coar98/02/11 07:18:35

  Modified:.bugdb.cgi
  Log:
Add a "is this still alive" button, correct and simplify the
handling of canned text, and make the display of same 'small'
to take up less space at the top of the edit form.
  
  Revision  ChangesPath
  1.25  +37 -4 apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===
  RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- bugdb.cgi 1998/01/20 15:06:09 1.24
  +++ bugdb.cgi 1998/02/11 15:18:34 1.25
  @@ -28,6 +28,13 @@
   # appropriate message key (e.g., "_C_Stale").  handle_edit_pr senses
   # this and substitutes the actual text.
   #
  +$CANNED_TEXT{"Quiet"} =
  +"[This is a standard response.]\n" .
  +"This Apache problem report has not been updated recently.\n" .
  +"Please reply to this message if you have any additional\n" .
  +"information about this issue, or if you have answers to\n" .
  +"any questions that have been posed to you.  If we don't\n" .
  +"hear from you, this report will be closed.";
   $CANNED_TEXT{"Stale"} =
   "[This is a standard response.]\n" .
   "No response from submitter, assuming issue has been resolved.";
  @@ -1477,7 +1484,7 @@
if ($ENV{'REMOTE_USER'}) {
local ($timestamp) = ×tamp($fullpr);
print <
  +

 
  
  @@ -1491,6 +1498,32 @@

 
  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +   
  +  
  +  Outstanding request(s) for information
  +  
  +  
  +   
  +$CANNED_TEXT{'Quiet'}
  +   
  +  
  + 
  + 
  +  
  +   
   
   
   
  @@ -1510,7 +1543,7 @@
 
 
  
  -$CANNED_TEXT{'Stale'}
  +$CANNED_TEXT{'Stale'}
  
 

  @@ -1536,7 +1569,7 @@
 
 
  
  -$CANNED_TEXT{'Duplicate'}
  +$CANNED_TEXT{'Duplicate'}
  
 

  @@ -1562,7 +1595,7 @@
 
 
  
  -$CANNED_TEXT{'Inappropriate'}
  +$CANNED_TEXT{'Inappropriate'}
  
 

  
  
  


cvs commit: apache-1.3/htdocs/manual/misc FAQ.html compat_notes.html known_bugs.html security_tips.html

1998-02-11 Thread coar
coar98/02/11 07:14:37

  Modified:htdocs/manual/misc FAQ.html compat_notes.html
known_bugs.html security_tips.html
  Log:
Clean up some references to "bugdb.cgi".
  
  Revision  ChangesPath
  1.106 +4 -4  apache-1.3/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- FAQ.html  1998/02/05 09:58:38 1.105
  +++ FAQ.html  1998/02/11 15:14:33 1.106
  @@ -15,7 +15,7 @@
 
 Apache Server Frequently Asked Questions
 
  -  $Revision: 1.105 $ ($Date: 1998/02/05 09:58:38 $)
  +  $Revision: 1.106 $ ($Date: 1998/02/11 15:14:33 $)
 
 
 The latest version of this FAQ is always available from the main
  @@ -482,7 +482,7 @@
   Most problems that get reported to The Apache Group are recorded in
   the
   http://www.apache.org/bugdb.cgi";
  + HREF="http://bugs.apache.org/";
   >bug database.
   Please check the existing reports, open
   and closed, before adding one.  If you find
  @@ -516,7 +516,7 @@
   have obtained no relief, then please do let The Apache
   Group know about the problem by
   http://www.apache.org/bugdb.cgi";
  + HREF="http://www.apache.org/bug_report.html";
   >logging a bug report.
   
   
  @@ -1564,7 +1564,7 @@
 issues is the cause of your problem, and it hasn't been reported
 before, please submit a
 http://www.apache.org/bugdb.cgi";
  +   HREF="http://www.apache.org/bug_report.html";
 >problem report.
 Be sure to include complete details, such as the compiler
 & OS versions and exact error messages.
  
  
  
  1.19  +1 -1  apache-1.3/htdocs/manual/misc/compat_notes.html
  
  Index: compat_notes.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/compat_notes.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- compat_notes.html 1998/01/26 16:53:49 1.18
  +++ compat_notes.html 1998/02/11 15:14:34 1.19
  @@ -22,7 +22,7 @@
   scratch, so certain liberties the earlier servers took may not be
   available here.  These are all easily fixable.  If you know of other
   non-fatal problems that belong here, http://www.apache.org/bugdb.cgi";>let us know.
  +HREF="http://www.apache.org/bug_report.html";>let us know.
   
   Please also check the known bugs
   page, and the known client
  
  
  
  1.43  +11 -11apache-1.3/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- known_bugs.html   1998/02/09 18:32:33 1.42
  +++ known_bugs.html   1998/02/11 15:14:35 1.43
  @@ -16,7 +16,7 @@
   Known Bugs in Apache
   
   The most up-to-date resource for bug tracking and information is the
  -http://www.apache.org/bugdb.cgi";>Apache bug database.
  +http://bugs.apache.org/index";>Apache bug database.
   Significant bugs at release time will also be noted there.
   If you are running a 1.2 beta release or version 1.1.3 or earlier
   and think you have found a bug, please upgrade to 1.2. Many bugs
  @@ -119,7 +119,7 @@
   USE_x_SERIALIZED_ACCEPT definitions, see the
   source file conf.h for your architecture.
   This is being tracked as
  -http://www.apache.org/bugdb.cgi/full/467";>PR#467.
  +http://bugs.apache.org/index/full/467";>PR#467.
   To resolve this problem, we are adding one of the above settings
   to the default settings for platforms as we discover which is 
   appropriate for them.  New as of 1.3b3: the server will
  @@ -131,7 +131,7 @@
   
   The PATH_INFO part of a request URI cannot include the sequence
   %2f. This will be tracked as
  -http://www.apache.org/bugdb.cgi/full/543";>PR#543.
  +http://bugs.apache.org/index/full/543";>PR#543.
   
   
   Users of early 1.2 betas reported problems with many
  @@ -154,14 +154,14 @@
   Compiling on Solaris 2 with SunSoft's C compiler gives the warning
   "mod_include.c", line 1123: warning: end-of-loop code not
   reached. This is a bogus warning and can be ignored.
  -See http://www.apache.org/bugdb.cgi/full/681";>PR#681.
  +See http://bugs.apache.org/index/full/681";>PR#681.
   
   
   If compilation fails complaining about "unknown symbol __inet_ntoa()"
   then you have probably installed version 8 of bind. You will need to
   explicitly link with the bind library by adding -lbind
   to EXTRA_LDFLAGS in Configuration. See
  -http://www.apache.org/bugdb.cgi/full/616";>PR#616
  +http:

cvs commit: apache-1.3/htdocs/manual bind.html handler.html keepalive.html location.html multilogs.html new_features_1_1.html

1998-02-11 Thread coar
coar98/02/11 06:34:31

  Modified:htdocs/manual bind.html handler.html keepalive.html
location.html multilogs.html new_features_1_1.html
  Log:
Fix some broken links detexted by Xenu.
  
  Revision  ChangesPath
  1.13  +8 -8  apache-1.3/htdocs/manual/bind.html
  
  Index: bind.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/bind.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- bind.html 1998/02/05 20:04:06 1.12
  +++ bind.html 1998/02/11 14:34:27 1.13
  @@ -38,19 +38,19 @@
   
   BindAddress
   Syntax: BindAddress [ * | IP-address | hostname 
]
   Default: BindAddress *
   Context: server config
   Status: Core
   
  @@ -61,19 +61,19 @@
   
   Listen
   Syntax: Listen [ port | IP-address:port ]
   Default: none
   Context: server config
   Status: Core
   
  
  
  
  1.13  +8 -8  apache-1.3/htdocs/manual/handler.html
  
  Index: handler.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/handler.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- handler.html  1998/02/05 20:04:09 1.12
  +++ handler.html  1998/02/11 14:34:27 1.13
  @@ -72,19 +72,19 @@
   AddHandler
   
   Syntax: 
   Context: server config, virtual host, directory, 
.htaccess
   Status: Base
   Module: mod_mime
   
  @@ -104,19 +104,19 @@
   SetHandler
   
   Syntax: 
   Context: directory, .htaccess
   Status: Base
   Module: mod_mime
   
  
  
  
  1.11  +8 -8  apache-1.3/htdocs/manual/keepalive.html
  
  Index: keepalive.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/keepalive.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- keepalive.html1998/02/05 20:04:11 1.10
  +++ keepalive.html1998/02/11 14:34:28 1.11
  @@ -35,19 +35,19 @@
   
   KeepAlive
   Syntax: KeepAlive max-requests
   Default: KeepAlive 5
   Context: server config
   Status: Core
   
  @@ -58,19 +58,19 @@
   
   KeepAliveTimeout
   Syntax: KeepAliveTimeout seconds
   Default: KeepAliveTimeout 15
   Context: server config
   Status: Core
   
  
  
  
  1.11  +3 -3  apache-1.3/htdocs/manual/location.html
  
  Index: location.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/location.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- location.html 1998/02/05 20:04:11 1.10
  +++ location.html 1998/02/11 14:34:28 1.11
  @@ -18,15 +18,15 @@
   The  Directive
   
   Syntax: 
   Context: server config, virtual host
   Status: core
   
  
  
  
  1.10  +4 -4  apache-1.3/htdocs/manual/multilogs.html
  
  Index: multilogs.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/multilogs.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- multilogs.html1998/02/05 20:04:12 1.9
  +++ multilogs.html1998/02/11 14:34:29 1.10
  @@ -49,19 +49,19 @@
   
   
   Syntax: CustomLog filename "format"
   Context: server config, virtual host
   Status: base
   Module: mod_log_config
   
  
  
  
  1.12  +2 -2  apache-1.3/htdocs/manual/new_features_1_1.html
  
  Index: new_features_1_1.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_1.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- new_features_1_1.html 1998/02/05 20:04:13 1.11
  +++ new_features_1_1.html 1998/02/11 14:34:29 1.12
  @@ -194,8 +194,8 @@
   addition to DBM support, Apache now
   contains optional support for Berkeley DB databases.
   
  -mSQL Database
  -Authentication - mod_auth_msql.html 
  +mSQL Database
  +Authentication - mod_auth_msql.html 
   Support for the use of mSQL databases for user authentication via HTTP
   is now supported.
   
  
  
  


cvs commit: apache-devsite devnotes.html

1998-02-11 Thread Ralf S. Engelschall
rse 98/02/11 05:04:31

  Modified:.devnotes.html
  Log:
  URL has moved some time ago and this link was missing.
  
  Revision  ChangesPath
  1.7   +2 -2  apache-devsite/devnotes.html
  
  Index: devnotes.html
  ===
  RCS file: /export/home/cvs/apache-devsite/devnotes.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- devnotes.html 1998/01/30 09:32:08 1.6
  +++ devnotes.html 1998/02/11 13:04:31 1.7
  @@ -274,8 +274,8 @@
   Ralf Engelschall has written an excellent explanation on how to use
   remote CVS with the "cvsup" functionality we have available now.
   
  -http://www.engelschall.com/pw/private/apacherepos/";>
  -http://www.engelschall.com/pw/private/apacherepos/
  +http://www.engelschall.com/pw/apache/cvsguide/";>
  +http://www.engelschall.com/pw/apache/cvsguide/
   
   
   
  
  
  


cvs commit: apache-1.3 STATUS

1998-02-11 Thread Ralf S. Engelschall
rse 98/02/11 04:08:33

  Modified:.STATUS
  Log:
  Notice that we vote for inclusion when we reach 1.3b6-dev and not for the
  current state...
  
  Revision  ChangesPath
  1.149 +1 -1  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -r1.148 -r1.149
  --- STATUS1998/02/10 12:43:39 1.148
  +++ STATUS1998/02/11 12:08:32 1.149
  @@ -165,7 +165,7 @@
 part for virtual host support without 
 ``mod_rewrite/1631: support for case conversion added to mod_rewrite''
 <[EMAIL PROTECTED]>
  -  Status: Ralf +1
  +  Status (for 1.3b6-dev): Ralf +1, Dean +1
   
   Concepts: