public inbox for [email protected]  
help / color / mirror / Atom feed
New website mirroring
5+ messages / 3 participants
[nested] [flat]

* New website mirroring
@ 2004-12-05 21:45 Dave Page <[email protected]>
  2004-12-05 22:49 ` Re: New website mirroring Alexey Borzov <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Dave Page @ 2004-12-05 21:45 UTC (permalink / raw)
  To: pgsql-www; +Cc: Alexey Borzov <[email protected]>

Hi all.

The new website is now setup on wwwmaster.postgresql.org, which is
generating static html hourly. To test mirroring it is now rsynced from
there to wwwdevel.postgresql.org where it is served as static HTML.

The first problem I've noticed is files such as news.204.html, the links
for which are failing because they point to news.204. Any thoughts on
the best fix for that Alexey?

Regards, Dave.



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

* Re: New website mirroring
  2004-12-05 21:45 New website mirroring Dave Page <[email protected]>
@ 2004-12-05 22:49 ` Alexey Borzov <[email protected]>
  2004-12-06 02:16   ` Re: New website mirroring Marc G. Fournier <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Alexey Borzov @ 2004-12-05 22:49 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: pgsql-www

Hi,

Dave Page wrote:
> The new website is now setup on wwwmaster.postgresql.org, which is
> generating static html hourly. To test mirroring it is now rsynced from
> there to wwwdevel.postgresql.org where it is served as static HTML.
> 
> The first problem I've noticed is files such as news.204.html, the links
> for which are failing because they point to news.204. Any thoughts on
> the best fix for that Alexey?

You should use Apache directive
Options MultiViews
for the static mirror. We should prepare a .htaccess file with that and copy it 
to static mirror, probably.



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

* Re: New website mirroring
  2004-12-05 21:45 New website mirroring Dave Page <[email protected]>
  2004-12-05 22:49 ` Re: New website mirroring Alexey Borzov <[email protected]>
@ 2004-12-06 02:16   ` Marc G. Fournier <[email protected]>
  2004-12-06 07:55     ` Re: New website mirroring Alexey Borzov <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Marc G. Fournier @ 2004-12-06 02:16 UTC (permalink / raw)
  To: Alexey Borzov <[email protected]>; +Cc: Dave Page <[email protected]>; pgsql-www

On Mon, 6 Dec 2004, Alexey Borzov wrote:

> Hi,
>
> Dave Page wrote:
>> The new website is now setup on wwwmaster.postgresql.org, which is
>> generating static html hourly. To test mirroring it is now rsynced from
>> there to wwwdevel.postgresql.org where it is served as static HTML.
>> 
>> The first problem I've noticed is files such as news.204.html, the links
>> for which are failing because they point to news.204. Any thoughts on
>> the best fix for that Alexey?
>
> You should use Apache directive
> Options MultiViews
> for the static mirror. We should prepare a .htaccess file with that and copy 
> it to static mirror, probably.

Doesn't that assume that the mirrors allow .htaccess files?

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: [email protected]           Yahoo!: yscrappy              ICQ: 7615664



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

* Re: New website mirroring
  2004-12-05 21:45 New website mirroring Dave Page <[email protected]>
  2004-12-05 22:49 ` Re: New website mirroring Alexey Borzov <[email protected]>
  2004-12-06 02:16   ` Re: New website mirroring Marc G. Fournier <[email protected]>
@ 2004-12-06 07:55     ` Alexey Borzov <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Alexey Borzov @ 2004-12-06 07:55 UTC (permalink / raw)
  To: Marc G. Fournier <[email protected]>; +Cc: Dave Page <[email protected]>; pgsql-www

Hi,

Marc G. Fournier wrote:
>> You should use Apache directive
>> Options MultiViews
>> for the static mirror. We should prepare a .htaccess file with that 
>> and copy it to static mirror, probably.
> 
> Doesn't that assume that the mirrors allow .htaccess files?

Either that or the mirrors should be told to setup their virtual hosts with this 
directive on. That's needed for our l10n stuff to work.





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

* Re: New website mirroring
@ 2004-12-06 08:41 Dave Page <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Dave Page @ 2004-12-06 08:41 UTC (permalink / raw)
  To: Alexey Borzov <[email protected]>; +Cc: pgsql-www

 

> -----Original Message-----
> From: Alexey Borzov [mailto:[email protected]] 
> Sent: 05 December 2004 22:49
> To: Dave Page
> Cc: [email protected]
> Subject: Re: [pgsql-www] New website mirroring
> 
> Hi,
> 
> Dave Page wrote:
> > The new website is now setup on wwwmaster.postgresql.org, which is 
> > generating static html hourly. To test mirroring it is now rsynced 
> > from there to wwwdevel.postgresql.org where it is served as 
> static HTML.
> > 
> > The first problem I've noticed is files such as news.204.html, the 
> > links for which are failing because they point to news.204. Any 
> > thoughts on the best fix for that Alexey?
> 
> You should use Apache directive
> Options MultiViews
> for the static mirror. We should prepare a .htaccess file 
> with that and copy it to static mirror, probably.

Ahh, thanks. Done.

Regards, Dave.




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


end of thread, other threads:[~2004-12-06 08:41 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-12-05 21:45 New website mirroring Dave Page <[email protected]>
2004-12-05 22:49 ` Alexey Borzov <[email protected]>
2004-12-06 02:16   ` Marc G. Fournier <[email protected]>
2004-12-06 07:55     ` Alexey Borzov <[email protected]>
2004-12-06 08:41 Re: New website mirroring Dave Page <[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