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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

a signal handler for USR2 has been setup in startup.pl, but sendinga USR2 to the root httpd process does not result in the execution of the signal handler;...
6 Jan 8, 2004
8:36 am

Torsten Foertsch
torsten.foertsch@...
Send Email

Problem solved. Turned out to be some kernel patches redhat has applyed to their kernel. It works fine with a vanilla kernel, litteraly all memory is reported...
2 Jan 8, 2004
6:24 am

Stas Bekman
stas@...
Send Email

For referance the problem i am seeing, is that even though i have configured a load of modules to be preloaded, they are not being preloaded, or at least not...
4 Jan 7, 2004
3:54 am

Perrin Harkins
perrin@...
Send Email

My system has httpd 2.0 compiled with "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" . "make test" of mod_perl has genearted a coredump with the following...
5 Jan 6, 2004
11:00 pm

Hyoung-Kee Choi
hkchoi@...
Send Email

Hello, I am working on Mac osx 10.2.8 (perl v-5.6.0) and I try to install these 2 applications but under Mod-perl I tried to do "make" I got some error...
2 Jan 6, 2004
6:06 pm

Stas Bekman
stas@...
Send Email

I'm trying to build a configuration with some customlogs. Here's what I tried unsuccessfully, someone could give me any hint about it ? $VirtualHost{$vhost}={ ...
2 Jan 6, 2004
1:48 pm

Geoffrey Young
geoff@...
Send Email

I am trying to use the LWP module & the perl module ... . . use LWP::UserAgent; . . ... This line throws error : Can't locate URI.pm in @INC (@INC contains: ...
2 Jan 5, 2004
9:07 am

Ruslan U. Zakirov
cubic@...
Send Email

Hi, I want to write a Perl handler that pokes into the content of a request in order to see if a certain parameter is present and if so to change the request...
4 Jan 2, 2004
8:22 pm

Stas Bekman
stas@...
Send Email

[MDL side: I'm CCing this for informational purposes. I'll post a reply later with what information I get.] I just want to make sure I get this right... I'd...
6 Dec 31, 2003
8:22 pm

Stas Bekman
stas@...
Send Email

Hi, I am working on an implementation of a notification system based on HTTP and I need to write a mod_perl-based Apache module that handles the (non-HTTP1.1...
4 Dec 31, 2003
8:17 pm

Stas Bekman
stas@...
Send Email

Hello, I'm trying to use bug-mp2, but I get this error and I don't know where to find the missing file: root@penny:/var/www/bug-mp2 # perl Makefile.PL -apxs...
3 Dec 31, 2003
8:15 pm

Stas Bekman
stas@...
Send Email

Hi, I just switch my apache to use the worker MM. I have a filter which uses Cache::SharedMemoryCache to share data between process (and hopefully threads...
3 Dec 31, 2003
8:06 pm

Stas Bekman
stas@...
Send Email

Hello There. I have installed Mandrake 9.1, and in the installation I asked it to also install Apache 2, mod_perl, mysql. now I want to make them all work. I...
2 Dec 31, 2003
7:47 pm

Stas Bekman
stas@...
Send Email

mod_perl doesn't work when run on a file system with acls, since the code checks manually for a relevant execute bit on a script before running it (as does the...
6 Dec 31, 2003
4:58 am

Stas Bekman
stas@...
Send Email

NEW FUNCTIONALITY (Cameron Prince, Terrence Brannon) * Full SQL Query input via the !Query option to Search() * added the '$makesql&#39; flag to Search() so that...
1 Dec 31, 2003
3:17 am

Terrence Brannon
metaperl@...
Send Email

I've read the docs at http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Excep tion_Handling_for_mod_perl and still have some questions. ...
3 Dec 30, 2003
11:17 am

Dominique Quatravaux
dom@...
Send Email

When running a .pl script from browser, an error message in the apache log indicates that the subroutines have already been defined. I assume this is because...
4 Dec 29, 2003
10:14 pm

Ged Haywood
ged@...
Send Email

Hi, i don't have the last modperl version installed, and i know that maybe it corrects my problem, but before starting a so tedious process (for many reasons)...
2 Dec 29, 2003
10:33 am

Thomas Schindl
tom.schindl@...
Send Email

Hi! Anyone has experience in testing an Apache module (mod_perl 2.0, of course) with custom configuration directives ? I'm talking about a module "packaged";...
8 Dec 26, 2003
3:12 pm

Carletto
carletto752002@...
Send Email

Greetings, This is a very minor problem but it has existed for a long time. When downloading the source for mod_perl-2.0 you get a file ...
4 Dec 24, 2003
10:19 pm

Randy Kobes
randy@...
Send Email

I have this piece of code running AccessController.om ... my $cookie = CGI::Cookie->new(-name => 'sessid&#39;, -value => {XYZ => '321312&#39;}, -expires => '+1M');...
2 Dec 24, 2003
6:57 am

Roberto Álamos M...
alamos-lists@...
Send Email

I just installed mod_perl 2 onto my Red Hat Linux 7.3 system. My system has Apache 1.3 and Apache 2.0 on it, so I ran the following command to build mod_perl...
3 Dec 24, 2003
4:02 am

Seth Rubin
srubin@...
Send Email

My system has httpd 2.0 compiled with "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" . "make test" of mod_perl has genearted a coredump with the following...
2 Dec 23, 2003
10:29 pm

Stas Bekman
stas@...
Send Email

The uploaded file Apache-Scoreboard-2.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-2.01.tar.gz size: 14132 bytes md5:...
20 Dec 23, 2003
7:48 pm

Jay R. Ashworth
jra@...
Send Email

I have something like this: PerlModule Module <VirtualHost ...> PerlSetVar abc def <Perl > Module->start; </Perl> </VirtualHost>; and in Module.pm use...
14 Dec 23, 2003
4:00 pm

Geoffrey Young
geoff@...
Send Email

I had to setup an entire new computer and setup just to get mod_perl to work. My previous server is httpd 2.048 /PHP4.34/MySQL4.01 I tried to install mod_perl2...
6 Dec 23, 2003
2:19 pm

Lincoln Stein
lstein@...
Send Email

Speedup Apache::Registry scripts! Not so long ago I was enquiring the mod_perl list on how to capture Apache::RegistryNG&#39;s output by subclassing it. Thanks to...
1 Dec 23, 2003
9:28 am

Jean-Michel Hiver
jhiver@...
Send Email

Folks, mod_perl failed to test and generated a strange coredump. The following of the coredump revealed that the dump was occurred because of the null value in...
3 Dec 22, 2003
10:01 pm

Ged Haywood
ged@...
Send Email

The uploaded file Apache-Filter-HTTPHeadersFixup-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Filter-HTTPHeadersFixup-0.01.tar.gz ...
1 Dec 22, 2003
9:08 pm

Stas Bekman
stas@...
Send Email

The uploaded file Apache-VMonitor-2.0.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-VMonitor-2.0.tar.gz size: 22220 bytes md5:...
1 Dec 22, 2003
9:06 pm

Stas Bekman
stas@...
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