doc/data
1998-05-04 10:10:28 +00:00
..
cgi Rename 'stable' to '2.2.x-stable' 1998-04-30 07:30:38 +00:00
commercial www.sysconfig.com is the right url. 1998-04-30 16:38:11 +00:00
docproj Clickable documentation. 1998-04-30 12:50:49 +00:00
gifs Install forgotten las5b.jpg 1998-01-12 16:10:51 +00:00
ja_JP.EUC Replaces 8 spaces with a tab. 1998-04-27 12:57:40 +00:00
ports Explicitly use perl to execute portindex, so we don't have to 1998-04-14 23:46:42 +00:00
releases Update errata information for ppp. 1998-04-06 05:51:41 +00:00
tutorials Update to refer to rc.conf instead of sysconfig (including updating 1998-04-21 00:47:14 +00:00
about.sgml Disable Web Usage statistics links. 1998-02-12 10:44:42 +00:00
applications.sgml
atoz.pl My homepage moved. 1998-02-12 10:38:35 +00:00
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 Remove a rogue tag. 1997-11-23 23:45:39 +00:00
COPYING
COPYING.LIB
daemon.sgml
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 Updated the information about the FreeBSD Documentation Project. Updated 1998-03-31 20:11:38 +00:00
docs.sgml Move 'FreeBSD in the Press' to the top of the documentation page. 1998-04-18 11:00:56 +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 Change a.latest to point to 2.2.6. 1998-04-22 03:03:19 +00:00
index-site.sgml
index.html Add Spain. Put Slovenia in the correct alphabetical order. 1998-05-01 14:05:10 +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 s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
Makefile Add the new variable ENGLISH_ONLY. If set and not empty, the 1998-04-16 12:51:43 +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
mozilla.sgml Note availability of anoncvs. 1998-05-01 14:30:30 +00:00
newsflash.sgml Add 2.2.6R CD shipping. 1998-04-17 10:02:42 +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
press.sgml Complete Dr. Dobb's Journal March title. 1998-04-21 13:32:48 +00:00
publish.sgml Add links to the new 'FreeBSD in the Press' page. 1998-04-16 12:17:13 +00:00
README.mirror
register.sgml
resignation.sgml
robots.txt
search-mid.sgml Improve title. 1998-03-24 11:18:55 +00:00
search.sgml Replace the input text box for max. search results with a select 1998-04-27 10:07:15 +00:00
searchhints.sgml
security.sgml
send-pr.sgml Add category 'sparc' and 'alpha' 1998-05-04 10:10:28 +00:00
support.sgml Add project `Secure MobileIP via IPSec' 1998-05-01 13:46:29 +00:00
web.atoz Add project `Secure MobileIP via IPSec' 1998-05-01 13:46:29 +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>