doc/data
Wolfram Schneider 8edc8090ee Check out ports/INDEX to stdout. This prevent `cvs update -d'
to checkout the full ports tree.
1998-07-16 17:03:54 +00:00
..
alpha Import the FreeBSD/Alpha Project into the main web server. 1998-07-14 18:54:33 +00:00
cgi Catch i386/* PR's too. 1998-07-01 10:30:47 +00:00
commercial Added: 1998-07-12 11:15:51 +00:00
docproj Added reference to Annelise Anderson's "FreeBSD for Linux users" FAQ 1998-07-16 08:32:49 +00:00
gifs Add forgotten lynx.gif 1998-06-24 16:58:28 +00:00
ja_JP.EUC Following changes in the English version are merged. 1998-07-07 03:22:08 +00:00
news HTML typo 1998-07-15 17:10:38 +00:00
ports Check out ports/INDEX to stdout. This prevent `cvs update -d' 1998-07-16 17:03:54 +00:00
projects New location for FreeBSD Development Projects. 1998-07-15 14:56:59 +00:00
releases Update location for, erm, updates. 1998-07-12 05:24:12 +00:00
security cvs typo. 1998-06-24 12:24:54 +00:00
tutorials Make the fonts tutorial upto-date with respect to TrueType support in FreeBSD. 1998-06-26 10:47:27 +00:00
about.sgml Update hardware section. 1998-07-15 18:03:29 +00:00
applications.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
atoz.pl
auditors.sgml Update security link. 1998-07-15 13:42:29 +00:00
availability.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
branch.sgml
cgallery.sgml
commercial.sgml
COPYING
COPYING.LIB
daemon.sgml Update plushies URL. 1998-06-10 13:36:52 +00:00
doc.ftr
doc.hdr
docproj.sgml Add link to Translation page. 1998-06-17 18:11:40 +00:00
docs.sgml Added FreeBSD Real-Quick (TM) Newsletter 1998-07-14 18:19:13 +00:00
features.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
gallery.db Gallery entries through 16 July 98. 1998-07-16 14:50:36 +00:00
gallery.sgml Updated to reflect new gallery entries through 16 July 98--1013 total! 1998-07-16 14:56:28 +00:00
gengallery.pl
includes.sgml
index-site.sgml Create the site map with a perl script. 1998-06-05 10:07:18 +00:00
index.html Comment out out of date italien mirror. 1998-07-15 13:33:20 +00:00
internet.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
license.sgml
machines.sgml Update entry for hub, now that it's a new machine. 1998-07-12 13:57:26 +00:00
mailto.sgml
Makefile Add projects to SUBDIR 1998-07-16 07:59:54 +00:00
Makefile.inc
mirror.sgml
mozilla.sgml
newbies.sgml Latest updates from Sue Blake. 1998-05-30 18:50:53 +00:00
newsflash.sgml Changed the construct 1998-07-16 08:44:55 +00:00
npgallery.sgml
pgallery.sgml
press.sgml Add Jordans freshmeat editorial. 1998-07-15 13:58:16 +00:00
publish.sgml
README.mirror
register.sgml
resignation.sgml
robots.txt Disallow web statistic. 1998-07-15 13:04:19 +00:00
search-mid.sgml
search.sgml Fixed capitalization of the newbies mailing list. 1998-06-19 14:57:04 +00:00
searchhints.sgml
send-pr.sgml Synchronize with src/gnu/usr.bin/send-pr/send-pr.sh rev 1.9: 1998-06-19 16:55:36 +00:00
site.map Add Gallery 1998-06-24 12:46:07 +00:00
site.pl Delete leading and ending space in description field. 1998-06-24 12:50:16 +00:00
support.sgml The FreeBSD Development Projects moved from support.sgml 1998-07-15 15:06:26 +00:00
web.atoz The FreeBSD Development Projects moved from support.sgml 1998-07-15 15:06:26 +00:00
web.mk
where.sgml
y2kbug.sgml Replace the Y2K statement from David Greenman 1998-06-27 00:34:15 +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>