doc/data
1997-06-17 11:26:16 +00:00
..
cgi Make cgi scripts inherit the new "look and feel". 1997-06-10 12:47:11 +00:00
commercial Removed entry for Init. Replaced with and added entries for 1997-06-13 14:26:18 +00:00
gifs Shiny new logo for FreeBSD web pages. 1997-06-10 04:49:37 +00:00
ja_JP.EUC Update header/footer graphics for jp handbook. 1997-06-10 12:33:32 +00:00
ports Small tweakes to make this work better with the new "look and feel" 1997-06-10 12:17:05 +00:00
releases Allow DOCS to be overriden and conditionally clear the SUBDIR. 1997-05-18 21:58:11 +00:00
tutorials Update header/footer graphics for tutorials. 1997-06-10 12:32:34 +00:00
about.sgml Backed out the freefall/hub/www change and just set it so that www is hub. =) 1997-04-25 14:51:39 +00:00
applications.sgml No s on X Window system. 1997-06-12 20:07:10 +00:00
atoz.pl Add A-Z Index database. 1997-05-04 19:59:38 +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
branch.sgml
cgallery.sgml Removed the entry for ai2a.net, at the request of the proprietor, David Clark. 1997-05-19 02:51:38 +00:00
commercial.sgml
COPYING
COPYING.LIB
daemon.sgml Add link to the stuffed daemon plushies. 1997-05-11 12:25:43 +00:00
doc.ftr Update header/footer graphics for handbook/FAQ. 1997-06-10 12:32:09 +00:00
doc.hdr Update header/footer graphics for handbook/FAQ. 1997-06-10 12:32:09 +00:00
docproj.sgml
docs.sgml Add 2.11BSD manual pages link. 1997-06-12 18:51:32 +00:00
features.sgml
gallery.sgml Shiny new logo for FreeBSD web pages. New index.html made from defunct welcome.html. 1997-06-10 04:42:36 +00:00
includes.sgml Shiny new logo for FreeBSD web pages. New index.html made from defunct welcome.html. 1997-06-10 04:42:36 +00:00
index-site.sgml Add A-Z Index database. 1997-05-04 19:59:38 +00:00
index.html De-clutter the bottom of the page. 1997-06-12 16:08:44 +00:00
index.sgml Altavista did a poor job for indexing the FreeBSD WWW Server. Add 1997-05-10 16:51:45 +00:00
internet.sgml Update the comments about wcarchive and add a link to its configuration 1997-03-31 00:00:40 +00:00
license.sgml
mailto.sgml Fix broken link to freebsd-info email address. 1997-06-17 11:26:16 +00:00
Makefile Remove obsolete welcome.sgml. 1997-06-12 16:15:51 +00:00
Makefile.inc I need to be able to override WEBBASE to use the new environment 1997-04-30 00:12:42 +00:00
mirror.sgml Note that www bits are also available via FTP. 1997-06-10 04:04:14 +00:00
newsflash.sgml Spelling police. 1997-05-20 10:59:26 +00:00
npgallery.sgml Gallery updates, clears backlog through 4/26/97. 1997-04-27 00:47:40 +00:00
pgallery.sgml Gallery updates, clears backlog through 4/26/97. 1997-04-27 00:47:40 +00:00
README.mirror
register.sgml Shiny new logo for FreeBSD web pages. New index.html made from defunct welcome.html. 1997-06-10 04:42:36 +00:00
resignation.sgml
robots.txt
search.sgml Add links to other search services. 1997-04-10 15:51:04 +00:00
searchhints.sgml
security.sgml
send-pr.sgml
support.sgml Shiny new logo for FreeBSD web pages. New index.html made from defunct welcome.html. 1997-06-10 04:42:36 +00:00
web.atoz welcome.html is obsolete. 1997-06-12 16:13:03 +00:00
web.mk Install things with a group of www and group writable. 1997-03-11 15:12:30 +00:00
where.sgml Update some links for 2.2.2. 1997-05-26 16:26:13 +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>