doc/data
1998-03-25 17:56:17 +00:00
..
cgi mid.cgi is now in /cgi 1998-03-19 13:32:38 +00:00
commercial Added a software entry for Covalent's Raven SSL Module. 1998-03-11 17:32:45 +00:00
gifs Install forgotten las5b.jpg 1998-01-12 16:10:51 +00:00
ja_JP.EUC Changes in the English version(1.41->1.46) are merged. 1998-03-17 02:35:37 +00:00
ports In the process of re-constructing the FreeBSD web site automatic-update, 1998-01-18 22:27:43 +00:00
releases Add 2.2.6 to index. 1998-03-25 12:30:47 +00:00
tutorials Change upgrade-from-source tutorial to point at the Nik Clayton 1998-02-21 16:14:40 +00:00
about.sgml Disable Web Usage statistics links. 1998-02-12 10:44:42 +00:00
applications.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
atoz.pl My homepage moved. 1998-02-12 10:38:35 +00:00
auditors.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
availability.sgml Update phone number information for Walnut Creek CDROM 1998-03-24 03:24:01 +00:00
branch.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
cgallery.sgml New scheme for semi-automatic generation of gallery pages. 1998-03-12 21:42:02 +00:00
commercial.sgml Remove a rogue tag. 1997-11-23 23:45:39 +00:00
COPYING
COPYING.LIB
daemon.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
doc.ftr s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
doc.hdr Make the navigation bar lynx friendly. 1997-11-28 14:52:43 +00:00
docproj.sgml Update man.cgi URL. 1997-09-28 09:24:40 +00:00
docs.sgml Rearrange some of the 3rd party pointers to be more findable. 1998-03-15 19:15:21 +00:00
features.sgml Fix some markup glitches. 1997-11-28 15:16:55 +00:00
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 Add $Id$. 1997-07-01 03:52:21 +00:00
index.html Add Malaysia mirror. 1998-03-03 14:38:42 +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 Add $Id$. 1997-07-01 03:52:21 +00:00
mailto.sgml s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
Makefile FreeBSD Message-ID Search. 1998-03-22 00:03:12 +00:00
Makefile.inc In the process of re-constructing the FreeBSD web site automatic-update, 1998-01-18 22:27:43 +00:00
mirror.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
newsflash.sgml Add newsflash item for 2.2.6 release. 1998-03-25 12:33:01 +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 s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
README.mirror Add "UserDir disabled" to not access local users through mirror 1997-01-10 01:11:18 +00:00
register.sgml Update appropriate references to 2.2.5 1997-10-23 03:12:19 +00:00
resignation.sgml Approved by: Jordan K. Hubbard (jkh@time.cdrom.com) 1997-02-12 03:37:33 +00:00
robots.txt Disallow /~wosch/test/. Too much useless hits. 1997-08-23 13:35:14 +00:00
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 Add $Id$. 1997-07-01 03:52:21 +00:00
security.sgml Add links to manpages. 1997-10-03 20:53:38 +00:00
send-pr.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
support.sgml Link to the official HURD pages, which exist, now. 1998-03-16 15:18:55 +00:00
web.atoz Add year 2000. 1998-02-10 09:09:52 +00:00
web.mk In the process of re-constructing the FreeBSD web site automatic-update, 1998-01-18 22:27:43 +00:00
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>