You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Sameer Parekh <sa...@hyperreal.com> on 1997/06/12 18:52:31 UTC

cvs commit: apache-site/mirrors index.cgi list.cgi mirrors.list

sameer      97/06/12 09:52:30

  Modified:    .         113announce.html bug_report.html index.html
  Added:       mirrors   index.cgi list.cgi mirrors.list
  Removed:     .         mirrors.html
  Log:
  add rotating mirror cgi
  
  Revision  Changes    Path
  1.4       +1 -1      apache-site/113announce.html
  
  Index: 113announce.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/113announce.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -c -C3 -r1.3 -r1.4
  *** 113announce.html	1997/05/12 01:19:59	1.3
  --- 113announce.html	1997/06/12 16:52:25	1.4
  ***************
  *** 41,47 ****
    <B>If you are running Apache 1.1.1, you must do one of the following:</B>
    
    <OL>
  ! <LI> Download a copy of <A HREF="dist/">Apache 1.1.3</A>, compile and
         install it.  
    
    <LI> Apply the two recently released patches, <A HREF="dist/patches/apply_to_1.1.1/mod_cookies_security.patch">mod_cookies_security.patch</A>
  --- 41,47 ----
    <B>If you are running Apache 1.1.1, you must do one of the following:</B>
    
    <OL>
  ! <LI> Download a copy of <A HREF="mirrors/">Apache 1.1.3</A>, compile and
         install it.  
    
    <LI> Apply the two recently released patches, <A HREF="dist/patches/apply_to_1.1.1/mod_cookies_security.patch">mod_cookies_security.patch</A>
  
  
  
  1.6       +2 -2      apache-site/bug_report.html
  
  Index: bug_report.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/bug_report.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -c -C3 -r1.5 -r1.6
  *** bug_report.html	1997/05/11 17:24:51	1.5
  --- bug_report.html	1997/06/12 16:52:26	1.6
  ***************
  *** 12,19 ****
    of the following:</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.1 tree that have been fixed
        in the 1.2 tree.  
    <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
  --- 12,19 ----
    of the following:</P>
    
    <OL>
  ! <LI>Verified that the bug exists in <A href="mirrors/">the most recent version</A>
  !     of Apache.  There are many bugs in the 1.1/tree that have been fixed
        in the 1.2 tree.  
    <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
  
  
  
  1.23      +3 -3      apache-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -c -C3 -r1.22 -r1.23
  *** index.html	1997/06/06 02:51:06	1.22
  --- index.html	1997/06/12 16:52:26	1.23
  ***************
  *** 18,24 ****
    <TABLE CELLPADDING="10">
    <TR><TD>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  !   <A HREF="dist/">Download!</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
      <A HREF="docs/">Server Documentation</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  --- 18,24 ----
    <TABLE CELLPADDING="10">
    <TR><TD>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  !   <A HREF="mirrors/">Download!</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
      <A HREF="docs/">Server Documentation</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  ***************
  *** 31,37 ****
      <A HREF="library/">Project Library</A>
    <TD>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  !   <A HREF="mirrors.html">International Mirror Sites</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
      <A HREF="announcelist.html">Announcements via Email</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  --- 31,37 ----
      <A HREF="library/">Project Library</A>
    <TD>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  !   <A HREF="mirrors/list.cgi">International Mirror Sites</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
      <A HREF="announcelist.html">Announcements via Email</A><BR>
      <IMG SRC="images/orange_ball.gif" WIDTH="15" HEIGHT="15" alt="o">
  ***************
  *** 61,67 ****
    
    <P ALIGN="CENTER">
    
  ! <a href="dist/">Download Apache 1.2</a> | 
    <a href="docs/new_features_1_2.html">New Features in Apache 1.2</a>
    
    <P><HR>
  --- 61,67 ----
    
    <P ALIGN="CENTER">
    
  ! <a href="mirrors/">Download Apache 1.2</a> | 
    <a href="docs/new_features_1_2.html">New Features in Apache 1.2</a>
    
    <P><HR>
  
  
  

Re: cvs commit: apache-site/mirrors index.cgi list.cgi mirrors.list

Posted by Brian Behlendorf <br...@organic.com>.
I think this works well.  Any objections to updating the live site
with it?

	Brian

On Thu, 12 Jun 1997, Sameer Parekh wrote:
> sameer      97/06/12 09:52:30
> 
>   Modified:    .         113announce.html bug_report.html index.html
>   Added:       mirrors   index.cgi list.cgi mirrors.list
>   Removed:     .         mirrors.html
>   Log:
>   add rotating mirror cgi

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS