doc/en/internal
Jim Mock 974b7acde6 Add individual porting efforts to the platforms directory. In addition to
IA-64 which was already there, Alpha, PPC, and SPARC were added.  Also
update some other bits of the site to point to the new location.

Note:  I didn't get a repo copy of alpha/alpha.sgml to
       platforms/alpha.sgml because there wasn't any real useful history
       to preserve.  I also left the alpha/ dir in place for now but added
       an index.sgml to point to the new location.  I'll nuke the
       directory once the translation teams have caught up with the
       changes.

Suggested by:	obrien
2000-11-30 18:56:27 +00:00
..
about.sgml Walnut Creek CDROM -> BSDi, where appropriate 2000-10-30 18:15:42 +00:00
developer.sgml Add individual porting efforts to the platforms directory. In addition to 2000-11-30 18:56:27 +00:00
homepage.pl
homepage.sgml
internal.sgml www.FreeBSD.org -> people.FreeBSD.org 2000-07-11 22:55:06 +00:00
machines.sgml Bring up to date with all the new machines added and upgraded. 2000-10-06 08:16:29 +00:00
Makefile Switch web.mk to share/mk/web.site.mk in English version. 2000-11-07 04:05:37 +00:00
mirror.sgml
photos.sgml Added BSD Social Event Berlin, October 1999 2000-11-01 19:26:47 +00:00
README.mirror
statistic.sgml Update information about traffic record set by ftp.FreeBSD.org. 2000-10-06 20:19:46 +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>