doc/data
Jordan K. Hubbard 32b47623de Correct URL for FreeBSD CD.
Pointed-Out-By: Warner Losh <imp@FreeBSD.org>
1996-10-29 11:30:30 +00:00
..
cgi A first cut at searching the web pages (including FAQ and handbook). 1996-10-28 18:51:02 +00:00
gifs Begin bringing in some stylistic changes from http://www.freebsd.org/~mpcd. 1996-09-24 20:51:06 +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 Fix lots of typos, add $Id$s. 1996-10-06 20:17:19 +00:00
tutorials Fix lots of typos, add $Id$s. 1996-10-06 20:17:19 +00:00
about.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
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
commercial.sgml Remove active references to SNAP which no longer exists on wcarchive. 1996-10-22 07:23:40 +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 Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
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 Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
features.sgml Fix some rather ambiguous text. 1996-09-29 22:37:18 +00:00
gallery.sgml Bunch of new entries. 1996-10-26 17:28:51 +00:00
includes.sgml Cosmetic fixes to page headers -- center the top bar. It looked 1996-10-06 03:49:09 +00:00
index-site.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
index.sgml A first cut at searching the web pages (including FAQ and handbook). 1996-10-28 18:51:02 +00:00
internet.sgml Sean Kelly's spiffy new "About FreeBSD" pages. 1996-09-28 22:17:39 +00:00
license.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
mailto.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
Makefile Oops, missed send-pr.html. Also update URL for cvsweb and query-pr 1996-09-28 23:51:41 +00:00
Makefile.inc Wire up the new sgmlfmt options. 1996-10-06 00:08:28 +00:00
newsflash.sgml Remove active references to SNAP which no longer exists on wcarchive. 1996-10-22 07:23:40 +00:00
README.mirror Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
robots.txt Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
search.sgml A first cut at searching the web pages (including FAQ and handbook). 1996-10-28 18:51:02 +00:00
searchhints.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
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 Use a URL for the WINE project that actually works. The link now 1996-10-07 15:07:20 +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 Correct URL for FreeBSD CD. 1996-10-29 11:30:30 +00:00

You can (and are encouraged to) mirror the pages with sup.
If you are running apache as installed from the ports collection the 
following should make a copy of www.freebsd.org available from 
http://yourhost/www.freebsd.org/.  Of course, there are possible 
variations on the method...

1) The supfile to get the WWW pages:

www release=current host=freefall.cdrom.com hostbase=/home base=/usr/local/www/data/www.freebsd.org delete old


2) Add to /usr/local/www/server/conf/access.conf:

<Directory /usr/local/www/data/www.freebsd.org/data>
Options FollowSymLinks Includes
XBitHack Full
</Directory>

3) Add to /usr/local/www/server/conf/srm.conf

Alias /www.freebsd.org /usr/local/www/data/www.freebsd.org/data

4) Create a directory /usr/local/www/counters that is writable by the 
httpd daemon, then compile pagecount.C and install in /usr/local/www/cgi-bin.