fanf 00/01/11 17:15:24
Modified: src CHANGES
Log:
Revert to the 1.3.3 way of getting the server name from the scoreboard,
with a modification to make it respect the UseCanonicalName setting.
This makes things work better with mass vhosting setups.
Submitted by: Cliff Woolley <[EMAIL PROTECTED]>
Reviewed by: Tony Finch
Revision Changes Path
1.1495 +5 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1494
retrieving revision 1.1495
diff -u -r1.1494 -r1.1495
--- CHANGES 2000/01/11 19:47:50 1.1494
+++ CHANGES 2000/01/12 01:15:20 1.1495
@@ -1,5 +1,10 @@
Changes with Apache 1.3.10
+ *) Revert to the 1.3.3 way of getting the server name from the
+ scoreboard, with a modification to make it respect the
+ UseCanonicalName setting. This makes things work better with
+ mass vhosting setups. [Cliff Woolley <[EMAIL PROTECTED]>]
+
*) Add --suexec-umask option to configure, and severity levels
to suexec log messages. Also clarify a couple of those messages,
which were perhaps a bit too cryptic. [Ken Coar] PR#4178