doc/data
Jun Kuriyama c92f4a4f88 Following changes in the English version are merged:
auditors.sgml:	1.20 --> 1.21
	docs.sgml:	1.44 --> 1.45
	gallary.sgml:	1.35 --> 1.36
	includes.sgml:	1.16 --> 1.18
	machines.sgml:	1.1  --> 1.3
	mailto.sgml:	1.7  --> 1.8
	send-pr.sgml:	1.4  --> 1.6
	releases/2.2.6R/erratta.sgml:	1.6 --> 1.7
	releases/2.2.5R/erratta.sgml:	1.4 --> 1.5

Submitted by:	takas-su@is.aist-nara.ac.jp (Takashi Sugimura)
1998-07-19 02:00:21 +00:00
..
alpha
cgi
commercial Correct telenet systems link. 1998-07-18 18:56:31 +00:00
docproj Added reference to Annelise Anderson's "FreeBSD for Linux users" FAQ 1998-07-16 08:32:49 +00:00
gifs
ja_JP.EUC Following changes in the English version are merged: 1998-07-19 02:00:21 +00:00
news HTML typo 1998-07-15 17:10:38 +00:00
ports Check out ports/INDEX to stdout. This prevent `cvs update -d' 1998-07-16 17:03:54 +00:00
projects Added forgotten entry "base". 1998-07-17 16:41:43 +00:00
releases
security
tutorials
about.sgml Update hardware section. 1998-07-15 18:03:29 +00:00
applications.sgml
atoz.pl
auditors.sgml
availability.sgml
branch.sgml
cgallery.sgml
commercial.sgml
COPYING
COPYING.LIB
daemon.sgml
doc.ftr
doc.hdr
docproj.sgml
docs.sgml Add missing <p> tags, recieve -> receive. 1998-07-18 21:06:02 +00:00
features.sgml
gallery.db Nuked problem and null entries.r 1998-07-16 17:56:44 +00:00
gallery.sgml Updated to reflect new gallery entries through 16 July 98--1013 total! 1998-07-16 14:56:28 +00:00
gengallery.pl
includes.sgml
index-site.sgml
index.html
internet.sgml
license.sgml
machines.sgml
mailto.sgml
Makefile Add projects to SUBDIR 1998-07-16 07:59:54 +00:00
Makefile.inc
mirror.sgml
mozilla.sgml
newbies.sgml URL typo. 1998-07-17 16:39:56 +00:00
newsflash.sgml Convert absolute URLs to relative URLs - mirror sites needs local URLs. 1998-07-17 09:57:04 +00:00
npgallery.sgml
pgallery.sgml
press.sgml
publish.sgml recieve -> receive 1998-07-18 21:07:08 +00:00
README.mirror
register.sgml
resignation.sgml
robots.txt
search-mid.sgml
search.sgml
searchhints.sgml
send-pr.sgml
site.map
site.pl
support.sgml Added The BSD Usenet News Searcher to Newsgroups section. 1998-07-17 10:06:55 +00:00
web.atoz The FreeBSD Development Projects moved from support.sgml 1998-07-15 15:06:26 +00:00
web.mk
where.sgml
y2kbug.sgml

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>