dgaudet 98/03/04 00:37:07
Modified: src CHANGES
Log:
hmm, this was not documented... i suck
Revision Changes Path
1.681 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -r1.680 -r1.681
--- CHANGES 1998/03/04 02:28:10 1.680
+++ CHANGES 1998/03/04 08:37:05 1.681
@@ -277,6 +277,9 @@
self-referential urls using the "canonical" ServerName and Port.
The new UseCanonicalName directive (default on), if set to off
will cause Apache to use the client-supplied hostname and port.
+ Part of this change required a change to the construct_url()
+ prototype; and the addition of get_server_name() and
+ get_server_port().
[Michael Douglass <[EMAIL PROTECTED]>, Dean Gaudet]
PR#315, 459, 485, 1433