dgaudet 98/02/18 00:35:56
Modified: src/include http_config.h
Log:
comment on the real meaning of cmd->path
Revision Changes Path
1.66 +6 -0 apache-1.3/src/include/http_config.h
Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/http_config.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- http_config.h 1998/02/07 13:59:55 1.65
+++ http_config.h 1998/02/18 08:35:55 1.66
@@ -148,6 +148,12 @@
server_rec *server; /* Server_rec being configured for */
char *path; /* If configuring for a directory,
* pathname of that directory.
+ * NOPE! That's what it meant previous to the
+ * existance of <Files>, <Location> and regex
+ * matching. Now the only usefulness that can
+ * be derived from this field is whether a
command
+ * is being called in a server context (path ==
NULL)
+ * or being called in a dir context (path !=
NULL).
*/
const command_rec *cmd; /* configuration command */
} cmd_parms;