doc/en_US.ISO8859-1/htdocs/internal
2014-05-17 16:47:43 +00:00
..
about.xml Update the website build times to reflect reality. 2014-03-06 15:29:05 +00:00
bylaws.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
clusteradm.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
data.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 Syncronize with the Project-wide policy regarding idle commit bits. 2014-03-19 19:45:47 +00:00
expire-bits.xml - Extend the commit bit expiration policy with a paragraph on suspending 2013-11-26 17:37:42 +00:00
fortunes.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
hats.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
homepage.pl Close <li> 2012-11-13 05:50:59 +00:00
homepage.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
i18n.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 Remove nova. 2014-04-30 17:14:29 +00:00
Makefile Disconnect statistic.xml from the build. The page is horribly 2014-05-05 11:29:14 +00:00
mirror.xml Remove another reference to CVSup, replace with a pointer to rsync. 2014-05-17 16:47:43 +00:00
new-account.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
policies.xml Formally publish the FreeBSD Project's software license policy as 2014-02-11 19:47:59 +00:00
proposing-committers.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
README.mirror Update the "internal" part of the website to: 2013-03-06 18:10:45 +00:00
releng.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
resources.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00
software-license.xml Formally publish the FreeBSD Project's software license policy as 2014-02-11 19:47:59 +00:00
ssh-keys.asc Regnerate. 2013-10-04 13:55:03 +00:00
working-with-hats.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +00:00

You can mirror the web pages with csup.
If you are running apache as installed from the ports collection the 
following should make a copy of www.freebsd.org available from 
http://wwwN.XX.freebsd.org/.  Of course, there are possible
variations on the method...

1) The csup file to get the WWW pages
(/usr/local/www/data/freebsd.cvsup in the next step):

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

2) Add to /etc/crontab

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

2) Add to /usr/local/etc/apache/access.conf:

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

3) Add to /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>