doc/data
nsj 094dc904b3 Approved by: Jordan K. Hubbard (jkh@time.cdrom.com)
Added a bit to newsflash about Jordan's resignation (and the associated letter).
I also added a blurb about the latest 3.0 snapshot (09 February 1997).
1997-02-12 03:37:33 +00:00
..
cgi Add tags and branches to the list of things that get anchors, e.g. 1997-02-03 20:47:12 +00:00
commercial Added required quotes around Open Systems' URL. 1997-02-06 03:46:18 +00:00
gifs
ja_JP.EUC Oops, forgot to remove the -white option here. 1997-01-20 12:48:55 +00:00
ports Oops, I changed the port list format but didn't change the description 1997-02-07 14:24:25 +00:00
releases Reflect recent 2.1.6 security concerns on the web pages. 1997-02-06 09:03:53 +00:00
tutorials Clean up some punctuation hair I noticed. 1997-01-21 05:49:54 +00:00
about.sgml
applications.sgml Changed URLs so gallery.cgi runs on www.freebsd.org, instead of a 1997-01-06 08:32:31 +00:00
availability.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
branch.sgml *Ahem* :-} 1997-01-29 00:12:56 +00:00
cgallery.sgml Update gallery entries. 1997-02-04 06:48:19 +00:00
commercial.sgml Partition commercial.sgml into multiple sections. 1997-01-23 09:24:11 +00:00
COPYING
COPYING.LIB
daemon.sgml
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 Change preferred submission format from Linuxdoc to Docbook. 1997-01-18 02:58:24 +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 Update gallery entries. 1997-02-04 06:48:19 +00:00
includes.sgml Added 1997 to copyright tag. 1997-01-01 09:04:27 +00:00
index-site.sgml change title www.freebsd.org -> http://www.FreeBSD.org 1997-02-02 13:18:30 +00:00
index.sgml Long ago, someone (me?) mislabed the ports collection as 1997-02-07 08:05:13 +00:00
internet.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
license.sgml
mailto.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
Makefile Partition commercial.sgml into multiple sections. 1997-01-23 09:24:11 +00:00
Makefile.inc Remove -white option. 1997-01-18 01:29:46 +00:00
mirror.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
newsflash.sgml Approved by: Jordan K. Hubbard (jkh@time.cdrom.com) 1997-02-12 03:37:33 +00:00
npgallery.sgml Update gallery entries. 1997-02-04 06:48:19 +00:00
pgallery.sgml Update gallery entries. 1997-02-04 06:48:19 +00:00
README.mirror Add "UserDir disabled" to not access local users through mirror 1997-01-10 01:11:18 +00:00
resignation.sgml Approved by: Jordan K. Hubbard (jkh@time.cdrom.com) 1997-02-12 03:37:33 +00:00
robots.txt
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 Change cgi URL so all cgis now finally live in data/cgi. 1997-01-19 06:32:45 +00:00
support.sgml Merge my commit as per Jason Thorpe's request, merging in some of the 1997-02-05 23:43:08 +00:00
web.mk Pass ${SGMLOPTS} to sgmlfmt when transforming docbook files. 1997-01-19 21:29:03 +00:00
welcome.sgml Adjust the incorrect staff link. 1997-01-23 15:16:20 +00:00
where.sgml Reflect recent 2.1.6 security concerns on the web pages. 1997-02-06 09:03:53 +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>