chroot capability documented inconsistently
Brought to you by:
jnelson
docs\boa.texi (/usr/share/doc/boa/boa.html) states:
No chroot option
There is no option to run chrooted. If anybody wants this, and is willing to try out experimental code, contact the maintainers."
However, boa(8) contradicts that statement:
-r chroot
instruct Boa where to chdir and chroot to. The chdir/chroot is done before the configuration file is read, or any log files are opened.
Logged In: NO
I guess thats why trying something like "-f /somepath/boa.conf" does not work as expected.