coar 98/11/15 11:56:41
Modified: . STATUS
Log:
Add a couple of items for 2.0.
Revision Changes Path
1.44 +13 -0 apache-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-2.0/STATUS,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- STATUS 1998/10/22 20:44:36 1.43
+++ STATUS 1998/11/15 19:56:40 1.44
@@ -39,6 +39,19 @@
If we do this, it needs to be *mandatory* in the style guide.
+1: Ken, Lars
+ * Maybe provide a syslog.conf-like means of directing different levels
+ of server error messages to different locations.
+ +1:
+ Status:
+
+ * Move authentication username (Basic) out of the conn_rec and into the
+ request_rec where it belongs. With persistent connexions, it's
+ perfectly reasonable for multiple realms to be referenced during
+ the life of the connexion. Even though the conn_rec field is
+ updated on each request when the password is requested by the auth
+ routines, it's still not a connexion-oriented quantity.
+ +1: Ken
+
* Abstract the '+/-' capabilities of the Options keyword so other
directives can use it without re-inventing the square peg.
+1: Ken