dgaudet 97/08/04 23:52:20
Modified: src CHANGES
Log:
Oops forgot to note this is fixed in 1.3a2 as well.
Revision Changes Path
1.384 +4 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- CHANGES 1997/08/05 06:44:58 1.383
+++ CHANGES 1997/08/05 06:52:18 1.384
@@ -4,6 +4,10 @@
a vhost, put the main server's first and the vhost's second. Otherwise
the vhost can't override the main server. [Dean Gaudet] PR#717
+ *) The <Directory> code would merge and re-merge the same section after
+ a match was found, possibly causing problems with some modules.
+ [Dean Gaudet]
+
*) ip-based vhosts are stored and queried using a hashing function, which
has been shown to improve performance on servers with many ip-vhosts.
Some other changes had to be made to accomodate this: