doc/en_US.ISO8859-1/htdocs/internal
John Baldwin 3f868d1955 Formally publish the FreeBSD Project's software license policy as
approved by core@ in February of 2008.

Requested by:	bz
Reviewed by:	gjb
2014-02-11 19:47:59 +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
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 - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +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 Add ref11-i386. 2014-01-09 21:45:52 +00:00
Makefile Formally publish the FreeBSD Project's software license policy as 2014-02-11 19:47:59 +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
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
statistic.xml - Use /usr/bin/svnlite as SVN if available. 2013-11-13 06:10:37 +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>