Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-File CPAN distribution.

Report information
The Basics
Id: 27505
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-File

People
Owner: Nobody in particular
Requestors: beland [...] alum.mit.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
http://dev.catalystframework.org/svnweb/Catalyst/revision/?rev=8628 should address this issue. Please test with the latest svn from: http://dev.catalystframework.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-Store-File and report back. If I don't hear anything I'll release this as 0.14 to cpan in a few weeks.