You could try Cache::Memcached
http://www.danga.com/memcached/
http://search.cpan.org/~bradfitz/Cache-Memcached-1.15/
It implements a dictionary spread across any number of memcached servers.
It will also allow you to run your back end program on a different
Perl interpreter, computer, operating
If 'LoadModule perl_module
modules/mod_perl.so' is the only line you put in your httpd.conf, you are
definately missing a few things. Do read up on the documentation in
perl.apache.org for details. Snippet from the site:
Alias /perl/
/home/httpd/httpd-2.0/perl/ SetHandler
perl-scri
Hi,
I installed apache 2.0.54 with mod_perl 2.0.1 in a
debian 3.1 environment.
I installed it with DSO Method.
% perl Makefile.PL
MP_APXS=/usr/local/apache2/bin/apxs
% make && make test
% make install
I added the directive:
LoadModule perl_module modules/mod_perl
Hi all,
I have a simple need where a process can take
minutes to complete. But I want to display some progress bar of sorts to the
user.
My idea is to have the handler call the local url
which does the heavy lifting. Something like this:
http://localhost/job/dojob => launches
=> http://l
-8<-- Start Bug Report 8<--
1. Problem Description:
using
PerlSwitches -Mlib=/
within a VirtualHost block does not add this path to @INC.
If it is used outside of VirtualHost, it works.
2. Used Components and their Configuration:
*** mod_perl version