doc/ru/internal
2005-08-18 11:41:56 +00:00
..
about.sgml
bylaws.sgml
core-vote.sgml
developer.sgml MFen: 2005-08-07 15:14:10 +00:00
doceng.sgml MFen: 2005-07-23 11:50:49 +00:00
expire-bits.sgml
homepage.sgml
internal.sgml MFen: 2005-07-23 11:50:49 +00:00
machines.sgml MFen: 2005-08-07 15:14:10 +00:00
Makefile MFen: TRB has been dissolved. 2005-08-18 11:41:56 +00:00
mirror.sgml
new-account.sgml
photos.sgml
policies.sgml MFen: 2005-07-23 11:50:49 +00:00
README.mirror
releng.sgml
rtp.sgml
statistic.sgml

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>