cvs commit: apache-devsite how-to-release.html

1997-10-18 Thread jim
jim 97/10/18 08:53:38

  Modified:.how-to-release.html
  Log:
  README.html now available via cvs
  
  Revision  ChangesPath
  1.18  +3 -1  apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===
  RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- how-to-release.html   1997/10/17 22:45:43 1.17
  +++ how-to-release.html   1997/10/18 15:53:38 1.18
  @@ -140,7 +140,9 @@
$ cp apache_1.X.Y.tar.Z.asc /pub/apache/dist
   
Adjust the README.html file as required:
  - $ vi /pub/apache/dist/README.html
  +  Edit README.html from apache-site CVS 
tree
  +  (it's in the ./dist subdirectory)
  +  commit the changes
   
Adjust the Apache index.html file as required:

  
  
  


cvs commit: apache-site HEADER.html README.html

1997-10-18 Thread coar
coar97/10/18 06:35:29

  Removed: .HEADER.html README.html
  Log:
Getting rid of extraneous copies put here by a CVS command
typo. {blush}


cvs commit: apache-site/dist .cvsignore .message HEADER.html README.html

1997-10-18 Thread coar
coar97/10/18 06:33:15

  Added:   dist .cvsignore .message HEADER.html README.html
  Log:
Finally!  Checking in the CVS-appropriate files from /dist.
  
  Submitted by: Jim Jagielski
  
  Revision  ChangesPath
  1.1  apache-site/dist/.cvsignore
  
  Index: .cvsignore
  ===
  *.tar*
  CHANGES
  KEYS
  *.exe*
  binaries
  contrib
  old
  patches
  
  
  
  1.1  apache-site/dist/.message
  
  Index: .message
  ===
  Please try to use a mirror if at all possible.  There is a complete list
  available at , and a script which will attempt to
  find those close to you at .
  
  
  
  1.1  apache-site/dist/HEADER.html
  
  Index: HEADER.html
  ===
  Make sure you're downloading from http://www.apache.org/dyn/closer.cgi";>
  a nearby mirror site!
  
  If you're having trouble accessing these files, there's probably a
  closer mirror to you. 
  http://www.apache.org/dyn/closer.cgi";>Go here to find it.
  
  
  
  1.1  apache-site/dist/README.html
  
  Index: README.html
  ===
  
  
  Apache HTTP Server Project Distribution
  
  
  
  
  
  Apache 1.2.4 Released
  
  The fourth release in the 1.2 series is now available.  Apache
  1.2.4 is a maintenance release with numerous small bug fixes.  
  For details, see the CHANGES file.
  
  For information about new features in 1.2, see the 
  documentation.
  
  Important Note: 1.2.3 and mod_proxy
  
  There is a bug in the mod_proxy distributed with 1.2.3 that causes
  it to fail when talking to most servers.  A patch is available in
  the 1.2.3 patch directory.
  
  Apache 1.3b2 Now Available
  
  
  Apache 1.3b2 is the first public beta of the forthcoming Apache 1.3 Server.
  Apache 1.3 includes several new enhancements, improvements and
  performance boosts, but the most visible addition is the ability to run
  under Microsoft Windows NT 4.0 and 95. At present it is available in source
  format only, so a compiler is neccessary to use it (Microsoft Visual C++
  5.0 for Windows). If you are using, or had previously tried the
  1.3a1 release, please upgrade to 1.3b2 at your earliest convenience.
  
  Important Note: Apache 1.3b1 was never formally
  released. Thus, the first public beta release is b2. Since this is
  the first beta release, it undoubtedly has it's share of warts and bugs.
  Although it has been tested somewhat strenuously, your milage may vary.
  
  For information about new features in 1.3, see the 
  documentation.
  
  IMPORTANT NOTE: 1.2.1 and Solaris
  
  If you are running 1.2.1 on any version of Solaris 2.x before 2.6,
  there is a bug in Solaris that causes Apache to fail when it trys
  to restart after receiving a HUP signal.  For information on 
  workarounds, please see http://www.apache.org/bugdb.cgi/full/832";>
  PR#832.
  
  
  Compilation note:
  
  Apache 1.2 uses regular expressions for several modules, such as
  mod_rewrite.  Since system-level "regex" support isn't consistent
  across platforms, we have provided Henry Spencer's regex library as a
  part of the Apache distribution, but have taken pains to only use it
  if the platform requires it.  Since we don't have access to all
  operating systems out there, we may not have correctly defined the
  "WANTHSREGEX" #define for a given platform.  If you get a warning
  about a missing 'regex.h', set WANTHSREGEX=yes in the 'Configuration',
  and send a message to [EMAIL PROTECTED] indicating you needed to
  do this for your platform.  Include the output of the command "uname
  -a".  Thanks!
  
  Binary Releases
  
  Are available in the binaries/ directory.
  
  PGP Signatures
  
  Many of the distribution kits have been digitally signed (using PGP)
  by the Apache Group members that constructed them.  If so, there
  will be an accompanying distribution.asc file
  in the same directory as the distribution.  The PGP keys can be found
  in the distribution directory at http://www.apache.org/dist/KEYS>, and in the
  KEYS file after unpacking the
  distribution.
  e.g.
  % pgp < KEYS
  % gunzip apache_1.2.1.tar.gz 
  % pgp apache_1.2.1.tar.asc  apache_1.2.1.tar
  
  
  Contributory Patches/Modules/Code
  
  Are available in the contrib/ directory.
  
  Official Patches
  
  When we have patches to a minor bug or two, or features which we
  haven't yet included in a new release, we will put them in the
  patches
  subdirectory so people can get access to it before we roll another
  complete release.
  
  Unofficial patches (things we are not yet sure about including)
  are in the contributed patches directory.
  
  
  
  
  


cvs commit: apache-site HEADER.html README.html

1997-10-18 Thread coar
coar97/10/18 06:25:52

  Added:   .HEADER.html README.html
  Log:
  
  
  Revision  ChangesPath
  1.1  apache-site/HEADER.html
  
  Index: HEADER.html
  ===
  Make sure you're downloading from http://www.apache.org/dyn/closer.cgi";>
  a nearby mirror site!
  
  If you're having trouble accessing these files, there's probably a
  closer mirror to you. 
  http://www.apache.org/dyn/closer.cgi";>Go here to find it.
  
  
  
  1.1  apache-site/README.html
  
  Index: README.html
  ===
  
  
  Apache HTTP Server Project Distribution
  
  
  
  
  
  Apache 1.2.4 Released
  
  The fourth release in the 1.2 series is now available.  Apache
  1.2.4 is a maintenance release with numerous small bug fixes.  
  For details, see the CHANGES file.
  
  For information about new features in 1.2, see the 
  documentation.
  
  Important Note: 1.2.3 and mod_proxy
  
  There is a bug in the mod_proxy distributed with 1.2.3 that causes
  it to fail when talking to most servers.  A patch is available in
  the 1.2.3 patch directory.
  
  Apache 1.3b2 Now Available
  
  
  Apache 1.3b2 is the first public beta of the forthcoming Apache 1.3 Server.
  Apache 1.3 includes several new enhancements, improvements and
  performance boosts, but the most visible addition is the ability to run
  under Microsoft Windows NT 4.0 and 95. At present it is available in source
  format only, so a compiler is neccessary to use it (Microsoft Visual C++
  5.0 for Windows). If you are using, or had previously tried the
  1.3a1 release, please upgrade to 1.3b2 at your earliest convenience.
  
  Important Note: Apache 1.3b1 was never formally
  released. Thus, the first public beta release is b2. Since this is
  the first beta release, it undoubtedly has it's share of warts and bugs.
  Although it has been tested somewhat strenuously, your milage may vary.
  
  For information about new features in 1.3, see the 
  documentation.
  
  IMPORTANT NOTE: 1.2.1 and Solaris
  
  If you are running 1.2.1 on any version of Solaris 2.x before 2.6,
  there is a bug in Solaris that causes Apache to fail when it trys
  to restart after receiving a HUP signal.  For information on 
  workarounds, please see http://www.apache.org/bugdb.cgi/full/832";>
  PR#832.
  
  
  Compilation note:
  
  Apache 1.2 uses regular expressions for several modules, such as
  mod_rewrite.  Since system-level "regex" support isn't consistent
  across platforms, we have provided Henry Spencer's regex library as a
  part of the Apache distribution, but have taken pains to only use it
  if the platform requires it.  Since we don't have access to all
  operating systems out there, we may not have correctly defined the
  "WANTHSREGEX" #define for a given platform.  If you get a warning
  about a missing 'regex.h', set WANTHSREGEX=yes in the 'Configuration',
  and send a message to [EMAIL PROTECTED] indicating you needed to
  do this for your platform.  Include the output of the command "uname
  -a".  Thanks!
  
  Binary Releases
  
  Are available in the binaries/ directory.
  
  PGP Signatures
  
  Many of the distribution kits have been digitally signed (using PGP)
  by the Apache Group members that constructed them.  If so, there
  will be an accompanying distribution.asc file
  in the same directory as the distribution.  The PGP keys can be found
  in the distribution directory at http://www.apache.org/dist/KEYS>, and in the
  KEYS file after unpacking the
  distribution.
  e.g.
  % pgp < KEYS
  % gunzip apache_1.2.1.tar.gz 
  % pgp apache_1.2.1.tar.asc  apache_1.2.1.tar
  
  
  Contributory Patches/Modules/Code
  
  Are available in the contrib/ directory.
  
  Official Patches
  
  When we have patches to a minor bug or two, or features which we
  haven't yet included in a new release, we will put them in the
  patches
  subdirectory so people can get access to it before we roll another
  complete release.
  
  Unofficial patches (things we are not yet sure about including)
  are in the contributed patches directory.
  
  
  
  
  


cvs commit: apache-site/dist - Imported sources

1997-10-18 Thread coar
coar97/10/18 06:20:42

  Log:
Adding the /dist/ subdirectory from the Apache site to the
appropriate CVS module tree.
  
  Status:
  
  Vendor Tag:   VendorTag
  Release Tags: ReleaseTag
  
  No conflicts created by this import


cvs commit: apachen/src/support split-logfile

1997-10-18 Thread coar
coar97/10/18 06:07:44

  Modified:src  CHANGES
  Added:   src/support split-logfile
  Log:
Bwahaha!  Here it is, committed as threatened after the 1.3b2
tarbal: the sample access_log splitter.
  
  Revision  ChangesPath
  1.468 +5 -0  apachen/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.467
  retrieving revision 1.468
  diff -u -r1.467 -r1.468
  --- CHANGES   1997/10/17 13:37:27 1.467
  +++ CHANGES   1997/10/18 13:07:42 1.468
  @@ -1,5 +1,10 @@
   Changes with Apache 1.3b3
   
  +  *) New support tool: src/support/split-logfile, a sample Perl script which
  + splits up a combined access log into separate files based on the
  + name of the virtual host (listed first in the log records by "%v").
  + [Ken Coar]
  +
   Changes with Apache 1.3b2 (there is no 1.3b1)
   
 *) TestCompile was not passing $LIBS [Dean Gaudet]
  
  
  
  1.1  apachen/src/support/split-logfile
  
  Index: split-logfile
  ===
  #!/usr/local/bin/perl
  #
  # 
  # Copyright (c) 1995-1997 The Apache Group.  All rights reserved.
  #
  # Redistribution and use in source and binary forms, with or without
  # modification, are permitted provided that the following conditions
  # are met:
  #
  # 1. Redistributions of source code must retain the above copyright
  #notice, this list of conditions and the following disclaimer. 
  #
  # 2. Redistributions in binary form must reproduce the above copyright
  #notice, this list of conditions and the following disclaimer in
  #the documentation and/or other materials provided with the
  #distribution.
  #
  # 3. All advertising materials mentioning features or use of this
  #software must display the following acknowledgment:
  #"This product includes software developed by the Apache Group
  #for use in the Apache HTTP server project (http://www.apache.org/)."
  #
  # 4. The names "Apache Server" and "Apache Group" must not be used to
  #endorse or promote products derived from this software without
  #prior written permission.  For permission please contact
  #[EMAIL PROTECTED]
  #
  # 5. Redistributions of any form whatsoever must retain the following
  #acknowledgment:
  #"This product includes software developed by the Apache Group
  #for use in the Apache HTTP server project (http://www.apache.org/)."
  #
  # THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
  # EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  # PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE APACHE GROUP OR
  # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  # OF THE POSSIBILITY OF SUCH DAMAGE.
  # 
  #
  # This software consists of voluntary contributions made by many
  # individuals on behalf of the Apache Group and was originally based
  # on public domain software written at the National Center for
  # Supercomputing Applications, University of Illinois, Urbana-Champaign.
  # For more information on the Apache Group and the Apache HTTP server
  # project, please see .
  #
  
  #
  # This script will take a combined Web server access
  # log file and break its contents into separate files.
  # It assumes that the first field of each line is the
  # virtual host identity (put there by "%v"), and that
  # the logfiles should be named that+".log" in the current
  # directory.
  #
  # The combined log file is read from stdin. Records read
  # will be appended to any existing log files.
  #
  %is_open = ();
  
  while ($log_line = ) {
  #
  # Get the first token from the log record; it's the
  # identity of the virtual host to which the record
  # applies.
  #
  ($vhost) = split (/\s/, $log_line);
  #
  # Normalize the virtual host name to all lowercase.
  # If it's blank, the request was handled by the default
  # server, so supply a default name.  This shouldn't
  # happen, but caution rocks.
  #
  $vhost = lc ($vhost) or "access";
  #
  # If the log file for this virtual host isn't opened
  # yet, do it now.
  #
  if (! $is_open{$vhost}) {
  open $