Subject: | Problem with mod_perl |
Date: | Fri, 08 Jun 2007 14:06:33 -0400 |
To: | bug-Catalyst-Plugin-Session-Store-File [...] rt.cpan.org, Sascha Kiefer <esskar [...] cpan.org> |
From: | Christopher Beland <beland [...] alum.mit.edu> |
There appears to be a problem which prevents
Catalyst::Plugin::Session::Store::File from working "out of the box"
with mod_perl in Apache. When Apache starts up, all the various
Catalyst modules are loaded. At this time, the directory
/tmp/yokelwww/session/data/ is created, owned by the Unix user root.
When Apache starts up, its server threads run as Unix user apache, and
thus don't have write permission to this directory, causing the
plugin to fail.
-- Beland