You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doc/data
John Fieber 38df6f51c6 Web pages, may I introduce you to CVS. CVS, these are the web pages.
Yes, this is supposed to be a new top level in the repository.

For the moment any changes to this area must be cleared by myself
or Jordan.  Once the kinks are worked out, the policy will probably
be relaxed.
28 years ago
..
cgi Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
gifs Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
ports Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
releases Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
tutorials Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
COPYING Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
COPYING.LIB Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
Makefile Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
Makefile.inc Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
README.mirror Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
about.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
commercial.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
daemon.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
doc.ftr Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
doc.hdr Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
docproj.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
docs.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
gallery.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
includes.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
index-site.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
index.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
license.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
mailto.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
newsflash.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
robots.txt Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
search.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
searchhints.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
support.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
web.mk Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
welcome.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago
where.sgml Web pages, may I introduce you to CVS. CVS, these are the web pages. 28 years ago

README.mirror

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.