doc/ru/internal
Denis Peplin 90e500c237 Merge the following from the English version:
1.36 -> 1.48 internal/about.sgml
   1.23 -> 1.25 internal/internal.sgml
   1.14 -> 1.19 internal/photos.sgml
   1.11 -> 1.17 internal/statistic.sgml

Approveg by: phantom (mentor)
2003-10-20 12:01:44 +00:00
..
about.sgml Merge the following from the English version: 2003-10-20 12:01:44 +00:00
developer.sgml Synchronize with English 1.27 2003-09-20 17:28:25 +00:00
homepage.sgml Set of updates to russian webpages 2002-12-06 18:39:28 +00:00
internal.sgml Merge the following from the English version: 2003-10-20 12:01:44 +00:00
machines.sgml Set of updates to russian webpages 2002-12-06 18:39:28 +00:00
Makefile Synchronize with FreeBSD Russian Documentation Project CVS Repository 2002-02-17 13:57:32 +00:00
mirror.sgml Set of updates to russian webpages 2002-12-06 18:39:28 +00:00
photos.sgml Merge the following from the English version: 2003-10-20 12:01:44 +00:00
README.mirror Initial import, synchronized with English 1.5 2000-03-03 08:17:50 +00:00
statistic.sgml Merge the following from the English version: 2003-10-20 12:01:44 +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>