doc/data
Jordan K. Hubbard 10d07b101d s/www@freebsd.org/questions@freebsd.org/ so users start sending their
queries to the right place (they use www as a place to send general
questions right now and this is bogus).
1997-12-17 05:46:03 +00:00
..
cgi Fix module name parsing (e.g. cvsweb.cgi/sys_netinet works again) 1997-11-19 19:20:22 +00:00
commercial Update information/links for RealNetworks' entry. 1997-12-11 19:34:31 +00:00
gifs New banner gifs added to gallery.html 1997-12-07 22:52:23 +00:00
ja_JP.EUC Add Japanese description of each ports category. 1997-12-07 15:44:08 +00:00
ports Tweak description of possible tarball locations - file:/cdrom is another place 1997-12-13 14:01:48 +00:00
releases Adjust relnotes to match my updated version. 1997-10-24 10:34:35 +00:00
tutorials Added section on creating ccd(4) volumes. Commands submitted by Stan 1997-11-28 21:48:46 +00:00
about.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
applications.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
atoz.pl Put the letter list into a table. 1997-07-08 11:11:00 +00:00
auditors.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
availability.sgml Update WC address and phone. 1997-10-23 03:18:38 +00:00
branch.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
cgallery.sgml Personal/NP/Commercial gallery entries through 06 DEC 1997 1800 EST. 1997-12-08 01:47:00 +00:00
commercial.sgml Remove a rogue tag. 1997-11-23 23:45:39 +00:00
COPYING
COPYING.LIB
daemon.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
doc.ftr s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
doc.hdr Make the navigation bar lynx friendly. 1997-11-28 14:52:43 +00:00
docproj.sgml Update man.cgi URL. 1997-09-28 09:24:40 +00:00
docs.sgml Add a reference to the Japanese translation of the FAQ. 1997-11-24 06:35:21 +00:00
features.sgml Fix some markup glitches. 1997-11-28 15:16:55 +00:00
gallery.sgml Corrected path to added gifs. 1997-12-08 05:05:41 +00:00
includes.sgml Make the navigation bar lynx friendly. 1997-11-28 14:52:43 +00:00
index-site.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
index.html s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
internet.sgml Update specs on wcarchive. 1997-09-22 07:59:57 +00:00
license.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
mailto.sgml s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
Makefile Add publish.sgml to list of files; don't forget these little details, 1997-06-30 06:30:17 +00:00
Makefile.inc Add $Id$. 1997-07-01 03:52:21 +00:00
mirror.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
newsflash.sgml The standard "Oh dear, Jordan has been in the www tree again, time to 1997-12-03 15:14:59 +00:00
npgallery.sgml Personal/NP/Commercial gallery entries through 06 DEC 1997 1800 EST. 1997-12-08 01:47:00 +00:00
pgallery.sgml Personal/NP/Commercial gallery entries through 06 DEC 1997 1800 EST. 1997-12-08 01:47:00 +00:00
publish.sgml s/www@freebsd.org/questions@freebsd.org/ so users start sending their 1997-12-17 05:46:03 +00:00
README.mirror
register.sgml Update appropriate references to 2.2.5 1997-10-23 03:12:19 +00:00
resignation.sgml Approved by: Jordan K. Hubbard (jkh@time.cdrom.com) 1997-02-12 03:37:33 +00:00
robots.txt Disallow /~wosch/test/. Too much useless hits. 1997-08-23 13:35:14 +00:00
search.sgml Remove experimental interface link. 1997-11-21 18:25:57 +00:00
searchhints.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
security.sgml Add links to manpages. 1997-10-03 20:53:38 +00:00
send-pr.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
support.sgml FreeBSD-SF meets at Silicon Reef now, not Internet Alfredo. 1997-11-10 01:37:27 +00:00
web.atoz More fixes for the 2.2.2R directory. 1997-07-26 01:31:59 +00:00
web.mk Put all .html files into $entry-html.tar.gz 1997-11-11 15:09:24 +00:00
where.sgml Update appropriate references to 2.2.5 1997-10-23 03:12:19 +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>