doc/data
1998-03-28 15:29:25 +00:00
..
cgi Add an option to read the E-Mail as plain ASCII text, without 1998-03-28 15:29:25 +00:00
commercial URL typos. 1998-03-25 21:38:49 +00:00
gifs
ja_JP.EUC Fix an incorrect link. 1998-03-28 07:23:18 +00:00
ports
releases Correct typos. 1998-03-26 10:10:49 +00:00
tutorials
about.sgml
applications.sgml
atoz.pl
auditors.sgml
availability.sgml Update phone number information for Walnut Creek CDROM 1998-03-24 03:24:01 +00:00
branch.sgml
cgallery.sgml New scheme for semi-automatic generation of gallery pages. 1998-03-12 21:42:02 +00:00
commercial.sgml
COPYING
COPYING.LIB
daemon.sgml
doc.ftr
doc.hdr
docproj.sgml
docs.sgml Rearrange some of the 3rd party pointers to be more findable. 1998-03-15 19:15:21 +00:00
features.sgml
gallery.db New scheme for semi-automatic generation of gallery pages. 1998-03-12 21:42:02 +00:00
gallery.sgml Remove posessive. 1998-03-11 03:04:54 +00:00
gengallery.pl Fixed the trailing double-dash problem for entries without 1998-03-13 18:51:46 +00:00
includes.sgml Bump Copyright to 1998. 1998-03-22 14:10:05 +00:00
index-site.sgml
index.html Add mirror Germany/3 (provider DFN). 1998-03-26 13:25:14 +00:00
internet.sgml Back out my last commit, I should have read it closer. Leave it 1998-02-28 21:20:23 +00:00
license.sgml
mailto.sgml
Makefile FreeBSD Message-ID Search. 1998-03-22 00:03:12 +00:00
Makefile.inc
mirror.sgml
newsflash.sgml Incorrect date for 2.2.6 release. 1998-03-25 21:02:44 +00:00
npgallery.sgml New scheme for semi-automatic generation of gallery pages. 1998-03-12 21:42:02 +00:00
pgallery.sgml New scheme for semi-automatic generation of gallery pages. 1998-03-12 21:42:02 +00:00
publish.sgml
README.mirror
register.sgml
resignation.sgml
robots.txt
search-mid.sgml Improve title. 1998-03-24 11:18:55 +00:00
search.sgml Strip Message-ID URL. 1998-03-24 11:20:41 +00:00
searchhints.sgml
security.sgml
send-pr.sgml
support.sgml Link to the official HURD pages, which exist, now. 1998-03-16 15:18:55 +00:00
web.atoz URL typos. 1998-03-25 21:38:49 +00:00
web.mk
where.sgml 2.2.5 -> 2.2.6 1998-03-25 17:56:17 +00:00
y2kbug.sgml Move some things around, add a bit. 1998-02-23 13:56:02 +00:00

You can (and are encouraged to) mirror the pages with CVSup.
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 CVSup file to get the WWW pages
(/usr/local/www/data/freebsd.cvsup in the next step):

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

1       5       *       *       *       root    /usr/local/bin/cvsup -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>