doc/ru/internal
2004-04-09 08:05:31 +00:00
..
about.sgml Merge the following from the English version: 2003-10-20 12:01:44 +00:00
bylaws.sgml Merge the following from the English version: 2003-11-06 12:42:06 +00:00
core-vote.sgml Grammar. 2004-02-01 18:37:50 +00:00
developer.sgml Merge the following from the English version: 2004-01-27 13:55:28 +00:00
doceng.sgml Initial import, synchronized with English 1.2 2003-12-31 10:27:55 +00:00
expire-bits.sgml New translations. Add it to the build and point links to them. 2003-10-29 12:36:23 +00:00
homepage.sgml
internal.sgml Stop using &en-base; entity (convert to &base;), and fix/update some links 2004-04-09 08:05:31 +00:00
machines.sgml Merge the following from the English version: 2004-01-27 13:55:28 +00:00
Makefile MFen 1.38 2003-12-31 10:49:54 +00:00
mirror.sgml s/en_US.ISO8859-1/ru_RU.KOI8-R/ for handbook links 2004-04-08 07:46:46 +00:00
new-account.sgml Merge the following from the English version: 2004-01-27 13:55:28 +00:00
photos.sgml Merge the following from the English version: 2004-01-27 13:55:28 +00:00
README.mirror
releng.sgml Initial import, synchronized with English 1.7 2003-12-31 10:17:55 +00:00
rtp.sgml Initial import, synchronized with English 1.3 2003-12-31 10:31:02 +00:00
statistic.sgml Merge the following from the English version: 2003-10-20 12:01:44 +00:00
trb-dispute.sgml Grammar. 2004-02-01 18:37:50 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Вы можете (и мы приглашаем сделать это) зеркалировать страницы веб
с помощью CVSup.  Если вы работаете с apache, установленным из
коллекции портов, следующие шаги описывают процесс создания копии
www.freebsd.org на сервере http://wwwN.XX.freebsd.org/.  Конечно, есть
и другие варианты..

1) Для получения WWW-страниц создайте файл для CVSup, имеющий такой вид
(/usr/local/www/data/freebsd.cvsup в следующем шаге):

www release=current host=cvsup.freebsd.org hostbase=/home base=/usr prefix=/usr/local/www/data/www.freebsd.org delete old use-rel-suffix

2) Добавьте в /etc/crontab строчку

1       5       *       *       *       root    /usr/local/bin/cvsup -z -g /usr/local/www/data/freebsd.cvsup

2) Добавьте в /usr/local/etc/apache/access.conf:

<Directory /usr/local/www/data/www.freebsd.org/data>
Options FollowSymLinks Includes
XBitHack Full
</Directory>

3) Добавьте в /usr/local/etc/apache/httpd.conf:

<VirtualHost wwwN.XX.freebsd.org>
UserDir disabled
ServerAdmin webmaster@wwwN.XX.freebsd.org
DocumentRoot /usr/local/www/data/www.freebsd.org/data
ServerName wwwN.XX.freebsd.org
ScriptAlias /cgi/ /usr/local/www/data/www.freebsd.org/data/cgi/
ErrorLog /var/log/wwwN.XX-error.log
TransferLog /var/log/wwwN.XX-access.log
</VirtualHost>