I am using a module that wants to tie to the Apache::RequestRec The following code works in mod_perl/1.99_12 but does not seem to work in mod_perl/1.999.21 - I...
Hello, I'm working on moving a Web server to a new location, and to test it, I'd like to use a simple filter to replace all references to the old server name...
Hi, What's the preferred way to build Apache 1.3.33 with mod_perl 1.29, mod_rewrite, and mod_proxy compiled in. (I happen to be using Mac OS X 10.2 and perl...
... 1. Problem Description: I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and the make test ran ok. However, the httpd-2.0.52 with the...
slightly OT, but i'm doing this in mod_perl! server Apache/2.0.52 (Unix) mod_perl/1.99_16 Perl/v5.8.1 use use Apache::Cookie; use Apache::Request (); use...
Hi, I seem to have a bizarre problem with method handlers on my setup. I have a set of different handlers, all of which are method handlers so that I can...
Morning I'm trying to run Authen:Smb After spending some time debugging, it returns an error can not locate valid_user.al valid_user() is a function call from...
Hello, I wonder if someone could possible help me with an issue regarding Tie::RDBM. I am using it on a mod_perl 2.0 enabled website with apache 2.0.51 with...
Hi, I am sure this is a simple question but I just can't seem to find any documentation that can tell me exactly what is wrong. The current box I am running my...
Hi, I've been trying for some considerable time now to implement web content compression for our application, but it seems impossible without a rewrite. Our...
how would i go about retrieving (mod_perl or otherwise) the name of the immediate calling handler of the current handler being executed? i'm trying to do loop...
hi i'm trying to make this modperl upload handler work and it doesn't. it keeps giving me absolutely nothing for the file [but gives all the params and their...
Greetings, I have some home-grown modules that I wish to have pre-compiled into a heavy Apache server via mod-perl. Must my module EXPORT the desired sub...
Hi list I've just installed Mod_perl/Apache 2 and am trying to just get some basic stuff up an running before I delve in to the heavier stuff. I've got the...
Hi everyone. I think I only have 2 hurdles left to get my mp1 stuff running under mp2 I have an access handler that overrides my PerlAuthenHandler for a couple...
I tried to install libapreq2-2.40-dev on a debian sarge like so ./configure --with-apache2-apxs=/usr/bin/apxs2 I get the following apxs:Error: Invalid query...
I thought people would be pleased to hear that we (Plus Three) got a writeup in eWeek about one of our projects that uses mod_perl. It doesn't specifically...
We're running Apache 1.3.20, modperl 1.25_01-dev, and AuthCookie 3.00 (yeah, I know they're old, but I don't have any say about that). We were having reports...
It's that time of year when Perl conferences ask for submissions. Last year I asked for some feedback on what subjects people wanted to hear about, and I'll...
... You forgot to mention what Apache::VMonitor version you are using (also what Apache::Scoreboard version) ... All this information is coming from Apache's...
Hi Again people. 24 hours later I've nearly got everything working right on mp2 on 2 servers, one linux and one OSX. Woo hoo. The linux server is at an ISP and...
Hello list, The qr example in the guide does not work as expected. Using the /o in the foreach loop matches based on the first value of $re and never changes...
Hello all: I want to use Compress::Zlib to deflate contents being sent to the client. One way is using it's gzopen(<file or filehandle>, <mode>) call. Is there...
Hello, We are using the latest version of Apache (1.3.33) and mod_perl (1.29) running on FreeBSD 4.9. When mod_perl is compiled as a DSO the server grows by...
Can anyone point me towards a good reference for running multiple mod_perl servers on the same box? I'm going to be having 2-3 mod_perl apps running at once on...
Hi all, A couple weeks back I mentionned I was working on a HTTP tunnel project that uses mod_perl. Well I finally got around to document and publish it so...
Dear all, I am trying my mod_perl in my Apache webserver for the first time (under Mdk-Linux). I have created a simple "print hello world" script with the name...
A module I wrote is somehow running out of memory and I need to find out why and where the problem is occurring. Searching through the archives, I discovered...
Hello, I am trying to upgrade from mod_perl 1.29 to mod_perl 1.99 on Apache 2.0 (the OS is RHL9). I have installed the mod_perl 1.99 binary RPM, but when I...
Currently I have an AuthenHandler that (amazingly enough) handles authentication for a group of webpages. An ErrorDoctype directive points users who haven't...