cvs commit: apache-1.3/src/include httpd.h

1998-06-07 Thread jim
jim 98/06/06 18:22:37

  Modified:src/include httpd.h
  Log:
  Formalise in the comments the use of betaseq
  
  Revision  ChangesPath
  1.222 +2 -0  apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.221
  retrieving revision 1.222
  diff -u -r1.221 -r1.222
  --- httpd.h   1998/06/02 11:24:38 1.221
  +++ httpd.h   1998/06/07 01:22:36 1.222
  @@ -396,6 +396,8 @@
   
   /* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
  + * For a final release, 'betaseq' should be set to '99'.
  + * For example, Apache 1.4.2 should be '1040299'
*/
   #define APACHE_RELEASE 1030101
   
  
  
  


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

1998-06-07 Thread jim
jim 98/06/06 18:33:57

  Modified:htdocs/manual/misc FAQ.html
  Log:
  Most will ask this when going to 1.3.0
  
  Revision  ChangesPath
  1.120 +3 -3  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.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- FAQ.html  1998/06/06 15:39:26 1.119
  +++ FAQ.html  1998/06/07 01:33:52 1.120
  @@ -14,7 +14,7 @@
 !--#include virtual=header.html --
 H1 ALIGN=CENTERApache Server Frequently Asked Questions/H1
 P
  -  $Revision: 1.119 $ ($Date: 1998/06/06 15:39:26 $)
  +  $Revision: 1.120 $ ($Date: 1998/06/07 01:33:52 $)
 /P
 P
 The latest version of this FAQ is always available from the main
  @@ -260,7 +260,7 @@
  /LI
  LIA HREF=#year2000Is Apache Year 2000 compliant?/A
  /LI
  -   LIA HREF=#namevhostI upgraded to Apache 1.3b and now my
  +   LIA HREF=#namevhostI upgraded to Apache 1.3.0 and now my
   virtual hosts don't work!/A
  /LI
  LIA HREF=#redhatI'm using RedHat Linux and I have problems with 
httpd
  @@ -2040,7 +2040,7 @@
/LI
   
LIA NAME=namevhost
  -  STRONGI upgraded to Apache 1.3b and now my virtual hosts don't
  +  STRONGI upgraded to Apache 1.3.0 and now my virtual hosts don't
 work!/STRONG
/A
 P
  
  
  


cvs commit: apache-devsite binbuild.sh

1998-06-07 Thread jim
jim 98/06/06 18:37:31

  Modified:.binbuild.sh
  Log:
  Update for 1.3.0 and recall that stuff in
  support needs libs from the actual httpd build, so move it
  down to after httpd is built
  
  Revision  ChangesPath
  1.4   +8 -9  apache-devsite/binbuild.sh
  
  Index: binbuild.sh
  ===
  RCS file: /export/home/cvs/apache-devsite/binbuild.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- binbuild.sh   1998/01/06 00:39:38 1.3
  +++ binbuild.sh   1998/06/07 01:37:30 1.4
  @@ -14,7 +14,7 @@
   #releases.
   #
   #
  -# $Id: binbuild.sh,v 1.3 1998/01/06 00:39:38 marc Exp $
  +# $Id: binbuild.sh,v 1.4 1998/06/07 01:37:30 jim Exp $
   # Marc Slemko ([EMAIL PROTECTED])
   #
   # Script to make Apache binary releases.  The below variables must be
  @@ -29,7 +29,7 @@
   # release is the release of the Apache version that is being built.
   # It must also be the base name of the tarball and the name of the
   # directory that it is untarred into
  -release=apache_1.2.5
  +release=apache_1.3.0
   dir=$release
   # conf is the Configuration file that you wish to use to build httpd
   conf=Configuration
  @@ -55,22 +55,21 @@
   # particularily nice names but because it is easy
   system=`./$release/src/helpers/GuessOS | sed 's/\//_/g'` || exit 1
   
  -cp $conf $dir/src/Configuration || exit 1
   cd $dir/src || exit 1
   echo running Configure
   ./Configure || exit 1
  -echo making binaries in support
  -cd ../support || exit 1
  -# no, we don't make suexec or worry too much about errors here
  -# Marc is lazy.
  -make
  -cd ../src || exit 1
   echo attempting to make httpd
   make 21 | tee ../../make.out-$system
   if [ ! -f httpd ] ; then
   echo error: httpd binary not made
   exit 1
   fi
  +echo making binaries in support
  +cd ./support || exit 1
  +# no, we don't make suexec or worry too much about errors here
  +# Marc is lazy.
  +make
  +cd .. || exit 1
   echo make succeeded, saving the binary and doing a make clean
   mv httpd httpd-$system
   make clean || exit 1
  
  
  


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

1998-06-07 Thread jim
jim 98/06/06 18:49:59

  Modified:.how-to-release.html
  Log:
  Some changes
  
  Revision  ChangesPath
  1.41  +11 -3 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.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- how-to-release.html   1998/06/06 14:03:50 1.40
  +++ how-to-release.html   1998/06/07 01:49:58 1.41
  @@ -71,7 +71,10 @@
 HR
 STRONG[ Posting the Announcement ]/STRONGBR
 P
  -  LIOnce built, CODEAnnouncement/CODE should be
  +  LIOnce the tarball is built, give the mirrors a good 24 hours
  +  to get up to sync. This is really important if this this
  +  a final (i.e.: non-beta) release.
  +  LINow, CODEAnnouncement/CODE should be
 posted to the following places:
  UL
   LIUnmoderated UseNet newsgroups (should be crossposted)
  @@ -91,6 +94,10 @@
/UL
  /UL
 P
  +  LIMake sure that CODEAnnouncement.txt/CODE and
  +  CODEAnnouncement.html/CODE in CODEapache-site/CODE
  +  in the CODEdist/CODE directory are updated to include
  +  these changes.
 LIBask in the glow
   /OL
   
  @@ -125,8 +132,9 @@
 from ``CODEApache/1.X.Y-dev/CODE'' to
 ``CODEApache/1.X.Y/CODE''. Then also change
 CODEAPACHE_RELEASE/CODE in same file from
  -  ``CODE1XXYYZZ/CODE'' to ``CODE1XXYY99/CODE''. The format is
  -  something like CODEprintf(%d%02d%02d%02d, major, minor, bugfix,
  +  ``CODE1XXYYZZ/CODE'' to ``CODE1XXYYSTRONG99/STRONG/CODE''.
  +  The format is something like
  +  CODEprintf(%d%02d%02d%02d, major, minor, bugfix,
 betaseq)/CODE.BR
CODESTRONG$ vi src/include/httpd.h/STRONG/CODEBR
CODESTRONG$ cvs commit src/include/httpd.h/STRONG/CODE
  
  
  


cvs commit: apache-site index.html

1998-06-07 Thread mjc
mjc 98/06/07 03:44:57

  Modified:.index.html
  Log:
  53% for June 1998
  
  Revision  ChangesPath
  1.62  +2 -2  apache-site/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- index.html1998/06/06 03:13:25 1.61
  +++ index.html1998/06/07 10:44:56 1.62
  @@ -94,9 +94,9 @@
   PBLOCKQUOTE
   
   Apache has been the most popular web server on the Internet since
  -April of 1996. The May 1998 WWW server A
  +April of 1996. The June 1998 WWW server A
   HREF=http://www.netcraft.com/Survey/;site survey by Netcraft/A
  -found that over 50% of the web sites on the Internet are using Apache
  +found that over 53% of the web sites on the Internet are using Apache
   and its derivatives - thus making it more widely used than all other
   web servers combined.
   
  
  
  


cvs commit: apache-1.3/src/main http_main.c

1998-06-07 Thread ben
ben 98/06/07 06:16:43

  Modified:src  CHANGES
   src/main http_main.c
  Log:
  Make SCO 5 compile again.
  
  Revision  ChangesPath
  1.893 +2 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.892
  retrieving revision 1.893
  diff -u -r1.892 -r1.893
  --- CHANGES   1998/06/06 20:48:51 1.892
  +++ CHANGES   1998/06/07 13:16:40 1.893
  @@ -1,5 +1,7 @@
   Changes with Apache 1.3.1
   
  +  *) PORT: Make SCO 5 (and probably 3) compile again. [Ben Laurie]
  +
 *) PORT: NCR MPRAS systems have the same bug with SIGHUP restart that
Solaris systems experience.  So define WORKAROUND_SOLARIS_BUG.
[Klaus Weber [EMAIL PROTECTED]] PR#1973
  
  
  
  1.361 +10 -10apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.360
  retrieving revision 1.361
  diff -u -r1.360 -r1.361
  --- http_main.c   1998/06/06 20:48:54 1.360
  +++ http_main.c   1998/06/07 13:16:41 1.361
  @@ -3242,16 +3242,6 @@
   (void) set42sig();
   #endif
   
  -#ifdef SecureWare
  -if (set_auth_parameters(argc, argv)  0)
  - perror(set_auth_parameters);
  -if (getluid()  0)
  - if (setluid(getuid())  0)
  - perror(setluid);
  -if (setreuid(0, 0)  0)
  - perror(setreuid);
  -#endif
  -
   #ifdef WIN32
   /* Initialize the stupid sockets */
   AMCSocketInitialize();
  @@ -4211,6 +4201,16 @@
   int REALMAIN(int argc, char *argv[])
   {
   int c;
  +
  +#ifdef SecureWare
  +if (set_auth_parameters(argc, argv)  0)
  + perror(set_auth_parameters);
  +if (getluid()  0)
  + if (setluid(getuid())  0)
  + perror(setluid);
  +if (setreuid(0, 0)  0)
  + perror(setreuid);
  +#endif
   
   #ifdef SOCKS
   SOCKSinit(argv[0]);
  
  
  


cvs commit: apache-1.3 STATUS

1998-06-07 Thread jim
jim 98/06/07 08:13:20

  Modified:.STATUS
  Log:
  Some updates to STATUS
  
  Revision  ChangesPath
  1.418 +13 -24apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.417
  retrieving revision 1.418
  diff -u -r1.417 -r1.418
  --- STATUS1998/06/05 21:13:28 1.417
  +++ STATUS1998/06/07 15:13:19 1.418
  @@ -2,31 +2,10 @@
   
   Release:
   
  -1.3.0: Tagged and rolled on June 1.
  -   
  -   Plan now is to release it on the 5th.  Everyone should test the
  -   tarball so we're sure the tarball is ready for the 5th.  Jim will
  -   announce as well.  Already known successful platform tests for the
  -   1.3.0 tarball follow:
  -
  -   o Linux / Red Hat 5.0, 5.1  Manoj Kasichainula
  -   o Linux / Debian 2.0 (hamm) Alvaro Martinez Echevarria
  -   o Linux / Debian 1.3.1  Ralf S. Engelschall
  -   o FreeBSD 2.2.5 Dirk-Willem van Gulik
  -   o FreeBSD 2.2.6 Ralf S. Engelschall, Dirk-Willem 
v.Gulik
  -   o FreeBSD 3.0-CURRENT   Ralf S. Engelschall, Dirk-Willem 
v.Gulik
  -   o Sparc-Linux   Lars Eilebrecht
  -   o Linux (glibc6)Lars Eilebrecht
  -   o AIX 4.1   Lars Eilebrecht, Dirk-Willem van Gulik
  -   o Solaris 2.4, 2.5  Dirk-Willem van Gulik
  -   o Solaris 2.6   Lars Eilebrecht
  -   o Digital Unix 4.0  Lars Eilebrecht, Dirk-Willem van Gulik
  -   o IRIX 5.3  Dirk-Willem van Gulik
  -   o IRIX 6.2  Mark Cox
  -   o SINIX 5.41/5.42/5.43  Martin Kraemer
  -   o ReliantUNIX 5.44 64bitMartin Kraemer (requires 
-DNET_SIZE_T=int)
  -   o BS2000/OSD V2.0/V3.0  Martin Kraemer
  +1.3.1: In development
   
  +1.3.0: Tagged and rolled on June 1. Announced and Released on the 6th.
  +   
   1.3b7: Tagged and Released 26/5/98.
   
   2.0  : In pre-alpha development, see apache-2.0 repository
  @@ -162,6 +141,16 @@
apdefines.h:
   
   Open issues:
  +
  +* Redefine APACHE_RELEASE. Add another 'bit' to signify whether
  +  it's a beta or final release. Maybe 'MMNNFFRBB' which means:
  +MM: Major release #
  + NN: Minor release #
  + FF: fix level
  + R:  0 if beta, 1 if final release
  + BB: beta number
  +
  +  See: [EMAIL PROTECTED]
   
   * Someone other than Dean has to do a security/correctness review on
 psprintf(), bprintf(), and ap_snprintf().  In particular these routines
  
  
  


cvs commit: apache-site search.html

1998-06-07 Thread dirkx
dirkx   98/06/07 09:27:40

  Modified:.search.html
  Log:
  Removed '/' from the image URL as to make it
  work on the mirrors which rely on a relative
  name rather than an absolute one.
  
  Revision  ChangesPath
  1.2   +1 -1  apache-site/search.html
  
  Index: search.html
  ===
  RCS file: /home/cvs/apache-site/search.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- search.html   1998/06/06 03:13:25 1.1
  +++ search.html   1998/06/07 16:27:40 1.2
  @@ -12,7 +12,7 @@
   ALINK=#FF
   
   
  -IMG SRC=/images/apache_sub.gif ALT=
  +IMG SRC=images/apache_sub.gif ALT=
   
   H2Apache Site Search Page/H2
   
  
  
  


cvs commit: apache-site/mirrors index.html mirrors.list

1998-06-07 Thread brian
brian   98/06/07 10:31:25

  Modified:mirrors  index.html mirrors.list
  Log:
  ic.ac.uk came back, mpl.net is gone gone gone
  
  Revision  ChangesPath
  1.35  +2 -2  apache-site/mirrors/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/index.html,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- index.html1998/06/06 16:35:45 1.34
  +++ index.html1998/06/07 17:31:24 1.35
  @@ -165,6 +165,8 @@
   !-- [EMAIL PROTECTED] --
   A HREF=http://www.apache.carrier.kiev.ua/;ua/A -
   !-- [EMAIL PROTECTED] --
  +A HREF=http://sunsite.doc.ic.ac.uk/packages/apache/;ac.uk/A -
  +!-- [EMAIL PROTECTED] --
   A HREF=http://www.hensa.ac.uk/mirrors/apache/;ac.uk/A -
   !-- [EMAIL PROTECTED] --
   A HREF=http://www.eu.c2.net/apache/;co.uk/A -
  @@ -191,8 +193,6 @@
   !-- [EMAIL PROTECTED] --
   A HREF=http://apache.technomancer.com/;us/A -
   !-- [EMAIL PROTECTED] --
  -A HREF=http://apache.mpl.net/;us/A -
  -!-- [EMAIL PROTECTED] --
   A HREF=http://apache.plinet.com/;us/A -
   !-- [EMAIL PROTECTED] --
   A HREF=http://apache.raver.net/;us/A -
  
  
  
  1.47  +1 -1  apache-site/mirrors/mirrors.list
  
  Index: mirrors.list
  ===
  RCS file: /export/home/cvs/apache-site/mirrors/mirrors.list,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- mirrors.list  1998/06/06 16:35:45 1.46
  +++ mirrors.list  1998/06/07 17:31:24 1.47
  @@ -70,6 +70,7 @@
   http ua  http://www.neon.dp.ua/www.apache.org/   [EMAIL PROTECTED]
   http ua  http://ftp.icmp.lviv.ua/Apache/ [EMAIL PROTECTED]
   http ua  http://www.apache.carrier.kiev.ua/  [EMAIL PROTECTED]
  +http ac.uk   http://sunsite.doc.ic.ac.uk/packages/apache/[EMAIL 
PROTECTED]
   http ac.uk   http://www.hensa.ac.uk/mirrors/apache/  [EMAIL PROTECTED]
   http co.uk   http://www.eu.c2.net/apache/[EMAIL PROTECTED]
   http co.uk   http://www.domino.org/apache/   ?
  @@ -83,7 +84,6 @@
   http us  http://apache.utw.com/  [EMAIL PROTECTED]
   http us  http://www.ameth.org/apache/[EMAIL PROTECTED]
   http us  http://apache.technomancer.com/ [EMAIL PROTECTED]
  -http us  http://apache.mpl.net/  [EMAIL PROTECTED]
   http us  http://apache.plinet.com/   [EMAIL PROTECTED]
   http us  http://apache.raver.net/[EMAIL PROTECTED]
   http us  http://www3.service.digital.com/apache/ [EMAIL PROTECTED]
  
  
  


cvs commit: apache-1.3/src/helpers GuessOS

1998-06-07 Thread brian
brian   98/06/07 11:44:23

  Modified:src/helpers GuessOS
  Log:
  move the two related to ncr-svr4 next to each other; I'm seeing if the two 
could
  be collapsed into one.
  
  Revision  ChangesPath
  1.39  +4 -4  apache-1.3/src/helpers/GuessOS
  
  Index: GuessOS
  ===
  RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- GuessOS   1998/06/06 19:21:21 1.38
  +++ GuessOS   1998/06/07 18:44:22 1.39
  @@ -193,6 +193,10 @@
echo i486-ncr-sysv4; exit 0
;;
   
  +library:*)
  + echo ${MACHINE}-ncr-sysv4; exit 0
  + ;;
  +
   ULTRIX:*)
echo ${MACHINE}-unknown-ultrix; exit 0
;;
  @@ -208,10 +212,6 @@
   machten:*)
  echo ${MACHINE}-tenon-${SYSTEM}; exit 0;
  ;;
  -
  -library:*)
  - echo ${MACHINE}-ncr-sysv4; exit 0
  - ;;
   
   ConvexOS:*:11.*:*)
echo ${MACHINE}-v11-${SYSTEM}; exit 0;
  
  
  


cvs commit: apache-site/contributors index.html

1998-06-07 Thread brian
brian   98/06/07 14:19:13

  Modified:contributors index.html
  Log:
  Change is good.
  
  Revision  ChangesPath
  1.42  +7 -10 apache-site/contributors/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/contributors/index.html,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- index.html1998/05/20 15:22:45 1.41
  +++ index.html1998/06/07 21:19:13 1.42
  @@ -141,17 +141,14 @@
   
   
   STRONGName:/STRONG A NAME=behlendorfBrian Behlendorf/ABR
  -STRONGEmail:/STRONG A HREF=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/A or
  -A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/ABR
  -STRONGURL:/STRONG A 
HREF=http://www.organic.com/Staff/brian;http://www.organic.com/Staff/brian/ABR
  -STRONGOrganization:/STRONG OrganicBR
  -STRONGOccupation:/STRONG CTO (hahaha)BR
  -STRONGLocation:/STRONG San FranDisco, CA, USABR
  +STRONGEmail:/STRONG A HREF=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/A or A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/ABR
  +STRONGURL:/STRONG A 
HREF=http://www.behlendorf.com/;http://www.behlendorf.com/ABR
  +STRONGOrganization:/STRONG C2Net BR
  +STRONGOccupation:/STRONG CTO BR
  +STRONGLocation:/STRONG Oakland, CA, USABR
   STRONGComments:/STRONG Crotchety Old Man who likes to see things done 
right.BR
  -STRONGOS Expertise:/STRONG BSDI 2.0BR
  -STRONGContributions:/STRONG Code-wise I've contributed very little - the
  - authDBM hack which I did for HotWired was the only feature
  - enhancement.  I focus more on testing and sanity checking, and
  +STRONGOS Expertise:/STRONG FreeBSD 2.2.XBR
  +STRONGContributions:/STRONG I focus more on testing and sanity checking, 
and
I provide the hardware/software/bandwidth to support 
A HREF=http://www.apache.org/;www.apache.org/A and the 
development mailing list.