doc/en_US.ISO8859-1/htdocs/internal
Glen Barber 28b3e5f4c4 Remove the 'OS' column from the Administrative FreeBSD.org hosts list.
It is far too easy for this to become outdated, and these machines do
not have general access anyway.
2013-08-06 22:43:48 +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 Merge the projects/entities branch into head/ 2013-07-09 21:15:47 +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 Remove the 'OS' column from the Administrative FreeBSD.org hosts list. 2013-08-06 22:43:48 +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
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>