On 19 Aug 2006 05:51:29 -0700, Jay Honeck wrote:
(mirroring content on webservers)
So, if I'm reading this right, the mirror is basically another server.
From what you say, I gather that it would require uploading to both
servers each time I updated the page?
you can do it that way, yes.
you can also distribute the content around the globe and let a script
either decide which server to use or round robin through your servers for
access to downloads.
or you pay akamai for the service :-)
Is there any way around that? The name "mirror" implies (to me,
anyway) that there must be a way to make a server into a "repeater" of
another server?
yes. there is a way, but only works if the mirror uses software like rsync:
http://everythinglinux.org/rsync/
but then still you have the user to make the decision.
example:
main server:
www.foo.bar
mirror in europe:
www.eu.foo.bar
mirror in uk:
www.uk.foo.bar
another mirror:
www.example.com/foo (where the foo directory is the root
directory for the mirrored content)
on the main page you give your visitors a choice of servers, or you use
urlrewriting in a .htaccess file and decide. :-)
example:
http://www.gnu.org/server/list-mirrors.html
there might be a way to automatically distribute the same content to more
than 1 server from your client.
hth, #m
--
Did you ever realize how much text fits in eighty columns? If you now consider
that a signature usually consists of up to four lines, this gives you enough
space to spread a tremendous amount of information with your messages. So seize
this opportunity and don't waste your signature with bull**** nobody will read.