cvs commit: apache-1.3/src CHANGES

1999-03-21 Thread lars
lars99/03/20 18:03:07

  Modified:htdocs/manual/mod mod_log_agent.html mod_log_referer.html
   htdocs/manual new_features_1_3.html
   src  CHANGES
  Log:
  Some minor doc updates...
  
  Revision  ChangesPath
  1.10  +2 -1  apache-1.3/htdocs/manual/mod/mod_log_agent.html
  
  Index: mod_log_agent.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_agent.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_log_agent.html1998/05/20 14:12:57 1.9
  +++ mod_log_agent.html1999/03/21 02:03:04 1.10
  @@ -17,7 +17,8 @@
   
   This module is contained in the CODEmod_log_agent.c/CODE file, and is not
   compiled in by default. It provides for logging of the client user agents.
  -
  +mod_log_agent is deprecated. Use A 
HREF=mod_log_config.htmlmod_log_config/A
  +instead.
   
   UL
   LIA HREF=#agentlogAgentLog/A
  
  
  
  1.10  +3 -1  apache-1.3/htdocs/manual/mod/mod_log_referer.html
  
  Index: mod_log_referer.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_referer.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_log_referer.html  1998/05/20 14:12:57 1.9
  +++ mod_log_referer.html  1999/03/21 02:03:04 1.10
  @@ -17,7 +17,9 @@
   
   This module is contained in the CODEmod_log_referer.c/CODE file, and is 
not
   compiled in by default. It provides for logging of the documents which
  -reference documents on the server.
  +reference documents on the server. As of Apache 1.3.5 it is deprecated.
  +Use A HREF=mod_log_config.html#customlog-conditionalCustomLog
  +(conditional)/A instead.
   
   H2Log file format/H2
   The log file contains a separate line for each refer. Each line has the
  
  
  
  1.78  +19 -2 apache-1.3/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- new_features_1_3.html 1999/01/10 06:20:49 1.77
  +++ new_features_1_3.html 1999/03/21 02:03:05 1.78
  @@ -64,7 +64,6 @@
   it.  This opens up more opportunities for log rotation, hit
   filtering, real-time splitting of multiple vhosts into separate
   logs, and asynchronous DNS resolving on the fly.
  -
   /DL
   
   PHR
  @@ -201,6 +200,12 @@
   CODEVirtualHost/CODE sections.  This is useful for folks
   trying to debug their virtual host configuration.
   
  +DTSTRONGControl of HTTP methods/STRONG
  +DDA HREF=mod/core.html#limitexceptlt;LimitExceptgt; and
  +lt;/LimitExceptgt;/A are used to enclose a group of access control
  +directives which will then apply to any HTTP access method not listed in
  +the arguments; i.e., it is the opposite of a Limit section and can be
  +used to control both standard and nonstandard/unrecognized methods.
   /DL
   
   PHR
  @@ -208,6 +213,13 @@
   H3A NAME=modModule Enhancements/A/H3
   
   DL
  +DTSTRONGNEW - Pass all of the server's environment variables to
  +CGIs and SSIs./STRONGBR
  +DDWith the A HREF=mod/mod_env.html#passallenvPassAllEnv/A directive 
all
  +of the server's environment variables are made available to CGIs and SSIs
  +within the directive's scope. Please note that this directive is not
  +recommended for general use.
  +
   DTA HREF=mod/mod_negotiation.htmlSTRONGImproved mod_negotiation
   /STRONG/ABR
   DDThe optional content negotiation (MultiViews) module has been completely
  @@ -395,6 +407,11 @@
   CODECustomLog/CODE/A directives, rather than having to
   spell out the complete log format string each time.
   
  +DTSTRONGConditional logging/STRONG
  +DDA 
HREF=mod/mod_log_config.html#customlog-conditionalmod_log_config/A
  +now supports logging based upon environment variables.
  +mod_log_referer and mod_log_agent are now deprecated.
  +
   DTSTRONGmod_cern_meta configurable per-directory/STRONG
   DDA HREF=mod/mod_cern_meta.htmlmod_cern_meta/A is now
   configurable on a per-directory basis.
  @@ -601,7 +618,7 @@
   config files.  So you will see errors in the config file.  This
   should make it easier to start Apache via rsh or crontab.
   
  -DTSTRONGYear-2000 Improvements/STRONG
  +DTA NAME=y2kSTRONGYear-2000 Improvements/STRONG/A
   DDThe default CODEtimefmt/CODE string used by A
   HREF=mod/mod_include.htmlCODEmod_include/CODE/A has been
   modified to display the year using four digits rather than the
  
  
  
  1.1288+2 -2  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: 

cvs commit: apache-1.3 Announcement

1999-03-21 Thread lars
lars99/03/20 20:15:27

  Modified:.Announcement
  Log:
  prepare 1.3.5 announcement
  
  Revision  ChangesPath
  1.42  +62 -25apache-1.3/Announcement
  
  Index: Announcement
  ===
  RCS file: /export/home/cvs/apache-1.3/Announcement,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- Announcement  1999/01/10 02:18:19 1.41
  +++ Announcement  1999/03/21 04:15:27 1.42
  @@ -1,39 +1,76 @@
  -Apache 1.3.4 Released
  +Apache 1.3.5 Released
   =
   
   The Apache Group is pleased to announce the release of version
  -1.3.4 of the Apache HTTP server.
  +1.3.5 of the Apache HTTP server.
   
  -This new Apache version incorporates over 90 significant improvements
  -to the server, including avoidance of some denial-of-service attacks,
  -support for 3rd-party WebDAV modules, a complete overhaul of content
  -negotiation, optional column sorting for fancy indexes, the ability to
  -set a DefaultLanguage, and many fixes to improve consistency, portability,
  -and squish bugs.  A complete listing is provided in the src/CHANGES file.
  -
  -Of special note are the many changes to the Apache configuration process.
  -The default path layout generated by the configure script has been
  -changed to be more consistent with the traditional Apache layout, and
  -several new command-line options have been added to make compilation
  -easier.  Please see the README.configure and INSTALL files for complete
  -information.  In addition, we have moved all of the server configuration
  -directives to a single file (httpd.conf-dist), updated mime.types, and
  -improved the examples for first-time installers.  Finally, a few of the
  -rarely-used command-line options for httpd have been changed to be more
  -consistent with the help options of other programs.
  +This new Apache version incorporates over 60 significant improvements
  +to the server.  Apart from portability and security fixes, documentation
  +enhancements, performance improvements, and assorted other minor
  +features or fixes notable changes are:
  +
  + - mod_log_config now supports conditional logging based upon
  +   environment variables and support for multiline entries.
  +
  + - New CustomLog directive %V: This logs the hostname according to the
  +   UseCanonicalName setting (this is the pre-1.3.4 behaviour of %v).
  +
  + - Enhanced mod_rewrite's mapfile handling: The in-core cache for text
  +   and DBM format mapfiles now uses a hash table with LRU functionality.
  +   Furthermore map lookups for non-existent keys are now cached as well.
  +   The changes drastically improve the performance when large rewrite
  +   maps are in use.
  +
  + - Ability to handle DES or MD5 authentication passwords.
  + 
  + - New LimitExcept directive to allow the user to assign authentication
  +   control to any HTTP method that is *not* given in the argument list;
  +   i.e., the logical negation of the Limit directive.
  + 
  + - Improved content negotiation.
  + 
  + - New PassAllEnv directive; makes server's entire environment available
  +   to CGIs and SSIs executed within directive's scope.
  + 
  + - New ScriptInterpreterSource directive to enable searching the
  +   Win32 registry for script interpreters.
  + 
  + - The FAQ document was reorganised.
  + 
  + - Overhauled ApacheBench benchmark program.
  + 
  + - Several new API functions have been added.
   
  -We consider Apache 1.3.4 to be the best version of Apache available and
  +A complete listing with detailed descriptions is provided in the
  +src/CHANGES file.
  +
  +We consider Apache 1.3.5 to be the best version of Apache available and
   we strongly recommend that users of older versions, especially of the
   1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
   will be made in the 1.2.x family.
  +
   
  -Apache 1.3.4 is available for download from
  +Apache 1.3.5 is available for download from
   
   http://www.apache.org/dist/
   
   Please see the CHANGES_1.3 file in the same directory for a full
  -list of changes.  The distribution is also available via any of
  -the mirrors listed at
  +list of changes.
  +
  +Binary distributions are available from
  +
  +   http://www.apache.org/dist/binaries/
  +
  +As of Apache 1.3.5 binary distributions contain all standard Apache
  +modules as shared objects (if supported by the platform) and include
  +full source code.  Installation is easily done by executing the
  +included install script.  See the README.bindist and INSTALL.bindist
  +files for a complete explanation.  Please note that the binary
  +distributions are only provided for your convenience and current
  +distributions for specific platforms are not always available.
  +
  +The source and binary distributions are also available via any of the
  +mirrors listed at
   
   

cvs commit: apache-1.3/src/os/win32 registry.c

1999-03-21 Thread lars
lars99/03/20 20:33:46

  Modified:src/include httpd.h
   src/os/win32 registry.c
  Log:
  roll 1.3.5
  
  Revision  ChangesPath
  1.273 +2 -2  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.272
  retrieving revision 1.273
  diff -u -r1.272 -r1.273
  --- httpd.h   1999/03/20 23:43:24 1.272
  +++ httpd.h   1999/03/21 04:33:41 1.273
  @@ -413,7 +413,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3.5-dev/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3.5/* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
   SrvTk_MIN,   /* eg: Apache/1.3.0 */
  @@ -429,7 +429,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '2057'.
*/
  -#define APACHE_RELEASE 10305000
  +#define APACHE_RELEASE 10305100
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  
  1.15  +1 -1  apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- registry.c1999/01/10 07:49:00 1.14
  +++ registry.c1999/03/21 04:33:44 1.15
  @@ -28,7 +28,7 @@
   
   #define VENDOR   Apache Group
   #define SOFTWARE Apache
  -#define VERSION  1.3.5 dev
  +#define VERSION  1.3.5
   
   #define REGKEY SOFTWARE\\ VENDOR \\ SOFTWARE \\ VERSION
   
  
  
  


cvs commit: apache-1.3/src Configure CHANGES

1999-03-21 Thread lars
lars99/03/20 21:07:29

  Modified:src/include httpd.h
   src/os/win32 registry.c
   src  Configure CHANGES
  Log:
  make source ready for the next round...
  
  Revision  ChangesPath
  1.274 +2 -2  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.273
  retrieving revision 1.274
  diff -u -r1.273 -r1.274
  --- httpd.h   1999/03/21 04:33:41 1.273
  +++ httpd.h   1999/03/21 05:07:17 1.274
  @@ -413,7 +413,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.3.5/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.3.6-dev/* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
   SrvTk_MIN,   /* eg: Apache/1.3.0 */
  @@ -429,7 +429,7 @@
* Always increases along the same track as the source branch.
* For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '2057'.
*/
  -#define APACHE_RELEASE 10305100
  +#define APACHE_RELEASE 10306000
   
   #define SERVER_PROTOCOL HTTP/1.1
   #ifndef SERVER_SUPPORT
  
  
  
  1.16  +1 -1  apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- registry.c1999/03/21 04:33:44 1.15
  +++ registry.c1999/03/21 05:07:22 1.16
  @@ -28,7 +28,7 @@
   
   #define VENDOR   Apache Group
   #define SOFTWARE Apache
  -#define VERSION  1.3.5
  +#define VERSION  1.3.6 dev
   
   #define REGKEY SOFTWARE\\ VENDOR \\ SOFTWARE \\ VERSION
   
  
  
  
  1.333 +1 -1  apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.332
  retrieving revision 1.333
  diff -u -r1.332 -r1.333
  --- Configure 1999/03/16 00:26:57 1.332
  +++ Configure 1999/03/21 05:07:24 1.333
  @@ -1568,7 +1568,7 @@
#select the special subtarget for shared core generation
SUBTARGET=target_shared
#determine additional suffixes for libhttpd.so
  - V=1 R=3 P=5
  + V=1 R=3 P=6
if [ x$SHLIB_SUFFIX_DEPTH = x0 ]; then
SHLIB_SUFFIX_LIST=
fi
  
  
  
  1.1289+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1288
  retrieving revision 1.1289
  diff -u -r1.1288 -r1.1289
  --- CHANGES   1999/03/21 02:03:06 1.1288
  +++ CHANGES   1999/03/21 05:07:25 1.1289
  @@ -1,3 +1,6 @@
  +Changes with Apache 1.3.6
  +
  +
   Changes with Apache 1.3.5
   
 *) M_INVALID needed a value within the scope of METHODS so that unknown
  
  
  


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

1999-03-21 Thread manoj
manoj   99/03/21 02:51:46

  Modified:pthreads/src/main http_main.c http_protocol.c
  Log:
  Add a comment related to the previous patch, and rewrap another one.
  
  Revision  ChangesPath
  1.64  +2 -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.63
  retrieving revision 1.64
  diff -u -u -r1.63 -r1.64
  --- http_main.c   1999/03/21 10:42:34 1.63
  +++ http_main.c   1999/03/21 10:51:43 1.64
  @@ -2157,6 +2157,8 @@
   
   if (one_process) {
set_signals();
  + /* Needed even in the one process case because lookup of the process
  +  * pid sometimes must go through the scoreboard */
   ap_scoreboard_image-parent[slot].pid = getpid();
child_main(slot);
   }
  
  
  
  1.14  +3 -3  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.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- http_protocol.c   1999/03/21 10:42:34 1.13
  +++ http_protocol.c   1999/03/21 10:51:44 1.14
  @@ -808,9 +808,9 @@
   
   /* XXX - sigwait doesn't work if the signal has been SIG_IGNed (under
* linux 2.0 w/ glibc 2.0, anyway), and this step isn't necessary when
  - * we're running a sigwait thread anyway. If/when unthreaded mode is put
  - * back in, we should make sure to ignore this signal iff a sigwait 
thread
  - * isn't used. - mvsk
  + * we're running a sigwait thread anyway. If/when unthreaded mode is
  + * put back in, we should make sure to ignore this signal iff a sigwait
  + * thread isn't used. - mvsk
   
   #ifdef SIGWINCH
   signal(SIGWINCH, SIG_IGN);
  
  
  


cvs commit: apache-devsite binaries.html

1999-03-21 Thread lars
lars99/03/21 10:55:16

  Modified:.binaries.html
  Log:
  make binary contributor listing more readable...
  
  Revision  ChangesPath
  1.15  +79 -24apache-devsite/binaries.html
  
  Index: binaries.html
  ===
  RCS file: /export/home/cvs/apache-devsite/binaries.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- binaries.html 1999/03/20 19:12:44 1.14
  +++ binaries.html 1999/03/21 18:55:15 1.15
  @@ -89,41 +89,96 @@
   Here is a list of platforms and the people who volunteered to compile
   binary releases:
   
  +H4AIX/H4
   UL
  +LIrs6000-ibm-aix3.2.5: Sameer Parekh
  +LIrs6000-ibm-aix4.1:   Lars Eilebrecht
  +LIrs6000-ibm-aix4.2:   Ralf S. Engelschall, Bill Stoddard
  +LIrs6000-ibm-aix4.3.2:Bill Stoddard
  +/UL
  +
  +H4AUX/H4
  +UL
  +LIm68k-apple-aux3.1.1: Jim Jagielski
  +/UL
  +
  +H4DGUX/H4
  +UL
  +LIm88k-dg-dgux5.4R2.01:Sameer parekh
  +/UL
  +
  +H4Digital Unix (aka OSF)/H4
  +UL
   LIalpha-dec-osf3.0:Sameer Parekh
   LIalpha-dec-osf4.0:Lars Eilebrecht
  -LIarm-linux(Netwinder-ELF)Rasmus Lerdorf
  +/UL
  +
  +H4FreeBSD/H4
  +UL
  +LIi386-whatever-freebsd2.1:Andrew Wilson, Brian Tao
  +LIi386-whatever-freebsd2.2.8:  Jim Jagielski
  +LIi386-whatever-freebsd3.0:Ken Coar
  +LIi686-whatever-freebsd3.1:Ralf S. Engelschall
  +/UL
  +
  +H4HPUX/H4
  +UL
   LIhppa1.1-hp-hpux: Rob Hartill
  -LIi386-slackware-linux(a.out):Sameer Parekh
  -LIi386-sun-solaris2.5: Sameer Parekh
  -LIi386-sun-solaris2.7:Cliff Skolnick
  -LIi386-unixware-svr4:  Sameer Parekh
  -LIi386-unknown-freebsd2.1: Andrew Wilson, Brian Tao
  -LIi386-unknown-freebsd2.2.8:  Jim Jagielski
  -LIi386-whatever-freebsd3.0:Ken Coar
  -LIi686-pc-freebsd3.1:  Ralf S. Engelschall
  -LIi586-pc-redhat5.2:   Ralf S. Engelschall
  -LIi386-unknown-linux(ELF): Aram Mirzadeh, Michael Douglass
  -LIi386-unknown-netBSD: Lars Eilebrecht, Bill lt;[EMAIL PROTECTED]gt;
  -LIi386-unknown-sco3:   Ben Laurie
  -LIi386-unknown-sco5:   Ben Laurie
  -LIm68k-apple-aux3.1.1: Jim Jagielski
  -LIm88k-dg-dgux5.4R2.01:Sameer parekh
  -LIm88k-next-next:  Rob Hartill
  +/UL
  +
  +H4Irix/H4
  +UL
   LImips-sgi-irix5.3:Mark Imbrianco
   LImips-sgi-irix6.2:Ralf S. Engelschall, Lars Eilebrecht
  -LImips-sni-svr4:   Martin Kraemer
  -LIrs6000-ibm-aix3.2.5: Sameer Parekh
  -LIrs6000-ibm-aix4.2:   Ralf S. Engelschall, Bill Stoddard
  -LIrs6000-ibm-aix4.3.2:Bill Stoddard
  +/UL
  +
  +H4Linux/H4
  +UL
  +LIarm-linux(Netwinder-ELF)Rasmus Lerdorf
  +LIi386-whatever-linux(ELF):Aram Mirzadeh, Michael Douglass
  +LIi386-whatever-linux(a.out):  Sameer Parekh
  +LIi586-whatever-linux2:Ralf S. Engelschall, Lars Eilebrecht
  +LIi686-whatever-linux2:Lars Eilebrecht
  +LImips-whatever-linux2:Lars Eilebrecht
  +LIsparc-whatever-linux2:   Lars Eilebrecht
  +/UL
  +
  +H4NetBSD/H4
  +UL
  +LIi386-whatever-netBSD:Lars Eilebrecht, Bill lt;[EMAIL PROTECTED]gt;
  +/UL
  +
  +H4NEXT/H4
  +UL
  +LIm88k-next-next:  Rob Hartill
  +/UL
  +
  +H4Solaris/SunOS/H4
  +UL
  +LIi386-sun-solaris2.5: Sameer Parekh
  +LIi386-sun-solaris2.7:Cliff Skolnick
   LIsparc-sun-solaris2.5:Lars Eilebrecht
   LIsparc-sun-solaris2.6:Lars Eilebrecht, Ralf S. Engelschall
   LIsparc-sun-solaris2.7:   Cliff Skolnick
  -LIsparc-sun-sunos4.1.4:Michael Douglass
  +LIsparc-sun-sunos4.1.4:Lars Eilebrecht, Michael Douglass
   LIsparc-sun-sunos4.1.3_U1: Sameer Parekh
  -LIsparc-unknown-linux: Lars Eilebrecht
  +/UL
  +
  +H4SCO/H4
  +UL
  +LIi386-whatever-sco3:  Ben Laurie
  +LIi386-whatever-sco5:  Ben Laurie
  +/UL
  +
  +H4SVR4/H4
  +UL
  +LIi386-unixware-svr4:  Sameer Parekh
  +LImips-sni-svr4:   Martin Kraemer
  +/UL
  +
  +H4Ultrix/H4
  +UL
   LImips-dec-ultrix4.4:  Sameer Parekh
  -LImips-unknown-linux: Lars Eilebrecht
   /UL
   
   P
  
  
  


cvs commit: apache-1.3 STATUS

1999-03-21 Thread lars
lars99/03/21 11:01:26

  Modified:.STATUS
  Log:
  It's binary time.
  
  Revision  ChangesPath
  1.660 +14 -10apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.659
  retrieving revision 1.660
  diff -u -r1.659 -r1.660
  --- STATUS1999/03/21 11:42:06 1.659
  +++ STATUS1999/03/21 19:01:25 1.660
  @@ -1,5 +1,5 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/03/21 11:42:06 $]
  +  Last modified at [$Date: 1999/03/21 19:01:25 $]
   
   Release:
   
  @@ -23,7 +23,7 @@
Platform  Avail.  Volunteer

--
alpha-dec-osf3.0  no  Sameer Parekh
  - alpha-dec-osf4.0  no  Lars Eilebrecht
  + alpha-dec-osf4.0  yes Lars Eilebrecht
arm-linux(Netwinder-ELF)  no  Rasmus Lerdorf
hppa1.1-hp-hpux   no  Rob Hartill
i386-slackware-linux(a.out)   no  Sameer Parekh
  @@ -34,28 +34,32 @@
i386-unknown-freebsd2.2.8 no  Jim Jagielski
i386-whatever-freebsd3.0  no  Ken Coar
i686-pc-freebsd3.1no  Ralf S. Engelschall
  - i586-pc-redhat5.2 no  Ralf S. Engelschall
  + i586-unknown-linux2   yes Ralf S. Engelschall, Lars Eilebrecht
  + i686-unknown-linux2   yes Lars Eilebrecht
i386-unknown-linux(ELF)   no  Aram Mirzadeh, Michael Douglass
  - i386-unknown-netBSD   no  Lars Eilebrecht, Bill [EMAIL 
PROTECTED]
  + i386-unknown-netBSD-1.2.1 yes Lars Eilebrecht
  + i386-unknown-netBSD-1.3.2 yes Lars Eilebrecht
i386-unknown-sco3 no  Ben Laurie
i386-unknown-sco5 no  Ben Laurie
m68k-apple-aux3.1.1   no  Jim Jagielski
m88k-dg-dgux5.4R2.01  no  Sameer parekh
m88k-next-nextno  Rob Hartill
mips-sgi-irix5.3  no  Mark Imbrianco
  - mips-sgi-irix6.2  no  Lars Eilebrecht
  + mips-sgi-irix6.2  yes Lars Eilebrecht
  + mips-sgi-irix6.4  yes Lars Eilebrecht
mips-sni-svr4 no  Martin Kraemer
rs6000-ibm-aix3.2.5   no  Sameer Parekh
  + rs6000-ibm-aix4.1 yes Lars Eilebrecht
rs6000-ibm-aix4.2 no  Bill Stoddard
rs6000-ibm-aix4.3.2   no  Bill Stoddard
  - sparc-sun-solaris2.5  no  Lars Eilebrecht
  - sparc-sun-solaris2.6  no  Lars Eilebrecht, Ralf S. Engelschall
  + sparc-sun-solaris2.5  yes Lars Eilebrecht
  + sparc-sun-solaris2.6  yes Lars Eilebrecht, Ralf S. Engelschall
sparc-sun-solaris2.7  no  Cliff Skolnick
  - sparc-sun-sunos4.1.4  no  Michael Douglass
  + sparc-sun-sunos4.1.4  yes Lars Eilebrecht, Michael Douglass
sparc-sun-sunos4.1.3_U1   no  Sameer Parekh
  - sparc-unknown-linux   no  Lars Eilebrecht
  + sparc-unknown-linux   yes Lars Eilebrecht
mips-dec-ultrix4.4no  Sameer Parekh
  - mips-unknown-linuxno  Lars Eilebrecht
  + mips-unknown-linuxyes Lars Eilebrecht
   
   
   RELEASE SHOWSTOPPERS:
  
  
  


cvs commit: apache-devsite binaries.html

1999-03-21 Thread martin
martin  99/03/21 14:37:15

  Modified:.binaries.html
  Log:
  I'm not quite sure how compatible the ReliantUNIX line is with
  any other mips-SVR4 dialects.  To prevent confusion, I created
  a separate title.
  
  Revision  ChangesPath
  1.16  +6 -1  apache-devsite/binaries.html
  
  Index: binaries.html
  ===
  RCS file: /home/cvs/apache-devsite/binaries.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- binaries.html 1999/03/21 18:55:15 1.15
  +++ binaries.html 1999/03/21 22:37:15 1.16
  @@ -153,6 +153,12 @@
   LIm88k-next-next:  Rob Hartill
   /UL
   
  +H4ReliantUNIX/SINIX/H4
  +UL
  +LImips-sni-svr4:   Martin Kraemer
  +LIi386-sni-svr4:   Martin Kraemer
  +/UL
  +
   H4Solaris/SunOS/H4
   UL
   LIi386-sun-solaris2.5: Sameer Parekh
  @@ -173,7 +179,6 @@
   H4SVR4/H4
   UL
   LIi386-unixware-svr4:  Sameer Parekh
  -LImips-sni-svr4:   Martin Kraemer
   /UL
   
   H4Ultrix/H4
  
  
  


cvs commit: apache-1.3 STATUS

1999-03-21 Thread martin
martin  99/03/21 14:47:15

  Modified:.STATUS
  Log:
  Yep, works fine on mips ReliantUNIX
  
  Revision  ChangesPath
  1.662 +2 -2  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.661
  retrieving revision 1.662
  diff -u -r1.661 -r1.662
  --- STATUS1999/03/21 19:54:53 1.661
  +++ STATUS1999/03/21 22:47:13 1.662
  @@ -1,5 +1,5 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/03/21 19:54:53 $]
  +  Last modified at [$Date: 1999/03/21 22:47:13 $]
   
   Release:
   
  @@ -47,7 +47,7 @@
mips-sgi-irix5.3  no  Mark Imbrianco
mips-sgi-irix6.2  yes Lars Eilebrecht
mips-sgi-irix6.4  yes Lars Eilebrecht
  - mips-sni-svr4 no  Martin Kraemer
  + mips-sni-svr4 yes Martin Kraemer
rs6000-ibm-aix3.2.5   no  Sameer Parekh
rs6000-ibm-aix4.1 yes Lars Eilebrecht
rs6000-ibm-aix4.2 no  Bill Stoddard