coar 00/02/17 08:50:24
Modified: . STATUS
Log:
Remove this patch from consideration at the request of the
author.
Revision Changes Path
1.805 +1 -11 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.804
retrieving revision 1.805
diff -u -r1.804 -r1.805
--- STATUS 2000/02/16 19:56:02 1.804
+++ STATUS 2000/02/17 16:50:23 1.805
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 2000/02/16 19:56:02 $]
+ Last modified at [$Date: 2000/02/17 16:50:23 $]
Release:
@@ -32,16 +32,6 @@
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
- * Cliff Woolley suggests the following patch to fix a problem
- with using mod_status and mod_vhost_alias. At issue is the
- fact that because mod_vhost_alias does not create actual
- vhost structures, the server-name reported in mod_status
- is incorrect. The patch reverts to the old behavior of
- storing the server-name of the request as a string in
- scoreboard.
- Message-ID: <[EMAIL PROTECTED]>
- Status: Jim -0
-
* 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.