doc/data
Ade Barkah 8f7a5186cb Various changes mainly that 2.2-RELEASE is out:
o  Added 2.2-RELEASE information pages

  o  Updated sgml "latest" macros to 2.2-RELEASE

  o  Updated where.sgml page, deleted 2.2-GAMMA entry

  o  Shortened copyright mark to 1995-1997

  o  Changed Newsflash entries's Release Notes to
     use html versions when available; updated entry
     for 2.1.6 since 2.1.7 is available
1997-03-17 08:38:31 +00:00
..
cgi Fix ftp2.ru 1997-03-11 15:23:27 +00:00
commercial Add entry for GB Data Systems. Change sorting order. 1997-03-13 05:17:28 +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 to remove the -white option here. 1997-01-20 12:48:55 +00:00
ports Add link to 'FreeBSD Ports Changes' script. 1997-03-17 01:25:50 +00:00
releases Various changes mainly that 2.2-RELEASE is out: 1997-03-17 08:38:31 +00:00
tutorials Fonts tutorial goes from linuxdoc to docbook. 1997-02-15 18:02:20 +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
auditors.sgml change the "auditors sign-up" mail-to url to point to 1997-03-03 03:21:17 +00:00
availability.sgml Remove reference to President Hubbard. 1997-02-19 13:50:53 +00:00
branch.sgml Whoops. :) Fix format botch. 1997-02-20 15:27:59 +00:00
cgallery.sgml Gallery updates. 1997-03-10 18:20:08 +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 Add link to a new man page script. 1997-03-17 00:04:48 +00:00
features.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
gallery.sgml Gallery updates. 1997-03-10 18:20:08 +00:00
includes.sgml Various changes mainly that 2.2-RELEASE is out: 1997-03-17 08:38:31 +00:00
index-site.sgml Add link FreeBSD People faces (by Julian Stacey) to The FreeBSD Gallery 1997-03-05 14:28:19 +00:00
index.sgml Add www3.ru 1997-03-14 16:45:40 +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 Removed includes.sgml from DOCS. Not needed and might break the 1997-02-20 20:21:16 +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 Various changes mainly that 2.2-RELEASE is out: 1997-03-17 08:38:31 +00:00
npgallery.sgml Gallery updates. 1997-03-10 18:20:08 +00:00
pgallery.sgml Gallery updates. 1997-03-10 18:20:08 +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 Survey is over. 1997-03-02 21:21:34 +00:00
searchhints.sgml Avoid the use of contractions and fix some grammar problems 1996-12-31 22:31:13 +00:00
security.sgml For auditors, sync to latest roster and start using the fancier tables 1997-02-19 13:49:11 +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 Fix a couple of grammar problems. 1997-03-14 06:15:48 +00:00
web.mk Install things with a group of www and group writable. 1997-03-11 15:12:30 +00:00
welcome.sgml Adjust the incorrect staff link. 1997-01-23 15:16:20 +00:00
where.sgml Various changes mainly that 2.2-RELEASE is out: 1997-03-17 08:38: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>
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>