View Review Details
| Book: | The OpenBSD 4.1 Crash Course | |
| Subject: | Good idea, needs some more work. | |
| Date: | 2007-01-16 22:01:57 | |
| From: | Frank G | |
|
Rating:
I have not read the entire 59-page book, only the sample on the author's website (http://www.thejemreport.com/mambo/content/view/295) . Unfortunately, there are some errors in the sample that would seriously compromise the author's stated intent of providing copy-and-paste examples for configuring an OpenBSD server.
(1) The OpenBSD-modified Apache 1.3 comes with the following modules installed and enabled by default:
The modules are installed by default and disabled. They need to be enabled in
(2) By default Apache runs in a chrooted environment -- in other words, Apache operates as though nothing exists outside of the document root, which is by default /var/www/htdocs. So if you have extra Apache modules installed that need to use programs or configuration files in any directory outside of /var/www/htdocs and its subdirectories, then they will not be able to function properly.
httpd chroots to the ServerRoot (
(3)To make mysqld start automatically at boot time, add these lines (or something similar that fits your needs) to /etc/rc.conf.local:
If /etc/rc.conf.local does not yet exist, go ahead and create it, adding this one line.
This is wrong.
And it's three lines, not one.
O'Reilly is generally regarded as a source of high-quality reference material, but while I applaud the effort of putting together a guide for OpenBSD, the bit that I read does not give me confidence that this book would be worth the $9.99 download without serious editing.
|
||







