brian       97/06/14 13:39:48

  Modified:    dyn       closer.cgi
  Log:
  Since this script is now meant to be the first step in pointing people
  to a closer mirror, point them at the full mirror rather than just the
  dist subdirectory.  FTP mirrors should still be dist-only.
  
  Revision  Changes    Path
  1.3       +1 -1      apache-site/dyn/closer.cgi
  
  Index: closer.cgi
  ===================================================================
  RCS file: /export/home/cvs/apache-site/dyn/closer.cgi,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** closer.cgi        1997/06/14 20:23:34     1.2
  --- closer.cgi        1997/06/14 20:39:47     1.3
  ***************
  *** 52,58 ****
            while(1)
        {
            $url = $LIST[$i];
  !         $url .= "dist/" if $method eq "http";
            print <<EOF;
    <A HREF="$url">$LIST[$i]</A><BR>
    EOF
  --- 52,58 ----
            while(1)
        {
            $url = $LIST[$i];
  ! #       $url .= "dist/" if $method eq "http";
            print <<EOF;
    <A HREF="$url">$LIST[$i]</A><BR>
    EOF
  
  
  

Reply via email to