stas 2003/05/29 16:54:04 Modified: src/docs/1.0/guide troubleshooting.pod Log: OpenBSD and chroot issues Submitted by: Ed <[EMAIL PROTECTED]> Revision Changes Path 1.23 +16 -0 modperl-docs/src/docs/1.0/guide/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- troubleshooting.pod 29 May 2003 04:04:39 -0000 1.22 +++ troubleshooting.pod 29 May 2003 23:54:04 -0000 1.23 @@ -670,6 +670,22 @@ =head1 OS Specific Notes +=head2 OpenBSD + +=head3 Issues Caused by httpd being C<chroot>'ed + +Since OpenBSD 3.2, the Apache C<httpd(8)> server has been +C<chroot(2)>ed by default. + +A mod_perl enabled OpenBSD httpd will NOT work as is. A proper +C<chroot(2)> environment must be setup for the default chrooted +behavior to work. The C<-u> option to httpd disables the chroot +behavior, and returns the httpd to the expanded "unsecure" behavior. +See the OpenBSD C<httpd(8)> man page. + +For more information see I<section 10.16 of the OpenBSD FAQ>. +I<http://www.openbsd.org/faq/faq10.html#httpdchroot>. + =head2 Win FU =head3 Apache::DBI
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]