doc/ru_RU.KOI8-R/htdocs/internal
Hiroki Sato 52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
  XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
  stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
2013-11-13 06:10:37 +00:00
..
about.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
bylaws.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
core-vote.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
developer.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
doceng.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
expire-bits.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
fortunes.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
homepage.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
internal.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
machines.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
Makefile - Rename .sgml files to .xml 2012-10-01 09:53:01 +00:00
mirror.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
new-account.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
photos.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
policies.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
README.mirror - Remove junk directories. 2012-05-17 02:51:08 +00:00
releng.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
rtp.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
statistic.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +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>