From: Sergei <serpiph@pochtamt.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Зеркало www
Date: Tue Aug 21 22:35:11 2001
Message-ID: <01082122493502.29289@pif.b5.mephi.ru> (raw)
In-Reply-To: <1876300492.20010821111947@vanady.ru>
Вторник 21 Август 2001 11:19, Вы написали:
> Здравствуйте, All
>
>
> Подскажите, как лучше всего реализовать зеркало сайта www.test.ru
> так, что бы в случаи если канал, где сейчас находится сервер
> завалится или случится еще что-либо, автоматически открывалось
> зеркало с другого сервера?
Первое, что пришло на ум: написать скрипт для программ типа wget, где при
выходе программы с кодом ошибки запустить ее же, но в качестве параметра
указать другой же сайт. Приблизительно так:
#!/bin/sh
wget <ваши параметры и URL>
if [ $? -ne 0 ];
then
wget <другие параметры и URL>
fi
--
С уважением, Епифанов Сергей.
prev parent reply other threads:[~2001-08-21 22:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-21 9:06 [mdk-re] pdf/2 Vladimir Karpinsky
2001-08-21 9:57 ` madKOT
2001-08-21 10:03 ` Re[2]: " Vladimir Karpinsky
2001-08-21 11:19 ` [mdk-re] Зеркало www Serg
2001-08-21 22:35 ` Sergei [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01082122493502.29289@pif.b5.mephi.ru \
--to=serpiph@pochtamt.ru \
--cc=mandrake-russian@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git