doc/data
John Fieber 4f05956a89 Fix url for cz mirror.
Remove www3.freebsd.org mirror.  It is actually www.ie.fereebsd.org and
already listed as such.
1996-12-18 15:37:55 +00:00
..
cgi Add "submit followup" link to mailto:freebsd-gnats-submit . 1996-12-17 17:12:00 +00:00
gifs
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 Add newsflash announcement about 2.2's new media requirements, to be referenced 1996-12-18 14:08:59 +00:00
tutorials We have postscript versions of the tutorials, so make links to them. 1996-11-17 15:21:55 +00:00
about.sgml
applications.sgml Sean Kelly's spiffy new "About FreeBSD" pages. 1996-09-28 22:17:39 +00:00
availability.sgml Correct some slightly ambiguous text now that this is integrated with 1996-10-06 12:01:40 +00:00
branch.sgml Now that I've figured out where the XFree86 3.2 bits for 2.1.6 are, 1996-11-07 18:20:56 +00:00
commercial.sgml Add an entry for Telenet System Solutions 1996-12-11 13:51:41 +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 Fix lots of typos, add $Id$s. 1996-10-06 20:17:19 +00:00
docs.sgml Link up the Japanese handbook. 1996-11-19 15:04:14 +00:00
features.sgml Fix some rather ambiguous text. 1996-09-29 22:37:18 +00:00
gallery.sgml Add width and height attributes to graphics. 1996-11-16 16:20:24 +00:00
includes.sgml 2.1.6R is now the latest release, not 2.1.5R. 1996-11-20 14:15:52 +00:00
index-site.sgml
index.sgml Fix url for cz mirror. 1996-12-18 15:37:55 +00:00
internet.sgml Sean Kelly's spiffy new "About FreeBSD" pages. 1996-09-28 22:17:39 +00:00
license.sgml
mailto.sgml
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 Instructions for mirroring with rsync. 1996-12-13 00:46:58 +00:00
newsflash.sgml Update the newsflash page. 1996-12-18 14:13:02 +00:00
README.mirror cvsup client moved sbin->bin 1996-12-16 03:43:58 +00:00
robots.txt
search.sgml Sync title with home page 1996-11-15 15:14:28 +00:00
searchhints.sgml
send-pr.sgml Oops, missed send-pr.html. Also update URL for cvsweb and query-pr 1996-09-28 23:51:41 +00:00
support.sgml Fix absolute URL, now relative. 1996-11-03 16:18:31 +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 Sean Kelly's spiffy new "About FreeBSD" pages. 1996-09-28 22:17:39 +00:00
where.sgml Update for 2.1.6 information. 1996-11-16 07:13:29 +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>