Re: Problems mirroring apache

2003-11-04 Thread Henk P. Penning
On Mon, 3 Nov 2003, ::ikmal at i-ownur dot info:: wrote:

 Date: Mon, 3 Nov 2003 20:27:45 -0800 (PST)
 From: ::ikmal at i-ownur dot info:: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: Problems mirroring apache

 Hi Eric/Joshua,

 I have enter http://www.apache.org/mirrors/ and if you
 don't mind I want to request for change URL.

 a
 href=http://myapache.i-ownur.info;myapache.i-ownur.info/a
  a href=http://myapache.i-ownur.info;@/a
 Change to:
 a
 href=http://myapache.i-ownur.info;mirrors.i-ownur.info/a
 a href=http://mirrors.i-ownur.info;@/a

  Actually the source is:

a HREF=http://myapache.i-ownur.info/;myapache.i-ownur.info/a
nbsp;nbsp;
a HREF=http://myapache.i-ownur.info/;@/a

  The first HREF comes from the mirror list;
  The second HREF is derived from the first,
  by stripping everything after the first '/';
  in this case, there is nothing to strip,
  so the HREFs are identical.

  I don't think that is going to change.

 Ikmal.

  regards.

  HPP

Henk P. Penning, Dept of Computer Science, Utrecht University \__/  \
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands. \__/
Telephone: +31-30-2534106, fax: +31-30-2513791 /  \__/  \__/  \__/  \
http://www.cs.uu.nl/staff/henkp.html   \__/  \__/  \__/  \__/



Re: {SPAM 02.2} Re: Problems mirroring apache

2003-11-04 Thread Joshua Slive

On Tue, 4 Nov 2003, Henk P. Penning wrote:
   Actually the source is:

 a HREF=http://myapache.i-ownur.info/;myapache.i-ownur.info/a
 nbsp;nbsp;
 a HREF=http://myapache.i-ownur.info/;@/a

   The first HREF comes from the mirror list;
   The second HREF is derived from the first,
   by stripping everything after the first '/';
   in this case, there is nothing to strip,
   so the HREFs are identical.

   I don't think that is going to change.

Right.  But if you haven't already done so, you can submit a logo and URL
that will be displayed on many of the mirror pages when your mirror is
selected.  See:
http://www.apache.org/info/how-to-mirror.html

Joshua.


Problems mirroring apache

2003-10-20 Thread Dan Goodes
Hi folks,

Is anyone else experiencing difficulty mirroring Apache at the moment. 
This morning at approx 10:00 Australian EST (or Midnight GMT), we got a 
Max connections (35) reached error trying to mirror the apache-site 
module (from the rsync server at www.apache.org::). Could this be 
investigated?

-- 
Regards,

Dan Goodes  :  Systems Programmer  :  [EMAIL PROTECTED]

Help support PlanetMirror - Australia's largest Internet archive
by signing up for PlanetMirror Premium : http://planetmirror.com



Re: Problems mirroring apache

2003-10-20 Thread Erik Abele
On 20/10/2003, at 02:28, Dan Goodes wrote:
Hi folks,
Is anyone else experiencing difficulty mirroring Apache at the moment.
This morning at approx 10:00 Australian EST (or Midnight GMT), we got a
Max connections (35) reached error trying to mirror the apache-site
module (from the rsync server at www.apache.org::). Could this be
investigated?
Hmm, maybe there were indeed too much concurrent connections
running at that time or it was caused by a reboot of apache.org on
Sun Oct 19 17:15:31 PDT 2003.
FWIW, but you might be better off with a syncing time of something
like 5:25 or 12:40 instead of 10:00.
Please let us know if you continue to get that error and we'll see
what we can do about this, perhaps we'll have to raise the connection
limit another time.
Cheers,
Erik
Btw, there is no point in mirroring the apache-site module. It is
completely sufficient to just mirror apache-dist to get the software
distributions.


Re: Problems mirroring apache

2003-10-20 Thread Joshua Slive

On Mon, 20 Oct 2003, Dan Goodes wrote:

 Hi folks,

 Is anyone else experiencing difficulty mirroring Apache at the moment.
 This morning at approx 10:00 Australian EST (or Midnight GMT), we got a
 Max connections (35) reached error trying to mirror the apache-site
 module (from the rsync server at www.apache.org::). Could this be
 investigated?

There is no problem right at the moment, but Henk's rsync pages
http://www.apache.org/~henkp/rstats/
do show that we've been exceeding the connection limit on occasion.

This is usually caused by an out-of-control client using up all the
slots.  We could up the limit, but it probably wouldn't help.

Please do continue to inform us if you get rejected consistently and, as
Erik suggests, try a slightly less round time for your rsync.

(Judging from this page:
http://www.apache.org/mirrors/
it does seem like many of our mirrors missed an update in the last few
days.)

Joshua.