doc/data
1998-06-16 06:46:15 +00:00
..
cgi Don't be coy about confidential PR's; admit that they exist but 1998-06-16 06:46:15 +00:00
commercial Add Dextra Soluções em Informática. 1998-06-08 14:59:13 +00:00
docproj handbook326.html -> staff:doc.html 1998-06-10 10:05:45 +00:00
gifs
ja_JP.EUC Following changes in the English version are merged. 1998-06-12 05:02:27 +00:00
ports Change the text a bit to indicate that both ports and packages are 1998-06-11 18:33:29 +00:00
releases Update this to note current state of affairs with outstanding security 1998-06-10 13:25:19 +00:00
tutorials Document d_poll() and d_select(). 1998-06-12 13:59:49 +00:00
about.sgml Add links to The FreeBSD.org Network page and the 1998-06-05 09:17:31 +00:00
applications.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
atoz.pl Do not print <hr noshade> in last line, thats the jobs of 1998-05-26 16:36:47 +00:00
auditors.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
availability.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
branch.sgml
cgallery.sgml
commercial.sgml
COPYING
COPYING.LIB
daemon.sgml Update plushies URL. 1998-06-10 13:36:52 +00:00
doc.ftr
doc.hdr
docproj.sgml
docs.sgml Add Newsletters. 1998-06-10 10:20:17 +00:00
features.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
gallery.db remove the 123go listing from the Commercial Sites 1998-06-10 09:29:56 +00:00
gallery.sgml Commercial/Non-Profit/Personal gallery entries through 26 MAY 1998. 1998-05-26 13:34:56 +00:00
gengallery.pl
includes.sgml Add a <hr> line before the email address in &footer. 1998-05-26 16:43:12 +00:00
index-site.sgml Create the site map with a perl script. 1998-06-05 10:07:18 +00:00
index.html Add web mirror for the Slovak Republic 1998-05-27 08:23:33 +00:00
internet.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
license.sgml
machines.sgml The FreeBSD.org universe. 1998-06-02 17:12:33 +00:00
mailto.sgml Move the section referencing the -questions list ahead of the section 1998-05-13 00:08:15 +00:00
Makefile Create the site map with a perl script. 1998-06-05 10:07:18 +00:00
Makefile.inc
mirror.sgml
mozilla.sgml
newbies.sgml Latest updates from Sue Blake. 1998-05-30 18:50:53 +00:00
newsflash.sgml The HTML version of the Newsletter #1 is no longer available 1998-06-10 12:07:39 +00:00
npgallery.sgml
pgallery.sgml
press.sgml New entry: 1998-06-11 09:12:47 +00:00
publish.sgml Bring Newsletter issue #1 back. 1998-05-26 08:06:58 +00:00
README.mirror
register.sgml Point to issue 2 of the newsletter, not 1 1998-05-26 06:42:57 +00:00
resignation.sgml
robots.txt
search-mid.sgml Do not print <hr noshade> in last line, thats the jobs of 1998-05-26 16:36:47 +00:00
search.sgml Add mailing lists 1998-06-12 08:33:37 +00:00
searchhints.sgml
security.sgml Use standard &header macro. 1998-05-27 09:23:45 +00:00
send-pr.sgml
site.map Add the Newsletter. 1998-06-10 10:24:04 +00:00
site.pl Create the site map with a perl script. 1998-06-05 10:07:18 +00:00
support.sgml www.awfulhak.demon.co.uk -> www.awfulhak.org 1998-06-12 22:11:59 +00:00
web.atoz Add forgotten Newsletter. 1998-06-10 10:26:06 +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>