pcs         97/10/17 04:40:00

  Modified:    htdocs/manual/misc compat_notes.html
  Log:
  Add note about \space not working in Apache
  
  Revision  Changes    Path
  1.15      +4 -0      apachen/htdocs/manual/misc/compat_notes.html
  
  Index: compat_notes.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/compat_notes.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- compat_notes.html 1997/07/30 18:41:44     1.14
  +++ compat_notes.html 1997/10/17 11:39:59     1.15
  @@ -132,6 +132,10 @@
     option to <a href="../mod/core.html#hostnamelookups"><code>
     HostnameLookups</code></a>.
   
  +  <LI>To embed spaces in directive arguments NCSA used a backslash
  +  before the space. Apache treats backslashes as normal characters. To
  +  embed spaces surround the argument with double-quotes instead.
  +
   </OL>
   
   More to come when we notice them....
  
  
  

Reply via email to