Re: how to share data among modperl processes

2005-10-07 Thread Michael Hall
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

Re: Configuration problem

2005-10-07 Thread Foo Ji-Haw
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

Configuration problem

2005-10-07 Thread Stéphane Klein
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

how to share data among modperl processes

2005-10-07 Thread Foo Ji-Haw
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

-Mlib= does not work within VirtualHost

2005-10-07 Thread Risanecek
-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