coar        99/01/05 15:10:48

  Modified:    htdocs/manual new_features_1_3.html
  Log:
        Add a note about the continuation line feature; someone pointed
        out that it isn't mentioned anywhere except the CHANGES file.
  
  Submitted by: Michael Long <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.76      +6 -0      apache-1.3/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- new_features_1_3.html     1998/10/22 21:14:43     1.75
  +++ new_features_1_3.html     1999/01/05 23:10:47     1.76
  @@ -137,6 +137,12 @@
       to allow directives to appear in a hopefully more
       intuitive and meaningful order.
   </DD>
  +<DT><STRONG>Continuation Lines in config files</STRONG></DT>
  +<DD>Directive lines in the server configuration files may now be
  +    split onto multiple lines by using the canonical Unix continuation
  +    mechanism, namely a '\' as the last non-blank character on the
  +    line to indicate that the next line should be concatenated.
  +</DD>
   <DT><STRONG>Apache Autoconf-style Interface (APACI)</STRONG>
   <DD>Until Apache 1.3 there was no real out-of-the-box batch-capable
       build and installation procedure for the complete Apache
  
  
  

Reply via email to