doc/ru/internal
Andrey Zakhvatov de6182af60 Synchronize with English 1.10:
www.FreeBSD.org/~folk -> people.FreeBSD.org/~folk
2000-03-10 10:46:34 +00:00
..
about.sgml Better wording, white-space changes. 2000-03-10 10:29:44 +00:00
developer.sgml Synchronize with English 1.9: 2000-03-10 10:34:40 +00:00
internal.sgml Initial import, synchronized with English 1.11 2000-02-28 14:46:13 +00:00
machines.sgml Initial import, synchronized with English 1.13 2000-02-26 09:47:35 +00:00
Makefile Add internal.sgml to build list 2000-03-02 15:00:30 +00:00
mirror.sgml Initial import, synchronized with English 1.12 2000-02-26 09:10:49 +00:00
photos.sgml Synchronize with English 1.10: 2000-03-10 10:46:34 +00:00
README.mirror Initial import, synchronized with English 1.5 2000-03-03 08:17:50 +00:00
statistic.sgml Initial import, synchronized with English 1.9 2000-02-26 10:11:05 +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>