cvs commit: apache-1.3/src/helpers binbuild.sh
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!" echo " Please 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
cvs commit: apache-devsite binaries.html
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 @@ - -Binary Releases - + + + + Apache Unix Binary Distributions + + + + + Apache Unix Binary Distributions + + +From Apache 1.3.5 onwards binary releases are made with a script which +is part of every standard Apache distribution: + + + +apache_1.3.x/src/helpers/binbuild.sh + -Binary Releases - -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. - - - -Binaries are to be put in the -dist/binaries/(platform)_(version) directory of the -apache web site (as in, dist/binaries/solaris_2.4), with the following -format for its filename: - +To create a binary distribution with this script you have to follow +these steps: -apache_(version)-(platform)-(OSversion).tar.gz - - - -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 - - - -httpd-(platform) - - - -As in, httpd-solaris. + +gzip -d -c apache_1.3.x.tar.gz | tar xvf - +(You may use cvs export, but please + make sure that you rename the directory to reflect the complete + version number, e.g. apache_1.3.5.) +cd apache_1.3.x +./src/helpers/binbuild.sh + +After the execution of binbuild.sh you should see the following +output: -Compiling: 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. + +Building Apache 1.3.x binary distribution... +Platform is "platform"... +Binary images successfully created... +Creating supplementary files... +Creating distribution archive and readme file... +Ready. +You can find the binary archive + (apache_1.3.x-platform.tar.gz) +and the readme file (apache_1.3.x-platform.README) in the +parent directory. + + + +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 +build.log to find out why the build failed. + + +Binaries are configured with the following APACI options: + + +--with-layout=BinaryDistribution +--enable-module=most +--enable-shared=max + + + +If your platform has no DSO support you have to edit binbuild.sh and +remove the --enable-shared option from the +CONFIGPARAM variable. If you need to specify compiler +options or flags you can simply pass them to the binbuild script, e.g. +CFLAGS=-Dfoobar src/helpers/binbuild.sh. + + +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. +Binary Contributors - Here is a list of platforms and the people who volunteered to compile -binary releases. +binary releases: alpha-dec-osf3.0:Sameer Parekh alpha-dec-osf4.0:Lars Eilebrecht arm-linux(Netwinder-ELF)Rasmus Lerdorf hppa1.1-hp-hpux: Rob Hartill -i386-slackware-linux(a.out): Sameer Parekh +i386-slackware-linux(a.out):Sameer Parekh i386-sun-solaris2.5: Sameer Parekh +i386-sun-solaris2.7:Cliff Skolnick i386-unixware-svr4: Sameer Parekh i386-unknown-freebsd2.1: Andrew Wilson, Brian Tao +i386-unknown-freebsd2.2.8: Jim Jagielski i686-pc-freebsd3.1: Ralf S. Engelschall i585-pc-redhat5.2: Ralf S. Engelschall i386-unknown-linux(ELF): Aram Mirzadeh, Michael Douglass -i386-unknown-netBSD: Bill <[EMAIL PROTECTED]> +i386-unknown-netBSD: Lars Eilebrecht, Bill <[EMAIL PROTECTED]> i386-unknown-sco3: Ben Laurie i386-unknown-sco5: Ben Laurie m68k-apple-aux3.1.1: Jim Jagielski @@ -73,15 +112,19 @@ rs6000-ibm-
cvs commit: apache-1.3 STATUS
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-apr/pthreads/src/modules/standard mod_so.c
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/src Makefile.tmpl
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-site related_projects.html
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 @@ Apache Week (free weekly newsletter) Covalent Raven +IBM HTTP Server powered by Apache Matrice W3 Red Hat Secure Server Stronghold @@ -220,6 +221,18 @@ or receive it each week by email. + +IBM HTTP Server powered by Apache +http://www.software.ibm.com/webservers/httpservers/";>IBM HTTP Server powered by Apache +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. + +IBM HTTP Server powered by Apache is available as a fully supported IBM product when purchased +bundled with the http://www.software.ibm.com/webservers/";>IBM WebSphere Application Server. + Matrice W3 System for Linux (x86)
cvs commit: apache-devsite platforms.html
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 @@ OSF1: Lars Eilebrecht (mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]) + ReliantUNIX/SINIX: + Martin Kraemer (mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]) + SCO: Ben Laurie (mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED])
cvs commit: apache-apr/pthreads/src/main http_main.c
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-1.3/src CHANGES
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-1.3/src/include ap_config.h
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-devsite binaries.html
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 @@ i386-slackware-linux(a.out): Sameer Parekh i386-sun-solaris2.5: Sameer Parekh i386-unixware-svr4: Sameer Parekh -i386-unknown-bsdi2.0:Brian Behlendorf i386-unknown-freebsd2.1: Andrew Wilson, Brian Tao i686-pc-freebsd3.1: Ralf S. Engelschall i585-pc-redhat5.2: Ralf S. Engelschall @@ -72,8 +71,7 @@ mips-sni-svr4: Martin Kraemer rs6000-ibm-aix3.2.5: Sameer Parekh rs6000-ibm-aix4.2: Ralf S. Engelschall -sparc-sun-solaris2.4:Brian Behlendorf -sparc-sun-solaris2.5:Brian Behlendorf, Lars Eilebrecht +sparc-sun-solaris2.5:Lars Eilebrecht sparc-sun-solaris2.6:Lars Eilebrecht, Ralf S. Engelschall sparc-sun-sunos4.1.4:Michael Douglass sparc-sun-sunos4.1.3_U1: Sameer Parekh
cvs commit: apache-1.3/src CHANGES
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-1.3/src CHANGES Configure
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'