doc/data
1997-01-04 19:54:51 +00:00
..
cgi To unify all the cgi scripts under one directory in the repository. 1997-01-04 19:54:51 +00:00
gifs Begin bringing in some stylistic changes from http://www.freebsd.org/~mpcd. 1996-09-24 20:51:06 +00:00
ja_JP.EUC Oops, forgot the headers and footers. 1996-11-19 16:25:15 +00:00
ports Use the mechanism in web.mk to get ports/INDEX from the repository. 1996-10-24 23:48:43 +00:00
releases Added NAME anchors to each section within the file. 1997-01-02 04:12:25 +00:00
tutorials Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
about.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
applications.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
availability.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
branch.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
commercial.sgml Added NAME anchors to each section within the files. Updated index-site 1997-01-02 04:10:31 +00:00
COPYING Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
COPYING.LIB Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
daemon.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
doc.ftr Wire up the new sgmlfmt options. 1996-10-06 00:08:28 +00:00
doc.hdr Cosmetic fixes to page headers -- center the top bar. It looked 1996-10-06 03:49:09 +00:00
docproj.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
docs.sgml Added NAME anchors to each section within the files. Updated index-site 1997-01-02 04:10:31 +00:00
features.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
gallery.sgml Added NAME anchors to each section within the files. Updated index-site 1997-01-02 04:10:31 +00:00
includes.sgml Added 1997 to copyright tag. 1997-01-01 09:04:27 +00:00
index-site.sgml Added NAME anchors to each section within the files. Updated index-site 1997-01-02 04:10:31 +00:00
index.sgml Much to my surprise, there are some mirror resources still left in Canada. 1997-01-02 01:18:36 +00:00
internet.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
license.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
mailto.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
Makefile Instructions for mirroring with rsync. 1996-12-13 00:46:58 +00:00
Makefile.inc Wire up the new sgmlfmt options. 1996-10-06 00:08:28 +00:00
mirror.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
newsflash.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
README.mirror cvsup client moved sbin->bin 1996-12-16 03:43:58 +00:00
robots.txt Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
search.sgml Sync title with home page 1996-11-15 15:14:28 +00:00
searchhints.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
send-pr.sgml Spelling police. 1996-12-28 23:36:54 +00:00
support.sgml Fixed URL to Newsflash page. 1997-01-02 18:32:14 +00:00
web.mk Only check things out of the cvs repository during a build unless they don't 1996-10-24 23:33:43 +00:00
welcome.sgml Pedantic police: Added missing period. 1997-01-03 01:52:00 +00:00
where.sgml Added NAME anchors to each section within the files. Updated index-site 1997-01-02 04:10:31 +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>
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>