public inbox for [email protected]  
help / color / mirror / Atom feed
Fwd: Mirroring PostgreSQL.org in Israel
5+ messages / 4 participants
[nested] [flat]

* Fwd: Mirroring PostgreSQL.org in Israel
@ 2003-10-10 19:12 Chris Ryan <[email protected]>
  2003-10-11 16:01 ` Re: Fwd: Mirroring PostgreSQL.org in Israel Robert Treat <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Chris Ryan @ 2003-10-10 19:12 UTC (permalink / raw)
  To: pgsql-www

Could someone answer this individuals question?

--- Aric Fedida <[email protected]> wrote:
> From: "Aric Fedida" <[email protected]>
> To: <[email protected]>
> Subject: Mirroring PostgreSQL.org in Israel
> Date: Thu, 9 Oct 2003 00:08:42 +0200
> 
> BlankHello there! :-)
> 
> I would like to host a mirror of postgresql.org in Israel. We're an
> OpenSource friendly hosting company with many linux boxes. We are
> also using
> postgresql ourselves for little community projects.
> 
> Please, Let me know how I can achieve this.
> 
> Thanks!
> 
>     Aric
> 


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Fwd: Mirroring PostgreSQL.org in Israel
  2003-10-10 19:12 Fwd: Mirroring PostgreSQL.org in Israel Chris Ryan <[email protected]>
@ 2003-10-11 16:01 ` Robert Treat <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Robert Treat @ 2003-10-11 16:01 UTC (permalink / raw)
  To: [email protected]; [email protected];  <[email protected]>@svr1.postgresql.org; +Cc: pgsql-www

Aric,

we need the following information to set you up with our mirroring system. 

IP address of mirror server
Port number if non-standard
Hostnames/ip addresses of 1 or 2 machines that you will use to rsync the
site. For most sites this will be the same as the server.
 
In addition, ftp mirrors may have a path to the mirrored content.
 
In order for website mirrors to work, you must be able to setup a
virtual host on your server.
 
Please let us know what type of mirror (or both) you wish to host, and
what the appropriate details are.

Also, please send all replies to either [email protected] or 
[email protected].  thanks in advance,

Robert Treat

On Friday 10 October 2003 15:12, Chris Ryan wrote:
> Could someone answer this individuals question?
>
> --- Aric Fedida <[email protected]> wrote:
> > From: "Aric Fedida" <[email protected]>
> > To: <[email protected]>
> > Subject: Mirroring PostgreSQL.org in Israel
> > Date: Thu, 9 Oct 2003 00:08:42 +0200
> >
> > BlankHello there! :-)
> >
> > I would like to host a mirror of postgresql.org in Israel. We're an
> > OpenSource friendly hosting company with many linux boxes. We are
> > also using
> > postgresql ourselves for little community projects.
> >
> > Please, Let me know how I can achieve this.
> >
> > Thanks!
> >
> >     Aric
-- 
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Fw: Re: Fwd: Mirroring PostgreSQL.org in Israel]
@ 2003-10-30 03:10 Aric Fedida <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Aric Fedida @ 2003-10-30 03:10 UTC (permalink / raw)
  To: pgsql-www; [email protected]


Hi guys!


> > IP address of mirror server

192.115.107.100

> > Port number if non-standard

80

> > Hostnames/ip addresses of 1 or 2 machines that you will use to rsync the
> > site. For most sites this will be the same as the server.

192.115.107.99 and 192.115.107.100
I actually have the entire 192.115.107.* subnet.
Maybe just allow 192.115.107.0/24 ?

> > In addition, ftp mirrors may have a path to the mirrored content.

I don't have anonymous FTP, however I can create a simple default user/pass
that can be public.
(like ftp://pg:[email protected]/)

> > In order for website mirrors to work, you must be able to setup a
> > virtual host on your server.

That's not an issue. Simply give me the virtual hostname to setup.

> > Please let us know what type of mirror (or both) you wish to host, and
> > what the appropriate details are.

I'll host any mirror required. So far I understand the options are http and
ftp.
So I can mirror both. However notice my remark about anon ftp...





^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: [webmaster] Fw: Re: Fwd: Mirroring PostgreSQL.org in Israel]
@ 2003-10-31 21:38 Dave Page <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Dave Page @ 2003-10-31 21:38 UTC (permalink / raw)
  To: Aric Fedida <[email protected]>; pgsql-www; [email protected]

Hi Aric, 

I have added www2.il.postgresql.org to our mirror system. The DNS record
and rsync access will be automatically setup within the next few hours.
The system does not currently allow rsync access to subnets so I have
just added the 2 ip addresses specified below.

To get started, please create a virtual host on your server with the
hostname www2.il.postgresql.org. Note that apache can get upset if you
try this before the DNS record is in place. Once that is running, please
use rsync to populate your server with a copy of the content. This
should be run on a daily basis to keep up to date. We normally recommend
a command line something like:

rsync -avz --delete rsync.postgresql.org::pgsql-www
/path/to/vhost/docroot

Alternatively, you might try:

rsync -vzrltD --delete rsync.postgresql.org::pgsql-www
/path/to/vhost/docroot

Which was recommended to me today (I'd appreciate some feedback if you
try that). Once you have rsync'd, the system will automatically add your
mirror to our listings.

Re: the ftp mirror, unfortunately we cannot handle uid/pwd in the URLs
at present, but thanks for the offer anywy :-)

If you have any problems, please let me know.

Regards, Dave.

> -----Original Message-----
> From: Aric Fedida [mailto:[email protected]] 
> Sent: 30 October 2003 03:11
> To: [email protected]; [email protected]
> Subject: [webmaster] Fw: Re: [pgsql-www] Fwd: Mirroring 
> PostgreSQL.org in Israel]
> 
> 
> Hi guys!
> 
> 
> > > IP address of mirror server
> 
> 192.115.107.100
> 
> > > Port number if non-standard
> 
> 80
> 
> > > Hostnames/ip addresses of 1 or 2 machines that you will 
> use to rsync 
> > > the site. For most sites this will be the same as the server.
> 
> 192.115.107.99 and 192.115.107.100
> I actually have the entire 192.115.107.* subnet.
> Maybe just allow 192.115.107.0/24 ?
> 
> > > In addition, ftp mirrors may have a path to the mirrored content.
> 
> I don't have anonymous FTP, however I can create a simple 
> default user/pass that can be public.
> (like ftp://pg:[email protected]/)
> 
> > > In order for website mirrors to work, you must be able to setup a 
> > > virtual host on your server.
> 
> That's not an issue. Simply give me the virtual hostname to setup.
> 
> > > Please let us know what type of mirror (or both) you wish 
> to host, 
> > > and what the appropriate details are.
> 
> I'll host any mirror required. So far I understand the 
> options are http and ftp.
> So I can mirror both. However notice my remark about anon ftp...
> 
> 
> ---------------------------(end of 
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to 
> [email protected]
> 



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: [webmaster] Fw: Re: Fwd: Mirroring PostgreSQL.org	in Israel]
@ 2003-11-06 00:14 Aric Fedida <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Aric Fedida @ 2003-11-06 00:14 UTC (permalink / raw)
  To: 'Robert Treat' <[email protected]>; 'Dave Page' <[email protected]>; +Cc: pgsql-www


I am actually using the mirror all the time. It's definitely active.
Probably just hasn't been added yet.

	Aric
 

-----Original Message-----
From: Robert Treat [mailto:[email protected]] 
Sent: Wednesday, November 05, 2003 5:23 AM
To: Dave Page
Cc: Aric Fedida; [email protected]
Subject: Re: [webmaster] Fw: Re: [pgsql-www] Fwd: Mirroring PostgreSQL.org
in Israel]

Hey Dave,

I'm not seeing this listed in either the ftp or web mirror pages. Is it that
the mirror isn't active yet or that we don't have an Israeli flag to make it
display? 

Robert Treat





^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2003-11-06 00:14 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2003-10-10 19:12 Fwd: Mirroring PostgreSQL.org in Israel Chris Ryan <[email protected]>
2003-10-11 16:01 ` Robert Treat <[email protected]>
2003-10-30 03:10 Fw: Re: Fwd: Mirroring PostgreSQL.org in Israel] Aric Fedida <[email protected]>
2003-10-31 21:38 Re: [webmaster] Fw: Re: Fwd: Mirroring PostgreSQL.org in Israel] Dave Page <[email protected]>
2003-11-06 00:14 Re: [webmaster] Fw: Re: Fwd: Mirroring PostgreSQL.org	in Israel] Aric Fedida <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox