https://issues.apache.org/bugzilla/show_bug.cgi?id=46333
--- Comment #3 from Rainer Jung <[EMAIL PROTECTED]> 2008-12-03 14:38:00 PST --- What about this: Index: configuring.xml =================================================================== --- configuring.xml (revision 723103 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=723103 )) +++ configuring.xml (working copy) @@ -77,6 +77,9 @@ and white space occurring before a directive are ignored, so you may indent directives for clarity.</p> + <p>Shell environment variables can be used in arguments + using the syntax <code>${MYVAR}</code>.</p> + <p>You can check your configuration files for syntax errors without starting the server by using <code>apachectl configtest</code> or the <code>-t</code> command line -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
