cvs commit: apache-1.3/src CHANGES Configure

1999-03-16 Thread jim
jim 99/03/15 16:26:58

  Modified:.STATUS
   src  CHANGES Configure
  Log:
  AIX does not need/user SHARED_CODE for dso
  
  Revision  ChangesPath
  1.647 +1 -6  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.646
  retrieving revision 1.647
  diff -u -r1.646 -r1.647
  --- STATUS1999/03/15 16:05:11 1.646
  +++ STATUS1999/03/16 00:26:54 1.647
  @@ -1,5 +1,5 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/03/15 16:05:11 $]
  +  Last modified at [$Date: 1999/03/16 00:26:54 $]
   
   Release:
   
  @@ -47,11 +47,6 @@
 TCN additions and when the RVSA algorithm is used.
   
   Available Patches:
  -
  -* Ryan Bloom's [PATCH: AIX compiling bugs.] to remove SHARED_CORE
  -  for AIX
  -Message-ID: [EMAIL PROTECTED]
  - Status: Jim +1
   
   * Fred's [PATCH: srm.conf and access.conf refer to httpd.conf
   Message-ID: [EMAIL PROTECTED]
  
  
  
  1.1280+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1279
  retrieving revision 1.1280
  diff -u -r1.1279 -r1.1280
  --- CHANGES   1999/03/11 16:47:56 1.1279
  +++ CHANGES   1999/03/16 00:26:56 1.1280
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.5
   
  +  *) PORT: AIX does not require the SHARED_CODE hack
  + [Ryan Bloom [EMAIL PROTECTED]]
  +
 *) Set-Cookie headers were being doubled up for some CGIs by the O(n^2)
avoidance code added in 1.3.3.
[Dean Gaudet, Jeff Lewis [EMAIL PROTECTED]] PR#3872
  
  
  
  1.332 +3 -0  apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.331
  retrieving revision 1.332
  diff -u -r1.331 -r1.332
  --- Configure 1999/03/10 13:37:58 1.331
  +++ Configure 1999/03/16 00:26:57 1.332
  @@ -309,6 +309,9 @@
OS='IBM AIX 4.3'
CFLAGS=$CFLAGS -DAIX=43 -U__STR__
LDFLAGS=$LDFLAGS -lm
  + RULE_SHARED_CORE=no
  + DEF_SHARED_CORE=no
  + using_shlib=0
;;
   *-ibm-aix*)
OS='IBM AIX'
  
  
  


cvs commit: apache-1.3/src CHANGES

1999-03-16 Thread jim
jim 99/03/15 16:38:59

  Modified:.Makefile.tmpl STATUS
   src  CHANGES
  Log:
  Honor TARGET in httpd.conf 'creation'
  
  Revision  ChangesPath
  1.67  +1 -0  apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- Makefile.tmpl 1999/03/08 20:50:04 1.66
  +++ Makefile.tmpl 1999/03/16 00:38:46 1.67
  @@ -432,6 +432,7 @@
-e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \
-e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \
-e 's;@@ServerRoot@@;$(prefix);g' \
  + -e 's;httpd.conf;$(TARGET).conf;' \
-e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \
-e 
's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd.pid;$(runtimedir)/$(TARGET).pid;' \
  
  
  
  1.648 +1 -5  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.647
  retrieving revision 1.648
  diff -u -r1.647 -r1.648
  --- STATUS1999/03/16 00:26:54 1.647
  +++ STATUS1999/03/16 00:38:47 1.648
  @@ -1,5 +1,5 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/03/16 00:26:54 $]
  +  Last modified at [$Date: 1999/03/16 00:38:47 $]
   
   Release:
   
  @@ -47,10 +47,6 @@
 TCN additions and when the RVSA algorithm is used.
   
   Available Patches:
  -
  -* Fred's [PATCH: srm.conf and access.conf refer to httpd.conf
  -Message-ID: [EMAIL PROTECTED]
  -Status: Jim +1
   
   * Jun-ichiro itojun Hagino's [PATCH] IPv6 enable patch
 ftp://ftp.kame.net/pub/kame/misc/apache-134-v6-19990118.diff.gz
  
  
  
  1.1281+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1280
  retrieving revision 1.1281
  diff -u -r1.1280 -r1.1281
  --- CHANGES   1999/03/16 00:26:56 1.1280
  +++ CHANGES   1999/03/16 00:38:53 1.1281
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.5
   
  +  *) Using APACI, the main config file (usually httpd.conf) was
  + not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
  + [EMAIL PROTECTED]]
  +
 *) PORT: AIX does not require the SHARED_CODE hack
[Ryan Bloom [EMAIL PROTECTED]]
   
  
  
  


cvs commit: apache-devsite binaries.html

1999-03-16 Thread brian
brian   99/03/15 16:39:53

  Modified:.binaries.html
  Log:
  I feel like a cop-out, but I no longer have access to these platforms.
  
  Revision  ChangesPath
  1.10  +1 -3  apache-devsite/binaries.html
  
  Index: binaries.html
  ===
  RCS file: /home/cvs/apache-devsite/binaries.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- binaries.html 1999/03/07 12:30:05 1.9
  +++ binaries.html 1999/03/16 00:39:51 1.10
  @@ -56,7 +56,6 @@
   LIi386-slackware-linux(a.out): Sameer Parekh
   LIi386-sun-solaris2.5: Sameer Parekh
   LIi386-unixware-svr4:  Sameer Parekh
  -LIi386-unknown-bsdi2.0:Brian Behlendorf
   LIi386-unknown-freebsd2.1: Andrew Wilson, Brian Tao
   LIi686-pc-freebsd3.1:  Ralf S. Engelschall
   LIi585-pc-redhat5.2:   Ralf S. Engelschall
  @@ -72,8 +71,7 @@
   LImips-sni-svr4:   Martin Kraemer
   LIrs6000-ibm-aix3.2.5: Sameer Parekh
   LIrs6000-ibm-aix4.2:   Ralf S. Engelschall
  -LIsparc-sun-solaris2.4:Brian Behlendorf
  -LIsparc-sun-solaris2.5:Brian Behlendorf, Lars Eilebrecht
  +LIsparc-sun-solaris2.5:Lars Eilebrecht
   LIsparc-sun-solaris2.6:Lars Eilebrecht, Ralf S. Engelschall
   LIsparc-sun-sunos4.1.4:Michael Douglass
   LIsparc-sun-sunos4.1.3_U1: Sameer Parekh
  
  
  


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

1999-03-16 Thread dgaudet
dgaudet 99/03/16 08:16:08

  Modified:src  CHANGES
   src/include ap_config.h
  Log:
  switch back to fcntl() locking on linux
  
  PR:   3531
  Reviewed by:  Lincoln Stein [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.1282+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1281
  retrieving revision 1.1282
  diff -u -r1.1281 -r1.1282
  --- CHANGES   1999/03/16 00:38:53 1.1281
  +++ CHANGES   1999/03/16 16:16:03 1.1282
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.5
   
  +  *) PORT: Switch back to using fcntl() locking on Linux -- instabilities
  + have been reported with flock() locking (probably related to kernel
  + version).  [Dean Gaudet] PR#3531
  +
 *) Using APACI, the main config file (usually httpd.conf) was
not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
[EMAIL PROTECTED]]
  
  
  
  1.252 +7 -1  apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===
  RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.251
  retrieving revision 1.252
  diff -u -r1.251 -r1.252
  --- ap_config.h   1999/03/10 11:37:52 1.251
  +++ ap_config.h   1999/03/16 16:16:07 1.252
  @@ -460,7 +460,13 @@
   #define USE_MMAP_FILES
   
   /* flock is faster ... but hasn't been tested on 1.x systems */
  -#define USE_FLOCK_SERIALIZED_ACCEPT
  +/* PR#3531 indicates flock() may not be stable, probably depends on
  + * kernel version.  Go back to using fcntl, but provide a way for
  + * folks to tweak their Configuration to get flock.
  + */
  +#ifndef USE_FLOCK_SERIALIZED_ACCEPT
  +#define USE_FCNTL_SERIALIZED_ACCEPT
  +#endif
   
   #define SYS_SIGLIST  _sys_siglist
   
  
  
  


cvs commit: apache-1.3/src CHANGES

1999-03-16 Thread dgaudet
dgaudet 99/03/16 08:51:08

  Modified:src  CHANGES
  Log:
  also pr#2723
  
  Revision  ChangesPath
  1.1283+1 -1  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1282
  retrieving revision 1.1283
  diff -u -r1.1282 -r1.1283
  --- CHANGES   1999/03/16 16:16:03 1.1282
  +++ CHANGES   1999/03/16 16:51:06 1.1283
  @@ -2,7 +2,7 @@
   
 *) PORT: Switch back to using fcntl() locking on Linux -- instabilities
have been reported with flock() locking (probably related to kernel
  - version).  [Dean Gaudet] PR#3531
  + version).  [Dean Gaudet] PR#2723, 3531
   
 *) Using APACI, the main config file (usually httpd.conf) was
not being adjusted as $(TARGET).conf. [Wilfredo Sanchez
  
  
  


cvs commit: apache-apr/pthreads/src/main http_main.c

1999-03-16 Thread manoj
manoj   99/03/16 13:26:27

  Modified:pthreads/src/main http_main.c
  Log:
  Allow the server to exit in single-process (-X) mode when we hit Ctrl-C.
  This involves making the server respond to SIGINT like it does with
  SIGTERM in the signal-handling thread.
  
  Revision  ChangesPath
  1.59  +4 -0  apache-apr/pthreads/src/main/http_main.c
  
  Index: http_main.c
  ===
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -u -r1.58 -r1.59
  --- http_main.c   1999/03/15 15:34:50 1.58
  +++ http_main.c   1999/03/16 21:26:26 1.59
  @@ -2103,6 +2103,7 @@
   sigemptyset(sig_mask);
   sigaddset(sig_mask, SIGWINCH);
   sigaddset(sig_mask, SIGTERM);
  +sigaddset(sig_mask, SIGINT);
   sigwait(sig_mask, signal_received);
   /* XXX - Do the appropriate thing for each signal */
   switch (signal_received) {
  @@ -2114,6 +2115,9 @@
   case SIGTERM:
   just_die(SIGTERM);
break;
  +case SIGINT:
  +just_die(SIGINT);
  +break;
   default:
   ap_log_error(APLOG_MARK, APLOG_ALERT, server_conf,
   received strange signal: %d, signal_received);
  
  
  


cvs commit: apache-devsite platforms.html

1999-03-16 Thread martin
martin  99/03/16 13:32:50

  Modified:.platforms.html
  Log:
  Add ReliantUNIX platform
  
  Revision  ChangesPath
  1.2   +3 -0  apache-devsite/platforms.html
  
  Index: platforms.html
  ===
  RCS file: /home/cvs/apache-devsite/platforms.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- platforms.html1999/03/13 14:55:59 1.1
  +++ platforms.html1999/03/16 21:32:49 1.2
  @@ -56,6 +56,9 @@
dtbOSF1/b:/dt
ddLars Eilebrecht (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
dtnbsp;/dt
  + dtbReliantUNIX/SINIX/b:/dt
  + ddMartin Kraemer (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
  + dtnbsp;/dt
dtbSCO/b:/dt
ddBen Laurie (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
dtnbsp;/dt
  
  
  


cvs commit: apache-site related_projects.html

1999-03-16 Thread stoddard
stoddard99/03/16 13:35:54

  Modified:.related_projects.html
  Log:
  Add pointer to IBM HTTP Server on related_projects page.
  
  Revision  ChangesPath
  1.38  +13 -0 apache-site/related_projects.html
  
  Index: related_projects.html
  ===
  RCS file: /export/home/cvs/apache-site/related_projects.html,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- related_projects.html 1999/01/26 16:07:19 1.37
  +++ related_projects.html 1999/03/16 21:35:52 1.38
  @@ -41,6 +41,7 @@
   UL
   LIA HREF=#apacheweekApache Week/A (free weekly newsletter)
   LIA HREF=#ravenCovalent Raven/A
  +LIA HREF=#ibmIBM HTTP Server powered by Apache/A
   LIA HREF=#matriceMatrice W3/A
   LIA HREF=#redhatRed Hat Secure Server/a
   LIA HREF=#strongholdStronghold/A
  @@ -220,6 +221,18 @@
   or receive it each week by email.
   /BLOCKQUOTE
   
  +HR
  +H3A NAME=ibmIBM HTTP Server powered by Apache/A/H3
  +A HREF=http://www.software.ibm.com/webservers/httpservers/;IBM HTTP 
Server powered by Apache/A
  +is a secure web server that features support for SSL V2 and V3, Fast 
Response Cache 
  +Accelerator (Windows NT only) and native platform install. IBM HTTP Server 
runs on AIX, 
  +Solaris and Windows NT.  Support for Linux (Caldera, Pacific HiTech, Red Hat 
and 
  +S.u.S.E. distributions) has been announced with availability later this 
year. Support for 
  +FRCA on AIX is anticipated later this year.
  +P
  +IBM HTTP Server powered by Apache is available as a fully supported IBM 
product when purchased
  +bundled with the A HREF=http://www.software.ibm.com/webservers/;IBM 
WebSphere Application Server/A.
  +P
   HR
   H3A NAME=matriceMatrice W3 System for Linux (x86)/A/H3
   
  
  
  


cvs commit: apache-1.3/src Makefile.tmpl

1999-03-16 Thread martin
martin  99/03/16 13:37:03

  Modified:src  Makefile.tmpl
  Log:
  For the SHARED_CORE variant, it is recommended to add $(LIBS) to the
  linker line because since recently we reference libap.a which in turn
  might depend on other libraries.
  
  Revision  ChangesPath
  1.110 +2 -1  apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- Makefile.tmpl 1999/03/10 11:06:07 1.109
  +++ Makefile.tmpl 1999/03/16 21:37:02 1.110
  @@ -35,7 +35,8 @@
   
   target_shared: lib$(TARGET).ep
$(CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SHLIB_EXPORT) \
  -   -o $(TARGET) -DSHARED_CORE_BOOTSTRAP main/http_main.c ap/libap.a
  +   -o $(TARGET) -DSHARED_CORE_BOOTSTRAP main/http_main.c \
  +   ap/libap.a $(LIBS)
   
   lib$(TARGET).ep: lib$(TARGET).$(SHLIB_SUFFIX_NAME)
$(CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SHLIB_EXPORT) \
  
  
  


cvs commit: apache-apr/pthreads/src/modules/standard mod_so.c

1999-03-16 Thread manoj
manoj   99/03/16 14:07:58

  Modified:pthreads/src/main http_config.c http_log.c http_main.c
http_protocol.c
   pthreads/src/modules/standard mod_so.c
  Log:
  More SIGUSR1 - SIGWINCH fixes. This should fix every mention of USR1
  for restarts except for the documentation.
  
  Revision  ChangesPath
  1.10  +2 -7  apache-apr/pthreads/src/main/http_config.c
  
  Index: http_config.c
  ===
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_config.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- http_config.c 1999/02/16 16:00:48 1.9
  +++ http_config.c 1999/03/16 22:07:55 1.10
  @@ -1523,14 +1523,9 @@
   #ifdef SIGHUP
   signal(SIGHUP, SIG_IGN);
   #endif
  -/* XXX - LinuxThreads uses SIGUSR1, so we can't muck with it. Bummer. We
  - * need to find another way to do graceful restarts if we want to support
  - * kernel threads with Linux 2.0 (2.2 is supposed to fix this) - mvsk */
  -#ifndef LINUX
  -#ifdef SIGUSR1
  -signal(SIGUSR1, SIG_IGN);
  +#ifdef SIGWINCH
  +signal(SIGWINCH, SIG_IGN);
   #endif
  -#endif /* ndef LINUX */
   
   for (m = top_module; m; m = m-next)
if (m-child_exit)
  
  
  
  1.3   +1 -1  apache-apr/pthreads/src/main/http_log.c
  
  Index: http_log.c
  ===
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_log.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- http_log.c1999/02/07 06:29:30 1.2
  +++ http_log.c1999/03/16 22:07:55 1.3
  @@ -482,7 +482,7 @@
   fname = ap_server_root_relative(p, fname);
   mypid = getpid();
   if (mypid != saved_pid  stat(fname, finfo) == 0) {
  -  /* USR1 and HUP call this on each restart.
  +  /* WINCH and HUP call this on each restart.
  * Only warn on first time through for this pid.
  *
  * XXX: Could just write first time through too, although
  
  
  
  1.60  +0 -7  apache-apr/pthreads/src/main/http_main.c
  
  Index: http_main.c
  ===
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -u -r1.59 -r1.60
  --- http_main.c   1999/03/16 21:26:26 1.59
  +++ http_main.c   1999/03/16 22:07:55 1.60
  @@ -2079,13 +2079,6 @@
   
   /* All threads should mask signals out, accoring to sigwait(2) man page 
*/
   sigemptyset(sig_mask);
  -/* Linux 2.0 and its annoying use of SIGUSR{1,2} */
  -#ifdef LINUX
  -/*
  -sigaddset(sig_mask, SIGUSR1);
  -sigaddset(sig_mask, SIGUSR2);
  -*/
  -#endif
   
   if (pthread_sigmask(SIG_SETMASK, sig_mask, NULL) != 0) {
   ap_log_error(APLOG_MARK, APLOG_ALERT, server_conf, 
pthread_sigmask);
  
  
  
  1.10  +2 -7  apache-apr/pthreads/src/main/http_protocol.c
  
  Index: http_protocol.c
  ===
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_protocol.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- http_protocol.c   1999/03/15 14:26:50 1.9
  +++ http_protocol.c   1999/03/16 22:07:55 1.10
  @@ -789,14 +789,9 @@
   }
   /* we've probably got something to do, ignore graceful restart requests 
*/
   
  -/* XXX - LinuxThreads uses SIGUSR1, so we can't muck with it. Bummer. We
  - * need to find another way to do graceful restarts if we want to support
  - * kernel threads with Linux 2.0 (2.2 is supposed to fix this) - mvsk */
  -#ifndef LINUX
  -#ifdef SIGUSR1
  -signal(SIGUSR1, SIG_IGN);
  +#ifdef SIGWINCH
  +signal(SIGWINCH, SIG_IGN);
   #endif
  -#endif /* ndef LINUX */
   
   ap_bsetflag(conn-client, B_SAFEREAD, 0);
   
  
  
  
  1.3   +2 -2  apache-apr/pthreads/src/modules/standard/mod_so.c
  
  Index: mod_so.c
  ===
  RCS file: /home/cvs/apache-apr/pthreads/src/modules/standard/mod_so.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- mod_so.c  1999/02/07 06:29:55 1.2
  +++ mod_so.c  1999/03/16 22:07:58 1.3
  @@ -58,7 +58,7 @@
   /* 
* This module is used to load Apache modules at runtime. This means that the
* server functionality can be extended without recompiling and even without
  - * taking the server down at all. Only a HUP or USR1 signal needs to be send
  + * taking the server down at all. Only a HUP or WINCH signal needs to be send
* to the server to reload the dynamically loaded modules.
*
* To use, you'll first need to build your module as a shared library, then
  @@ -97,7 +97,7 @@
* directive to get these log messages).
*

cvs commit: apache-1.3 STATUS

1999-03-16 Thread stoddard
stoddard99/03/16 14:40:08

  Modified:.STATUS
  Log:
  Add pointer to multiple NT services patch.
  Submitted by: Keith Wannamaker
  
  Revision  ChangesPath
  1.649 +4 -1  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.648
  retrieving revision 1.649
  diff -u -r1.648 -r1.649
  --- STATUS1999/03/16 00:38:47 1.648
  +++ STATUS1999/03/16 22:40:08 1.649
  @@ -1,5 +1,5 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/03/16 00:38:47 $]
  +  Last modified at [$Date: 1999/03/16 22:40:08 $]
   
   Release:
   
  @@ -47,6 +47,9 @@
 TCN additions and when the RVSA algorithm is used.
   
   Available Patches:
  +* Keith Wannamaker's NT multiple services patch
  + Message-ID: [EMAIL PROTECTED]
  + Status: Bill +1 (on concept)
   
   * Jun-ichiro itojun Hagino's [PATCH] IPv6 enable patch
 ftp://ftp.kame.net/pub/kame/misc/apache-134-v6-19990118.diff.gz
  
  
  


cvs commit: apache-devsite binaries.html

1999-03-16 Thread lars
lars99/03/16 15:45:22

  Modified:.binaries.html
  Log:
  Update
  
  Revision  ChangesPath
  1.11  +88 -45apache-devsite/binaries.html
  
  Index: binaries.html
  ===
  RCS file: /export/home/cvs/apache-devsite/binaries.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- binaries.html 1999/03/16 00:39:51 1.10
  +++ binaries.html 1999/03/16 23:45:21 1.11
  @@ -1,66 +1,105 @@
  -HTMLHEAD
  -TITLEBinary Releases/TITLE
  -/HEADBODY
  +!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
  +HTML
  + HEAD
  +  TITLEApache Unix Binary Distributions/TITLE
  + /HEAD
  +!-- Background white, links blue (unvisited), navy (visited), red (active) 
--
  + BODY
  +  BGCOLOR=#FF
  +  TEXT=#00
  +  LINK=#FF
  +  VLINK=#80
  +  ALINK=#FF
  + 
  +!--#include virtual=header.html --
  +  H1 ALIGN=CENTERApache Unix Binary Distributions/H1
  +
  +P
  +From Apache 1.3.5 onwards binary releases are made with a script which
  +is part of every standard Apache distribution:
  +
  +P
  +DL
  +DDCODEapache_1.3.x/src/helpers/binbuild.sh/CODE
  +/DL
   
  -H1Binary Releases/H1
  -
  -Binary releases of Apache are defined as having an httpd executable in
  -the src/ directory and a Makefile/Configuration already set to the
  -platform's settings.  The binary is built with only the standard
  -modules.  The .o files should *not* be left in the directory after the
  -build - they just add space to the .tar.gz file to be transferred.
  -
  -P
  -
  -Binaries are to be put in the
  -CODEdist/binaries/(platform)_(version)/CODE directory of the
  -apache web site (as in, dist/binaries/solaris_2.4), with the following
  -format for its filename:
  -
   P
  +To create a binary distribution with this script you have to follow
  +these steps:
   
  -CODEapache_(version)-(platform)-(OSversion).tar.gz/CODE
  -
  -P
  -
  -As in, apache_0.8.16-solaris-2.4.tar.gz.  The name of the directory
  -created by the tar file should not change.  The name of the executable 
should be
  -
  -P
  -
  -CODEhttpd-(platform)/CODE
  -
  -P
  -
  -As in, CODEhttpd-solaris/CODE.
  +UL
  +LICODEgzip -d -c apache_1.3.x.tar.gz | tar xvf -/CODE
  +BR(smallciteYou may use codecvs export/code, but please
  + make sure that you rename the directory to reflect the complete
  + version number, e.g. codeapache_1.3.5/code./cite/small)
  +LICODEcd apache_1.3.x/CODE
  +LICODE./src/helpers/binbuild.sh/CODE
  +/UL
   
   P
  +After the execution of binbuild.sh you should see the following
  +output:
   
  -STRONGCompiling:/STRONG Use the best compiler for the platform, given 
that
  -the object code built with the compiler is free from any restrictions
  -the compiler might put on it.  Set for the first or second level of
  -optimization, and don't compile with debugging since anyone who can use a
  -debugger to backtrace a core dump can probably also compile it themselves
  -anyways.
  +DL
  +DDCODEBuilding Apache 1.3.x binary distribution.../CODE
  +DDCODEPlatform is citeplatform/cite.../CODE
  +DDCODEBinary images successfully created.../CODE
  +DDCODECreating supplementary files.../CODE
  +DDCODECreating distribution archive and readme file.../CODE
  +DDCODEReady./CODE
  +DDCODEYou can find the binary archive
  +  (apache_1.3.x-citeplatform/cite.tar.gz)/CODE
  +DDCODEand the readme file (apache_1.3.x-citeplatform/cite.README) in 
the/CODE
  +DDCODEparent directory./CODE
  +/DL
  +
  +P
  +Before the archive is created the binbuild script checks if the httpd
  +was successfully created. If anything went wrong you will see a
  +corresponding error message. Take a look at the file
  +codebuild.log/code to find out why the build failed.
  +
  +P
  +Binaries are configured with the following APACI options:
  +
  +PRE
  +--with-layout=BinaryDistribution
  +--enable-module=most
  +--enable-shared=max
  +/PRE
  +
  +P
  +If your platform has no DSO support you have to edit binbuild.sh and
  +remove the CODE--enable-shared/CODE option from the
  +CODECONFIGPARAM/CODE variable. If you need to specify compiler
  +options or flags you can simply pass them to the binbuild script, e.g.
  +CODECFLAGS=-Dfoobarnbsp;src/helpers/binbuild.sh/CODE.
  +
  +P
  +After you have successfully built the binary distribution you
  +can upload the archive and README to the Apache site.
  +Feel free to create PGP or MD5 signatures.
   
  +H2Binary Contributors/H2
   P
  -
   Here is a list of platforms and the people who volunteered to compile
  -binary releases.
  +binary releases:
   
   UL
   LIalpha-dec-osf3.0:Sameer Parekh
   LIalpha-dec-osf4.0:Lars Eilebrecht
   LIarm-linux(Netwinder-ELF)Rasmus Lerdorf
   LIhppa1.1-hp-hpux: Rob Hartill
  -LIi386-slackware-linux(a.out): Sameer Parekh
  +LIi386-slackware-linux(a.out):Sameer Parekh
   

cvs commit: apache-1.3/src/helpers binbuild.sh

1999-03-16 Thread lars
lars99/03/16 15:46:03

  Modified:src/helpers binbuild.sh
  Log:
  Oops...
  
  Revision  ChangesPath
  1.7   +10 -10apache-1.3/src/helpers/binbuild.sh
  
  Index: binbuild.sh
  ===
  RCS file: /export/home/cvs/apache-1.3/src/helpers/binbuild.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- binbuild.sh   1999/01/16 22:00:46 1.6
  +++ binbuild.sh   1999/03/16 23:46:02 1.7
  @@ -9,7 +9,7 @@
   
   APDIR=`pwd`
   APDIR=`basename $APDIR`
  -VER=`echo $APDIR |sed s/apache-//`
  +VER=`echo $APDIR |sed s/apache_//`
   OS=`src/helpers/GuessOS`
   USER=`src/helpers/buildinfo.sh -n [EMAIL PROTECTED]
   TAR=`src/helpers/PrintPath tar`
  @@ -90,7 +90,7 @@
 ./bindist/bin/httpd -V  \
 echo 
-- \
   )  README.bindist
  -cp README.bindist ../apache-$VER-$OS.README
  +cp README.bindist ../apache_$VER-$OS.README
   
   ( echo\
 echo Apache $VER binary installation  \
  @@ -192,28 +192,28 @@
   else
 if [ x$GTAR != x ]
 then
  -$GTAR -zcf ../apache-$VER-$OS.tar.gz -C .. --owner=root --group=root 
apache-$VER
  +$GTAR -zcf ../apache_$VER-$OS.tar.gz -C .. --owner=root --group=root 
apache_$VER
 else
   if [ x$TAR != x ]
   then
  -  $TAR -cf ../apache-$VER-$OS.tar -C .. apache-$VER
  +  $TAR -cf ../apache_$VER-$OS.tar -C .. apache_$VER
 if [ x$GZIP != x ]
 then
  -$GZIP ../apache-$VER-$OS.tar
  +$GZIP ../apache_$VER-$OS.tar
 fi
   else
 echo ERROR: Could not find a 'tar' program!
 echoPlease execute the following commands manually:
  -  echo  tar -cf ../apache-$VER-$OS.tar .
  -  echo  gzip ../apache-$VER-$OS.tar
  +  echo  tar -cf ../apache_$VER-$OS.tar .
  +  echo  gzip ../apache_$VER-$OS.tar
   fi
 fi
   
  -  if [ -f ../apache-$VER-$OS.tar.gz ]  [ -f ../apache-$VER-$OS.README ]
  +  if [ -f ../apache_$VER-$OS.tar.gz ]  [ -f ../apache_$VER-$OS.README ]
 then
   echo Ready.
  -echo You can find the binary archive (apache-$VER-$OS.tar.gz)
  -echo and the readme file (apache-$VER-$OS.README) in the
  +echo You can find the binary archive (apache_$VER-$OS.tar.gz)
  +echo and the readme file (apache_$VER-$OS.README) in the
   echo parent directory.
   exit 0;
 else