doc/data
John Fieber ba67687523 Cosmetic fixes to page headers -- center the top bar. It looked
pretty hideous if the display was wider than the graphic.
Fix a couple things that looked less than stunning when viewed with Lynx.
1996-10-06 03:49:09 +00:00
..
cgi Cosmetic fixes to page headers -- center the top bar. It looked 1996-10-06 03:49:09 +00:00
gifs Begin bringing in some stylistic changes from http://www.freebsd.org/~mpcd. 1996-09-24 20:51:06 +00:00
ports Make it so ports/INDEX is updated from cvs before generating 1996-09-24 18:56:21 +00:00
releases Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +00:00
tutorials Cosmetic fixes to page headers -- center the top bar. It looked 1996-10-06 03:49:09 +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 Sean Kelly's spiffy new "About FreeBSD" pages. 1996-09-28 22:17:39 +00:00
commercial.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +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 faq references. 1996-09-28 22:48:31 +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 Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +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 Cosmetic fixes to page headers -- center the top bar. It looked 1996-10-06 03:49:09 +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 Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +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 Gotta use an absolute URL for the search script. 1996-09-28 23:20:32 +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 Cosmetic fixes to page headers -- center the top bar. It looked 1996-10-06 03:49:09 +00:00
web.mk Wire up the new sgmlfmt options. 1996-10-06 00:08:28 +00:00
welcome.sgml Sean Kelly's spiffy new "About FreeBSD" pages. 1996-09-28 22:17:39 +00:00
where.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 1996-09-24 17:46:04 +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.