doc/en_US.ISO8859-1/htdocs/internal
Peter Wemm 1c25ec5f76 Add initial clusteradm charter.
Approved by:	core
2013-04-19 21:50:39 +00:00
..
about.xml Update the "internal" part of the website to: 2013-03-06 18:10:45 +00:00
bylaws.xml - Update (belatedly) the date of the last and next core elections. 2012-11-27 20:02:51 +00:00
clusteradm.xml Add initial clusteradm charter. 2013-04-19 21:50:39 +00:00
core-vote.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
data.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
developer.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
doceng.xml Remove 'www/' tree references. 2013-01-22 01:44:48 +00:00
expire-bits.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
fortunes.xml - Adjust the fortune file policy to the removal of the fortunes-o file. 2013-03-15 22:48:07 +00:00
hats.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
homepage.pl Close <li> 2012-11-13 05:50:59 +00:00
homepage.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
i18n.xml Update the i18n policy to fix a stale link. 2012-12-11 23:26:49 +00:00
internal.xml Feed the screen pixies by sending 404 links to /dev/null 2013-02-11 13:46:21 +00:00
machines.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
Makefile Add initial clusteradm charter. 2013-04-19 21:50:39 +00:00
mirror.xml Update the "internal" part of the website to: 2013-03-06 18:10:45 +00:00
new-account.xml - Add guidelines on proposing committers 2013-03-18 18:29:18 +00:00
policies.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
proposing-committers.xml - Add guidelines on proposing committers 2013-03-18 18:29:18 +00:00
README.mirror Update the "internal" part of the website to: 2013-03-06 18:10:45 +00:00
releng.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
resources.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
ssh-keys.asc - Remove junk directories. 2012-05-17 02:51:08 +00:00
statistic.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +00:00
working-with-hats.xml - Rename the share/sgml directories to share/xml 2012-10-01 11:56:00 +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>