dgaudet 97/05/04 13:28:15
Modified: src CHANGES
Log:
Clean up that last commit. It's better to document this in a place where
people who already read the 1.2b10 changes will see this note. Since it
is a sensitive issue relating to the security of a config it's better to
make sure everyone can see it.
Revision Changes Path
1.265 +8 -4 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.264
retrieving revision 1.265
diff -C3 -r1.264 -r1.265
*** CHANGES 1997/05/04 20:22:27 1.264
--- CHANGES 1997/05/04 20:28:13 1.265
***************
*** 1,5 ****
--- 1,12 ----
Changes with Apache 1.2
+ *) The _default_ change in 1.2b10 will change the behaviour on configs
+ that use multiple Listen statements for listening on multiple ports.
+ But that change is necessary to make _default_ consistent with other
+ forms of <VirtualHost>. It requires such configs to be modified
+ to use <VirtualHost _default_:*>. The documentation has been
+ updated. [Dean Gaudet] PR#530
+
*) If an ErrorDocument CGI script is used to respond to an error
generated by another CGI script which has already read the message
body of the request, the server would block trying to read the
***************
*** 13,22 ****
*) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
to be configured via -D in Configuration. [Dean Gaudet] PR#449
! *) <VirtualHost _default_:portnum> didn't work properly. Note that
! this fix probably requires existing configs to begin using
! <VirtualHost _default:*> if they have multiple Listen statements.
! [Dean Gaudet]
*) Added prototype for mktemp() for SUNOS4 [Marc Slemko]
--- 20,26 ----
*) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
to be configured via -D in Configuration. [Dean Gaudet] PR#449
! *) <VirtualHost _default_:portnum> didn't work properly. [Dean Gaudet]
*) Added prototype for mktemp() for SUNOS4 [Marc Slemko]