doc/data
nsj 3ec1c7e3bf Fixed new phone number and info address.
Submitted by: Edward L. Haletky <elh@secretariat.astroarch.com>
1997-09-05 00:51:37 +00:00
..
cgi Hide Attic directories by default; show files that are in the Attic in their 1997-07-19 00:54:40 +00:00
commercial Fixed new phone number and info address. 1997-09-05 00:51:37 +00:00
gifs Add newsletb.jpg and newslett.jpg 1997-07-19 04:59:59 +00:00
ja_JP.EUC Ad a <br clear=all> after the image map. 1997-08-29 14:11:29 +00:00
ports Added missing </p>. 1997-09-02 09:29:36 +00:00
releases 2.2.1-RELEASE was released in April of 1997. 1997-08-20 00:11:54 +00:00
tutorials Ad a <br clear=all> after the image map. 1997-08-29 14:11:29 +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 Fix dead link. 1997-08-19 17:57:42 +00:00
branch.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
cgallery.sgml New Commercial Gallery Entries for today. 1997-08-26 17:51:48 +00:00
commercial.sgml Typo. 1997-07-06 19:16:06 +00:00
COPYING Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
COPYING.LIB Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
daemon.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
doc.ftr Update header/footer graphics for handbook/FAQ. 1997-06-10 12:32:09 +00:00
doc.hdr Ad a <br clear=all> after the image map. 1997-08-29 14:11:29 +00:00
docproj.sgml We obviously don't want documentation to reflect 2.0.5R - changed to 1997-07-09 14:20:44 +00:00
docs.sgml update http://www.de.freebsd.org/* URLs 1997-08-18 13:51:29 +00:00
features.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
gallery.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
includes.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
index-site.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
index.html Synchronize alt tags for images with image text. 1997-08-19 18:01:35 +00:00
internet.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
license.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
mailto.sgml Add $Id$. 1997-07-01 03:52:21 +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 Modified May entry for FreeBSD 2.2.2-R's release in include Errata list. 1997-09-05 00:44:23 +00:00
npgallery.sgml Gallery entries, 15 AUG - 25 AUG. 1997-08-25 21:26:10 +00:00
pgallery.sgml Gallery entries, 15 AUG - 25 AUG. 1997-08-25 21:26:10 +00:00
publish.sgml Make the reference to the newsletter point to the actual newsletter. 1997-07-21 19:37:21 +00:00
README.mirror Add "UserDir disabled" to not access local users through mirror 1997-01-10 01:11:18 +00:00
register.sgml Add a link to PDF version of newsletter. 1997-08-10 01:58:54 +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 link to experimental version of the mail archives. 1997-08-24 19:13:51 +00:00
searchhints.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
security.sgml Add links to manpages. 1997-07-05 23:04:44 +00:00
send-pr.sgml Add $Id$. 1997-07-01 03:52:21 +00:00
support.sgml Jeff's Unix Vault moved locations. 1997-09-04 18:10:16 +00:00
web.atoz More fixes for the 2.2.2R directory. 1997-07-26 01:31:59 +00:00
web.mk Install things with a group of www and group writable. 1997-03-11 15:12:30 +00:00
where.sgml Add a reference to ftp://current.freebsd.org 1997-08-10 04:05:08 +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>