When I try make test I get the following errors:
perl -MTest::Harness -e 'runtests(@ARGV)' version.t cookie.t params.t
parsers.t error.t util.t
versiondyld:
/Users/boysie/.cpan/build/libapreq2-2.06-dev/library/t/.libs/version
version mismatch for library: /usr/local/lib/libiconv.2.dylib
(
I'm using mod_perl2 + Apache::Session::MySQL and I'm wondering what to
do with stale sessions. Does Apache::Session do any cleanup or do I
need to explicitly tied(%session)->delete; ?
I'm storing session IDs in cookies for 60 days, so I'd like to limit
sessions similarly. I could certainly run a
Garrison Hoffman wrote:
I'm storing session IDs in cookies for 60 days, so I'd like to limit
sessions similarly. I could certainly run a cron for this, but is there
a better way?
I believe that deleting them via the cron is the standard method. Test
out the following (by changing rm to l
Hi
I am having problems while trying to configure perl module with apache.
I am attaching my httpd.conf file. Please check out the section
*
# Added by Manish to list index
Options +Indexes
# PerlModule Apache::Registry
SetHandler perl-script