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:26 UTC

cvs commit: apache-site bug_report.html

dgaudet     97/03/24 20:58:26

  Modified:    .         bug_report.html
  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.2       +26 -82    apache-site/bug_report.html
  
  Index: bug_report.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/bug_report.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** bug_report.html	1997/03/25 04:43:15	1.1
  --- bug_report.html	1997/03/25 04:58:25	1.2
  ***************
  *** 6,100 ****
    <IMG SRC="images/apache_sub.gif" ALT="">
    <H2>Apache Bug Reporting Page</H2>
    
  ! <P>Welcome to the Apache Bug Reporting Page!  If you are having trouble with Apache, 
  ! please fill this out and submit it.  Before you do that, though, make <b>sure</b>
    you have:</P>
    
    <OL>
    <LI>Made sure the bug exists in <A href="dist/">the most recent version</A> of
  ! Apache.
    <LI>Checked the <A href="docs/misc/known_bugs.html">known bugs</A> page.
  ! <LI>Checked the <A href="docs/misc/compat_notes.html">compatibility notes</A> page.
    <LI>Followed the instructions in the <code>INSTALL</code> file correctly - 
        you edited the <code>Configuration</code> file to set the right platform
  !     and ran the <code>Configure</code> script to create the new <code>Makefile</code>.
  ! <LI>Tried compiling with only the distributed set of modules (so that we can make sure
  !     it's an apache bug and not a bug in a module provided by someone else).
    </OL>
    
  ! <H3>Note: we already know about the problem interactions between AOL's
  ! proxies and Apache 1.2's use of HTTP/1.1.  We are working with AOL to
  ! help them fix their problems.</H3>
  ! 
  ! <P>If you have done all of the preceding, then fill out the form below,
  ! and we will respond to it as soon as we can.  If your browser is
  ! incapable of using forms, please submit the same information to <A
  ! href="mailto:apache-bugs@apache.org">apache-bugs@apache.org</A>.</P>
  ! 
  ! <H1>Do NOT send configuration questions or requests for help debugging CGI !!</H1>
  ! 
  ! <P>
  ! 
  ! <FORM METHOD="POST" ACTION="http://www.apache.org/bugs.cgi">
  ! 
  ! Your email address:                     <input type="text" name="emailaddy" size="15"><BR>
  ! 
  ! Quick, one-line summary of the problem:<BR>
  ! <input type="text" name="summary" size="45"><BR>
  ! 
  ! Operating system:  <SELECT NAME="platform">
  ! <OPTION>AIX
  ! <OPTION>Apollo
  ! <OPTION>A/UX
  ! <OPTION>BSDI
  ! <OPTION>FreeBSD
  ! <OPTION>HPUX
  ! <OPTION>Irix
  ! <OPTION>Linux
  ! <OPTION>NeXT
  ! <OPTION>NetBSD
  ! <OPTION>OS/2
  ! <OPTION>OSF/1
  ! <OPTION>SCO
  ! <OPTION SELECTED>Solaris 2.x
  ! <OPTION>SunOS 4.x
  ! <OPTION>Ultrix
  ! <OPTION>UnixWare
  ! <OPTION>OTHER:
  ! </SELECT><BR>
  ! Operating system, if "other":           <input type="text" name="other" size="5"> 
  ! OS Version:                             <input type="text" name="version" size="5"><br>
  ! Version of Apache being used:		<input type="text" name="aversion" size-"5"><BR>
  ! 
  ! Extra modules used: <input type="text" name="modules" size="45">
  ! 
  ! <P>
  ! 
  ! What are the symptoms of the bug you are seeing?<BR>
  ! 
  ! <textarea rows="10" cols="50" name="symptoms"></textarea>
  ! 
  ! <P>
  ! 
  ! If you have a URL to an object which exhibits this bug,
  ! please post it here:<BR>
  ! 
  ! <input type="text" name="urlprob" size=50>
  ! 
  ! <P>
  ! 
  ! If the bug created a core file, and you have <code>gdb</code> or
  ! <code>dbx</code> installed, please do a backtrace showing where the
  ! segmentation fault occured, and paste that in right here:<BR>
  ! 
  ! <textarea rows=10 cols=50 name="backtrace"></textarea>
  ! 
  ! <P>
  ! 
  ! <input type="submit" value="Submit bug report"> 
  ! 
  ! <P>
  ! 
    </FORM>
  ! 
  ! </BODY></HTML>
  --- 6,44 ----
    <IMG SRC="images/apache_sub.gif" ALT="">
    <H2>Apache Bug Reporting Page</H2>
    
  ! <P>Welcome to the Apache Bug Reporting Page!  If you are having trouble
  ! with Apache,
  ! please fill this out and submit it.  Before you do that, though, make
  ! <b>sure</b>
    you have:</P>
    
    <OL>
    <LI>Made sure the bug exists in <A href="dist/">the most recent version</A> of
  !     Apache.
    <LI>Checked the <A href="docs/misc/known_bugs.html">known bugs</A> page.
  ! <LI>Checked the <A href="docs/misc/compat_notes.html">compatibility
  !     notes</A> page.
    <LI>Followed the instructions in the <code>INSTALL</code> file correctly - 
        you edited the <code>Configuration</code> file to set the right platform
  !     and ran the <code>Configure</code> script to create the new
  !     <code>Makefile</code>.
  ! <LI>Tried compiling with only the distributed set of modules (so that we
  !     can make sure 
  !     it's an Apache bug and not a bug in a module provided by someone else).
    </OL>
    
  ! <P>If you have done all of the preceding, then please select the button
  ! below and fill out the form,
  ! and we will respond to it as soon as we can.
  ! </P>
  ! <FORM ACTION="http://www.apache.org/bugdb.cgi">
  !  <INPUT TYPE="submit" VALUE="Search for/submit a problem report">
    </FORM>
  ! <P>
  ! If your browser is incapable of using forms, please submit the same
  ! information to
  ! <A href="mailto:apache-bugs@apache.org">apache-bugs@apache.org</A>.
  ! </P>
  ! <H1>Do NOT send configuration questions or requests for help debugging CGI!</H1>
  ! </BODY>
  ! </HTML>