fielding 99/08/15 00:09:01
Modified: . STATUS
Log:
hello? anybody home?
Revision Changes Path
1.742 +11 -1 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -r1.741 -r1.742
--- STATUS 1999/08/14 09:36:34 1.741
+++ STATUS 1999/08/15 07:08:59 1.742
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/08/14 09:36:34 $]
+ Last modified at [$Date: 1999/08/15 07:08:59 $]
Release:
@@ -22,6 +22,12 @@
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * HPUX binary build failure due to the fact that it is building
+ libstandard.a and adding .so objects to the libstandard.a starting
+ with mod_vhost_alias.so.
+ Message-ID: <[EMAIL PROTECTED]>
+ Status: Randy needs someone familiar with HPUX to look at it.
+
* long pathnames with many components and no AllowOverride None
Workaround is to define <Directory /> with AllowOverride None,
which is something all sites should do in any case.
@@ -36,6 +42,10 @@
Available Patches:
+
+ * David Harris's [patch] make does not propagate src/support errors
+ Message-ID: <[EMAIL PROTECTED]>
+ Status:
* Paul Reder's patch to fix Allow/Deny (.htaccess parsing) in
regex <Directory*> processing.