Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

modperl · Perl module for Apache

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
3 Feb 3, 2005
5:57 pm

J Matisse Enzer
matisse@...
Send Email

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...
4 Feb 3, 2005
7:40 am

Scott Gifford
sgifford@...
Send Email

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...
2 Feb 3, 2005
2:30 am

Geoffrey Young
geoff@...
Send Email

... 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...
21 Feb 3, 2005
1:12 am

Stas Bekman
stas@...
Send Email

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...
5 Feb 2, 2005
5:40 pm

Perrin Harkins
perrin@...
Send Email

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...
7 Feb 2, 2005
4:42 pm

Martin Moss
martin_moss@...
Send Email

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...
3 Feb 2, 2005
4:06 pm

ds10025@...
Send Email

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...
1 Feb 2, 2005
10:29 am

Henrik Steffen
steffen@...
Send Email

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...
2 Feb 2, 2005
4:04 am

Stas Bekman
stas@...
Send Email

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...
9 Feb 1, 2005
10:06 pm

Rob Mueller
robm@...
Send Email

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...
2 Feb 1, 2005
9:13 pm

Philippe M. Chiasson
gozer@...
Send Email

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...
2 Feb 1, 2005
7:08 am

Tom Schindl
tomAtLinux@...
Send Email

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...
7 Jan 31, 2005
7:17 pm

Leo
leo-mod-perl@...
Send Email

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...
5 Jan 31, 2005
6:59 am

Philippe M. Chiasson
gozer@...
Send Email

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...
3 Jan 31, 2005
4:06 am

Stas Bekman
stas@...
Send Email

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...
3 Jan 30, 2005
9:30 pm

tic@...
Send Email

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...
3 Jan 30, 2005
7:40 pm

Perrin Harkins
perrin@...
Send Email

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...
3 Jan 29, 2005
3:39 pm

Randy Kobes
randy@...
Send Email

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...
1 Jan 29, 2005
6:02 am

Perrin Harkins
perrin@...
Send Email

... You forgot to mention what Apache::VMonitor version you are using (also what Apache::Scoreboard version) ... All this information is coming from Apache's...
10 Jan 29, 2005
3:16 am

Stas Bekman
stas@...
Send Email

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...
2 Jan 28, 2005
10:21 pm

Stas Bekman
stas@...
Send Email

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...
2 Jan 28, 2005
12:18 am

Stas Bekman
stas@...
Send Email

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...
6 Jan 27, 2005
6:07 pm

Geoffrey Young
geoff@...
Send Email

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...
2 Jan 27, 2005
2:27 pm

David Dorward
dorward@...
Send Email

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...
3 Jan 27, 2005
12:27 pm

Sean T Allen
sean@...
Send Email

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...
1 Jan 27, 2005
12:26 pm

Patrick LeBoutillier
patrick.leboutillier@...
Send Email

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...
5 Jan 27, 2005
11:16 am

Sean Davis
sdavis2@...
Send Email

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...
5 Jan 27, 2005
3:37 am

Stas Bekman
stas@...
Send Email

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...
10 Jan 26, 2005
11:13 pm

David Romero
david@...
Send Email

Currently I have an AuthenHandler that (amazingly enough) handles authentication for a group of webpages. An ErrorDoctype directive points users who haven't...
4 Jan 26, 2005
9:30 pm

Sean Davis
sdavis2@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help