On Sun, Apr 5, 2009 at 16:35, Rogier Krieger <rkrie...@gmail.com> wrote:
> While trying to get a test Catalyst rig running on my 4.4 machine, I
> am getting bitten by the chroot(2) feature.

While chroot(2) seems to be the issue, the following two things seem
to make it work as desired.

Make /var/www/var/www a symlink to /var/www [1]
# cd /var/www && mkdir var && cd var && ln -s .. www

Alter the location for the FastCgiExternalServer directive to read:
FastCgiExternalServer /cat-test/cat-test.fcgi -socket cat-test.sock

All of a sudden I now get my expected starting page. Ironic and
humbling to see that the thread contains a post of my own as well ;)

Still, insight and comments appreciated.

Rogier

1. MARC - OpenBSD-misc - Joachim Schipper - Re: ruby on rails derailed [...]
http://marc.info/?l=openbsd-misc&m=113492193517773&w=2

-- 
If you don't know where you're going, any road will get you there.

Reply via email to