]> granicus.if.org Git - apache/commitdiff
Added a note that indicates that forward slashes should always be used on
authorBradley Nicholes <bnicholes@apache.org>
Thu, 13 Mar 2003 23:16:05 +0000 (23:16 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 13 Mar 2003 23:16:05 +0000 (23:16 +0000)
non-unix systems even if the OS allows backslashes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99005 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/mod/mod_log_config.xml

index 96f75e8595e489494c1e219c560b04f9b90b7af6..6e0f5f8ca3e44276b09c3c8fa3bb428535fc556f 100644 (file)
@@ -917,6 +917,12 @@ ErrorLog logs/error.log (Windows and OS/2)</default>
     document for details on why your security could be compromised
     if the directory where logfiles are stored is writable by
     anyone other than the user that starts the server.</p>
+    <note type="warning"><title>Note</title>
+      <p>When entering a file path on non-Unix platforms, care should be taken
+      to make sure that only forward slashed are used even though the platform
+      may allow the use of back slashes. In general it is a good idea to always 
+      use forward slashes throughout the configuration files.</p>
+    </note>
 </usage>
 <seealso><directive module="core">LogLevel</directive></seealso>
 <seealso><a href="../logs.html">Apache Log Files</a></seealso>
index 8e349fca14d167c9096a37ed0ef404f278d25d84..f8e4c8175ce000444596128155c14005045481ee 100644 (file)
       <p>If a program is used, then it will be run under the user who
       started httpd. This will be root if the server was started by root;
       be sure that the program is secure.</p>
+      </note>
+      <note type="warning"><title>Note</title>
+        <p>When entering a file path on non-Unix platforms, care should be taken
+        to make sure that only forward slashed are used even though the platform
+        may allow the use of back slashes. In general it is a good idea to always 
+        use forward slashes throughout the configuration files.</p>
       </note></dd>
     </dl>