Hello everyone,
i am using fastcgi to run my catalyst application.
previously i configured info related to session storage as follows.
<session>
  expires        86400
  cookie_expires 0
  storage        /tmp/thebizmo.com.session
</session>

i am using catalyst plugin Session::Store::FastMmap to session management.

When i changed the session storage file from /tmp to a /www/tmp which is a
shared file system and trying to restart the fastcgi it's throughing the
following error.
Mmap of shared file /www/tmp/thebizmo.com.session failed: No such device at
/usr/local/lib/perl/5.8.8/Cache/FastMmap.pm line 629.
line 629 in usr/local/lib/perl/5.8.8/Cache/FastMmap.pm is "
$Cache->fc_init();"

actually www-data user is having permission to write to /www/tmp dir.

could anyone let me know what the problem here?

Best Regards,
Mohan.
-- 
View this message in context: 
http://www.nabble.com/FastMmap.pm-error-while-writing-sessions-file-to-shared-file-system-tp24821408p24821408.html
Sent from the Catalyst Web Framework mailing list archive at Nabble.com.


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to