You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/03/25 05:58:01 UTC

cvs commit: apache/src Configuration.tmpl INSTALL

dgaudet     97/03/24 20:58:01

  Modified:    htdocs/manual/misc  compat_notes.html security_tips.html
               src       Configuration.tmpl INSTALL
  Log:
  Bug reporting changes to direct people to the GNATS system.
  
  Reviewed by:	Dean Gaudet, Roy Fielding
  Submitted by:	Ken Coar
  
  Revision  Changes    Path
  1.4       +1 -1      apache/htdocs/manual/misc/compat_notes.html
  
  Index: compat_notes.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/compat_notes.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** compat_notes.html	1996/12/02 02:02:15	1.3
  --- compat_notes.html	1997/03/25 04:57:58	1.4
  ***************
  *** 14,20 ****
    scratch, so certain liberties the earlier servers took may not be
    available here.  These are all easily fixable.  If you know of other
    non-fatal problems that belong here, <a
  ! href="mailto:apache-bugs@apache.org">let us know.</a>
    
    <P>Please also check the <A HREF="known_bugs.html">known bugs</A> page.
    
  --- 14,20 ----
    scratch, so certain liberties the earlier servers took may not be
    available here.  These are all easily fixable.  If you know of other
    non-fatal problems that belong here, <a
  ! href="http://www.apache.org/bugdb.cgi">let us know.</a>
    
    <P>Please also check the <A HREF="known_bugs.html">known bugs</A> page.
    
  
  
  
  1.7       +4 -1      apache/htdocs/manual/misc/security_tips.html
  
  Index: security_tips.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/security_tips.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** security_tips.html	1997/03/16 23:34:01	1.6
  --- security_tips.html	1997/03/25 04:57:58	1.7
  ***************
  *** 166,172 ****
    </P>
    
    <HR>
  ! <P>Please send any other useful security tips to
    <A HREF="mailto:apache-bugs@mail.apache.org">apache-bugs@mail.apache.org</A>
    <p>
    <HR>
  --- 166,175 ----
    </P>
    
    <HR>
  ! <P>Please send any other useful security tips to The Apache Group
  ! by filling out a
  ! <A HREF="http://www.apache.org/bugdb.cgi">problem report</A>, or by
  ! sending mail to
    <A HREF="mailto:apache-bugs@mail.apache.org">apache-bugs@mail.apache.org</A>
    <p>
    <HR>
  
  
  
  1.55      +3 -1      apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -C3 -r1.54 -r1.55
  *** Configuration.tmpl	1997/01/24 10:19:38	1.54
  --- Configuration.tmpl	1997/03/25 04:58:00	1.55
  ***************
  *** 89,95 ****
    # they are not set by Configure (because we don't know the correct value for
    # your platform), or are set incorrectly, you may override them here.
    # If you have to do this, please let us know what you set and what your
  ! # platform is, by sending mail to apache-bugs@apache.org.
    #
    # WANTHSREGEX:
    #  Apache requires a POSIX regex implementation. Henry Spencer's
  --- 89,97 ----
    # they are not set by Configure (because we don't know the correct value for
    # your platform), or are set incorrectly, you may override them here.
    # If you have to do this, please let us know what you set and what your
  ! # platform is, by filling out a problem report form at the Apache web site:
  ! # <http://www.apache.org/bugdb.cgi>.  If your browser is forms-incapable,
  ! # you can get the information to us by sending mail to apache-bugs@apache.org.
    #
    # WANTHSREGEX:
    #  Apache requires a POSIX regex implementation. Henry Spencer's
  
  
  
  1.13      +4 -3      apache/src/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /export/home/cvs/apache/src/INSTALL,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -C3 -r1.12 -r1.13
  *** INSTALL	1996/12/09 05:21:28	1.12
  --- INSTALL	1997/03/25 04:58:00	1.13
  ***************
  *** 57,65 ****
    core Apache code.
    
    If during compilation you get a warning about a missing 'regex.h', set
  ! WANTHSREGEX=yes in the 'Configuration', and send a message to
  ! apache-bugs@apache.org indicating you needed to do this for your OS.
  ! Include the output of the command "uname -a".
     
    
    --------------------------------------------------------------------
  --- 57,66 ----
    core Apache code.
    
    If during compilation you get a warning about a missing 'regex.h', set
  ! WANTHSREGEX=yes in the 'Configuration', and let The Apache Group know
  ! you needed to do this for your OS by filling out a problem report form
  ! at <http://www.apache.org/bugdb.cgi>, or by sending a mail message to
  ! apache-bugs@apache.org.  Include the output of the command "uname -a".
     
    
    --------------------------------------------------------------------