Can someone point me to a URL that describes the purpose of the Apache2 namespace? Latest mod_perl was just installed on one of my systems and I noticed a few...
Hello all, I have a module that can be run either under mod_perl 1 and 2. This works great when running and testing using Apache-Test, but the bit I'm having...
Hi, I am using CGI::Application under mod_perl 1.29/with mod_ssl on a Solaris 10 machine. Since our move from a internal office machine that was not using SSL...
The uploaded file Apache-Scoreboard-2.08.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MJ/MJH/Apache-Scoreboard-2.08.tar.gz size: 18572 bytes md5:...
The uploaded file GTop-0.16.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MJ/MJH/GTop-0.16.tar.gz size: 28274 bytes md5: c3b1f36c3c9e1031f783027fe1c098d0...
The uploaded file Apache-VMonitor-2.05.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MJ/MJH/Apache-VMonitor-2.05.tar.gz size: 22413 bytes md5:...
... Hash: SHA1 Dear members of the mod_perl list, I did not find an elegant, robust way of checking for the mod_perl version number. I propose an unelegant,...
Apache::VMonitor and Apache::Scoreboard do not want to compile cleanly under mod_perl 2.0.1. I am running: Centos 4.0 (really Redhat Enterprise Linux 4.0) with...
Hi, I made a couple of changes to Apache::DBI to allow connect_on_init to work with mod_perl2. Here's the diff if anyone is interested: diff DBI.pm DBI.pm.old ...
Hi Folks, I'm getting cgid errors in t/logs/error_log unless I set 'ScriptSock39; in t/conf/extra.conf.in. -- [Wed Jun 29 11:10:52 2005] [error] cgid daemon...
I'm having a problem with Apache2::Cookie (2.05-dev) and mod_perl2 (1.999.23). No matter what order I specify the parameters in for a new cookie the path...
greetings, so i was trying to get a small mp2 method handler working: package My; use strict; use warnings; use base qw(Base); use Apache2::RequestRec(); use...
I noticed two problems (possibly just documentation issues?) when playing with PerlOptions +Parent and virtual hosts: 1) PerlSwitches -Mlib and -I were...
Hello, I have implemented modperl2.0, Apache2.0 and AuthenSmb0.72. I have modified AuthenSmb to include timeout conditions. Everthing works fine, with an...
We have the need to delete a specific Set-Cookie header found in the reponse within a reverse proxy [Apache2, libapreq2, mod_perl2, mod_proxy with an HTTP...
Recently, I posted about a problem with AuthDBI under MP2 discovered during testing. After much hair pulling, I have deduced the following: During my testing...
Hello, I know that a little while ago, Lincoln put out a new version of CGI.pm to deal with API changes in mod_perl2. The question I have is this: if I am...
I have spent many days now searching through the archives and although they are close to what I am seeing none are exactly like what I have. I am using Apache...
hi all, configure, make & install are all look generally pretty clean, but 'make test' shows some errors. here's the report; happy to help. cheers, richard ......
... 1. Problem Description: OS: AIX 4.3.3 I am unable to successfully run make test. Due to permission issues I'm running the Makefile.PL, make, and make test...
I've got an HTTP output filter running on mp2-RC4 + httpd2.0.54 + libapreq2-2.04_03-dev, and occasionally I see these messages in my error_log: [Sun May 01...
I am trying to get mod_perl to work /w apache w/o success. Is there any one who can tell me what I am doing wrong? - Apache/1.3.33 (Unix) mod_perl/1.29 on Red...
Hi, My system is as this Apache/1.3.33 (Darwin) PHP/4.3.11 mod_perl/1.26. The system worked fine until I installed mason script on it recently. When I tried to...
I'm not sure whether it is a real bug, not properly documented or whether I'm just being particularly thick, but I can't seem to build a statically- linked...
Here's a new patch against Philip's Apache::DBI v0.96 that includes a patch per the constants coexistence notes that makes the program work in MP1 and 2 ...
Hy everybody, I'm using Apache to and mod_perl to develop a reverse proxy which authenticates users before forwarding requests to the backend servers. My...