randy 97/08/22 21:24:23
Modified: src CHANGES
Log:
(set_file_slot): New function, allowing auth directives to be
independent of the server root, so the server documents can be
moved to a different directory or machine more easily.
[These changes were accidentally commited with the core -> main change]
Submitted by: David J. MacKenzie <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet, Brian Behlendorf, Randy Terbush
Revision Changes Path
1.411 +5 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- CHANGES 1997/08/23 02:59:36 1.410
+++ CHANGES 1997/08/23 04:24:20 1.411
@@ -1,5 +1,10 @@
Changes with Apache 1.3a2
+ *) (set_file_slot): New function, allowing auth directives to be
+ independent of the server root, so the server documents can be
+ moved to a different directory or machine more easily.
+ [David J. MacKenzie]
+
*) If no TransferLog is given explicitly, decline
to log. This supports coexistence with other logging modules,
such as the custom one that UUNET uses. [David J. MacKenzie]