hello,
i've got the following issue, i'm using an Object-method as
PerlFixupHandler, and depending on some Tests on the uri i want to set
the modperl Handler to another method of the object (not the class).(see
also the comments in the code below)
Any Suggestions out there?
thanks in advance
g
My system have seem memory leak problem. The MEM_USR
raise .
But how to debug?? Is the Apache::Leak for mod_perl v1.x
module?
PS:apache Apache/2.0.54 + MOD_PERL 2
no database
<>
Compress::Zlib;Crypt::RC5;Digest::MD4
'md4_hex';Data::Dumper;Encode::TW;Fcntl qw(:DEFAULT
:flock);File::Copy
Philip M. Gollucci wrote:
Camargo, Anyela wrote:
I’ve installed mod_perl but when trying to install AxKit it says the
module is not present.
Is there 1.x or 2.x ?
^^^ this
1.x:
perl -mmod_perl -le 'print $modperl::VERSION'
^^ -M
2.x:
perl -mmod_perl2 -le 'print $modperl2::VERS
Camargo, Anyela wrote:
I’ve installed mod_perl but when trying to install AxKit it says the
module is not present.
Is there 1.x or 2.x ?
1.x:
perl -mmod_perl -le 'print $modperl::VERSION'
2.x:
perl -mmod_perl2 -le 'print $modperl2::VERSION'
You might have to do a (tcsh syntax)
setenv PERL5LIB
philge philip wrote:
PerlModule Apache2
No, this is obsolete and is your 1 and only problem based on what you sent.
See here:
http://perl.apache.org/docs/2.0/rename.html
--
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.47
On Thursday 27 July 2006 17:36, Boysenberry Payne wrote:
> LoadModule apreq_module /usr/local/apache2/modules/mod_apreq2.so
I think this line is probably what you're missing, Philge.
--
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA
Here is what I used to install libapreq2:
at command line:
perl5.8.8 MakeFile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs --enable-perl-glue --with-perl=/usr/local/bin/perl5.8.8
make && make test
make install
Then in the httpd.conf file:
LoadModule apreq_module/usr/local/apache2/mo
Hi,
I’ve installed mod_perl but when trying to
install AxKit it says the module is not present.
Thanks
Dear colleague I am a bioinformatics programmer from India.I need a guidance for configuring mod_perl2.0 in my server. I have Apache.2.0.5.2 and Perl 5.8.5 installed in Fedora 3 operating system. I downloaded mod_perl2.0 version and installed it with the following
commands: Perl MakeF