... #! /usr/bin/perl -w $ENV{'MOD_PERL_API_VERSION39;} = '2'; use strict; use Time::localtime; my $foot = time(); my $foo = localtime($foot); my $year =...
In anticipation of upgrading my mp2 build to the latest/greatest, I would like to consider switching from a DSO build to a static build. Could folks here offer...
Hi everybody, Since now we were using a "normal" installation of mod_perl, with dso apache and a dynamic loading enabled perl. Due to some problems with lib...
Hi Sorry for OT. I would like to know how difficult is it to get catalyst going on a mod-perl hosted account? E.g If I have a account at a hosting company that...
Hi list, I installed the new mod_perl-2.0.2 binaries, but apache reports the module as 2.0.1. Also in the downloads page there is a typo here... mod_perl 2.0:...
I posted my bug report about two weeks ago. Just want to make sure that it's still active. For my installation, I'll have to continue the workaround of: use...
Hi all! A have some problems with using apache::dbi and name virtual hosts. I have four sites, each having its own login into database. All of them listen to...
******** PLEASE DO NOT DELETE BY SEEING THIS MUCH BIG
MAIL.***************
Hi, I am trying to support SSL for apache and I am using below packages with
the...
... 1. Problem Description: I am using an AMD 64-bit dual processor machine with 4GB RAM. The operating system is Slackware Lin ux 10. I have Apache 2.0.54 and...
I recently made the move from mod_perl 1.99 to mod_perl 2.0.2. After a bit of porting (changing Apache:: to Apache2::, etc), everything seemed to be working...
Hello, I am trying to migrate from mod_cgi to mod_perl. My system is as follows: linux suse 9.2 (installed via rpm from suse) apache2-mod_php4-4.3.8-8.9 ...
Hi experts, I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which serves POST requests by an external application. Each POST request has some...
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...
I've made great use of $r->pnotes, and now finding myself in need of a similar way to stash objects within the connection object. While there are regular...
Hi, I'm seeing strange logging loops with apache 1.3.34/mod_perl 1.29/perl 5.8.7 running on amd64 on debian testing. First I thought it might be related to ...
Searching for some clue of simultaneous static compilation of apache+mp2+apreq2 i have only found this 2005-march entry in mailinglists. ... In INSTALL...
I used a function to "manually" change some html not-xml-allowed into the correspondent correct codification. Now i've tried to use the HTML::Entities cpan...
Hi, Yesterday I was asked about the viability of mod_perl ( and more generally Perl web based solutions ) in scaling web based applications. I have my own...
... 1. Problem Description: I am building a web application with a Postgres backend using Class::DBI. Some scripts generate repeatable Segmentation Faults on...
Hello! I've got a (I think) very strange issue with the AuthenNTLM and my Samba-based windows domain. I'd like to obtain the usual - all domain authenticated...
I'm just changing my old "handler:FilterRequestHandler" in PerlOutputFilterHandler as it is not working with my "new&fresh"mp2 compilation. Then there's the...
The URL http://people.apache.org/~pgollucci/Apache-Test-1.27.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PG/PGOLLUCCI/Apache-Test-1.27.tar.gz size:...
The URL http://perl.apache.org/dist/mod_perl-2.0.2.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PG/PGOLLUCCI/mod_perl-2.0.2.tar.gz size: 3692744 bytes ...
In recent weeks and days some new versions of software has come out. I got the following to compile together fine, in case there should have been any doubt. ...
hi, I am new to mod_perl.This is my first doubt,and I need some help. I test this script under mod_perl: #!/usr/bin/perl -w use strict; use warnings; print...
... This seems to disable the PerlHandler, but the Perl*Handlers remain intact. I have defined a PerlAuthenHandler, PerlAuthzHandler and a PerlFixupHandler for...