dgaudet 97/08/04 23:49:34
Modified: src Tag: APACHE_1_2_X CHANGES Log: Correct a few of my changes. Revision Changes Path No revision No revision 1.286.2.41 +6 -6 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.286.2.40 retrieving revision 1.286.2.41 diff -u -r1.286.2.40 -r1.286.2.41 --- CHANGES 1997/08/04 16:04:59 1.286.2.40 +++ CHANGES 1997/08/05 06:49:32 1.286.2.41 @@ -1,14 +1,14 @@ Changes with Apache 1.2.2 - *) Fixed improper vhost merging of <Location> and <Directory>: changed the - ordering of the arguments to append_arrays for the main server's before - the vhost's. - [Dean Gaudet] + *) When merging the main server's <Directory> and <Location> sections into + 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 - *) Bugfix for case where multiple <Directory>s match and all are applied. + *) The <Directory> code would merge and re-merge the same section after + a match was found, possibly causing problems with some modules. [Dean Gaudet] - *) Fixed an infinite loop in mod_imap for references above the server root + *) Fixed an infinite loop in mod_imap for references above the server root. [Dean Gaudet] PR#748 *) mod_include cleanup showed that handle_else was being used to handle