Local bsd handbook
From FBSD_tips
Sometime you may want to, for one reason or another (the main site could be down, you could have no internet access, ...)serve the FreeBSD handbook on your local server. This is ridiculously easy.
Put this in your httpd.conf (I assume that you have apache installed and running) :
Alias /handbook/ /usr/share/doc/en/books/handbook/
That's all (assuming you installed the docs and are running apache).
Here is the local copy.
