brian 98/05/04 21:49:57
Modified: src CHANGES
Log:
Revision Changes Path
1.819 +7 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.818
retrieving revision 1.819
diff -u -r1.818 -r1.819
--- CHANGES 1998/05/05 04:41:32 1.818
+++ CHANGES 1998/05/05 04:49:56 1.819
@@ -1,5 +1,12 @@
Changes with Apache 1.3b7
+ *) Makes mod_rewrite, mod_log_config, mod_status and the ServerSignature
+ feature compatible with 'UseCanonicalName off' by changing
+ r->server->server_hostname to ap_get_server_name(). And I changed some
+ functions which use r->server->port to use ap_get_server_port()
instead,
+ because if there's no Port directive in the config r->server->port is 0.
+ [Lars Eilebrecht]
+
*) get/set_module_config are trivial enough to be better off inline. Worth
1.5% performance boost. [Dean Gaudet]