Here's a patch for the "httpd -h" message, to point out that -L doesn't list directives from shared modules. It matches r428941 of /docs/manual/programs/httpd.xml, but I only have commit access to the docs subtree.
Thanks,
Chris Pepper
Index: server/main.c
===================================================================
--- server/main.c (revision 428940)
+++ server/main.c (working copy)
@@ -416,10 +416,10 @@
" -h : list available command line options "
"(this page)");
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
- " -l : list compiled in modules");
+ " -l : list compiled-in modules");
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
" -L : list available configuration "
- "directives");
+ "directives from compiled-in modules");
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
" -t -D DUMP_VHOSTS : show parsed settings (currently only "
"vhost settings)");
main.c.diff
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
