You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2001/11/14 07:35:09 UTC

cvs commit: httpd-site/info known_bugs.html security_bulletin_1.2.5.html

fielding    01/11/13 22:35:09

  Modified:    .        bug_report.html
               apreq    index.html
               info     known_bugs.html security_bulletin_1.2.5.html
  Log:
  Correct more links to the dist dir.
  
  Revision  Changes    Path
  1.26      +3 -2      httpd-site/bug_report.html
  
  Index: bug_report.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/bug_report.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- bug_report.html	2001/09/24 01:43:36	1.25
  +++ bug_report.html	2001/11/14 06:35:09	1.26
  @@ -26,8 +26,9 @@
   have done <STRONG>all</STRONG> of the following:</FONT></P>
   
   <OL>
  - <LI>Verified that the bug exists in <A HREF="dist/">the most recent
  -  version</A> of Apache.  There are many bugs in the 1.2 version and earlier 
  + <LI>Verified that the bug exists in
  +  <A HREF="http://www.apache.org/dist/httpd/">the most recent version</A>
  +  of Apache.  There are many bugs in the 1.2 version and earlier 
     that have been fixed in the 1.3 version.  
    </LI>
    <LI>Checked the <A HREF="info/known_bugs.html">known bugs</A> page.
  
  
  
  1.3       +2 -2      httpd-site/apreq/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/apreq/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	2001/06/20 00:23:17	1.2
  +++ index.html	2001/11/14 06:35:09	1.3
  @@ -40,7 +40,7 @@
   <p>You can download the latest stable version of libapreq from:</p>
   
   <ul>
  -  <li><a href="/dist/httpd/">http://httpd.apache.org/dist/httpd/</a></li>
  +  <li><a href="http://www.apache.org/dist/httpd/">http://www.apache.org/dist/httpd/</a></li>
     <li><a href="http://search.cpan.org/search?mode=module&query=libapreq">CPAN</a> ('perl -MCPAN -e "install libapreq"')
   </ul>
   
  @@ -61,7 +61,7 @@
   
   <hr noshade size="1">
   
  -<small>$Id: index.html,v 1.2 2001/06/20 00:23:17 jimw Exp $</small>
  +<small>$Id: index.html,v 1.3 2001/11/14 06:35:09 fielding Exp $</small>
   
   </table>
   </body>
  
  
  
  1.16      +5 -5      httpd-site/info/known_bugs.html
  
  Index: known_bugs.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/info/known_bugs.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- known_bugs.html	2001/02/19 17:18:43	1.15
  +++ known_bugs.html	2001/11/14 06:35:09	1.16
  @@ -92,15 +92,15 @@
   
   <OL>
   <LI>Certain mod_rewrite configurations do not work correctly.  Apply
  -    <A HREF="http://www.apache.org/dist/patches/apply_to_1.3b5/PR1847.patch">this
  +    <A HREF="http://www.apache.org/dist/httpd/patches/apply_to_1.3b5/PR1847.patch">this
       patch</A> to fix the problem.  See
       <A HREF="http://bugs.apache.org/index/full/1847">PR#1847</A> for more details.
   <LI>Using multiple arguments to UserDir does not work correctly.  Apply
  -    <A HREF="http://www.apache.org/dist/patches/apply_to_1.3b5/PR1850.patch">this
  +    <A HREF="http://www.apache.org/dist/httpd/patches/apply_to_1.3b5/PR1850.patch">this
       patch</A> to fix the problem.  See
       <A HREF="http://bugs.apache.org/index/full/1850">PR#1850</A> for more details.
   <LI>absoluteURI parsing is broken, so the proxy won't work.   Apply
  -    <A HREF="http://www.apache.org/dist/patches/apply_to_1.3b5/PR1889.patch">this
  +    <A HREF="http://www.apache.org/dist/httpd/patches/apply_to_1.3b5/PR1889.patch">this
       patch</A> to fix the problem.  See
       <A HREF="http://bugs.apache.org/index/full/1889">PR#1889</A> for more details
   <LI><STRONG>Win32 only</STRONG> Use of #! at the start of a CGI script file
  @@ -293,7 +293,7 @@
       <UL>
   	<LI>Recommended: upgrade to 1.2.4.
   	<LI>If you are running Apache 1.2.1, retrieve 
  -	<A HREF="http://www.apache.org/dist/patches/apply_to_1.2.1/solaris_hup.patch">this patch</A>.
  +	<A HREF="http://www.apache.org/dist/httpd/patches/apply_to_1.2.1/solaris_hup.patch">this patch</A>.
   	<CODE>cd</CODE> to your <CODE>apache_1.2.1</CODE> directory, and
   	type <CODE>patch -s -p1 &lt; /path/to/patchfile</CODE>.  Then rebuild
   	Apache.<P>
  @@ -344,7 +344,7 @@
       Negotiation</A> should pick the smallest variant if there
       are several that are equally acceptable. A bug in 1.2 means it no
       longer does this unless all the variants have character sets.
  -    This <A HREF="http://www.apache.org/dist/contrib/patches/1.2/conneg-bug.patch">patch</A>
  +    This <A HREF="http://www.apache.org/dist/httpd/contrib/patches/1.2/conneg-bug.patch">patch</A>
       fixes this problem. It also fixes the problem which makes Apache
       pick the last equally acceptable variant instead of the first.
       This will be tracked as
  
  
  
  1.3       +2 -2      httpd-site/info/security_bulletin_1.2.5.html
  
  Index: security_bulletin_1.2.5.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/info/security_bulletin_1.2.5.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- security_bulletin_1.2.5.html	2001/09/24 01:40:17	1.2
  +++ security_bulletin_1.2.5.html	2001/11/14 06:35:09	1.3
  @@ -54,13 +54,13 @@
   previous to 1.2 or earlier 1.2 versions upgrade to the newly released
   1.2.5.  It is now available at
   
  -	http://www.apache.org/dist/
  +	http://www.apache.org/dist/httpd/
   
   There are no plans for an immediate 1.3b4 release to correct these
   problems in the 1.3 beta development tree, however we will make 
   patches for 1.3b3 to correct these issues available at 
   
  -	http://www.apache.org/dist/patches/apply_to_1.3b3/
  +	http://www.apache.org/dist/httpd/patches/apply_to_1.3b3/
   
   in the near future.