doc/en/internal
Bruce A. Mah 44fa189ec2 When we bump newvers.sh, we probably want to bump release.ent for the
release documentation too.  (Suggested by murray.)

While I'm here, add some missing punctuation.
2002-01-11 00:09:33 +00:00
..
about.sgml
bylaws.sgml Add the core bylaws linked to from the internal developers page. 2001-11-16 19:50:58 +00:00
developer.sgml Add the core bylaws linked to from the internal developers page. 2001-11-16 19:50:58 +00:00
homepage.pl
homepage.sgml
internal.sgml Add a link to the FreeBSD 4.5 release schedule. 2001-12-03 20:52:00 +00:00
machines.sgml Remove entries relating to eatmorepie.freebsd.org. It was a 12 month 2001-10-26 09:16:03 +00:00
Makefile Add a schedule for the 4.5 release process. 2001-12-03 20:44:08 +00:00
mirror.sgml
photos.sgml Added BSDCon Europe 2001 2001-11-29 18:32:56 +00:00
README.mirror
releng.sgml * respect &base; 2001-12-13 18:39:07 +00:00
releng45.sgml When we bump newvers.sh, we probably want to bump release.ent for the 2002-01-11 00:09:33 +00:00
ssh-keys.asc
statistic.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>