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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

I've been running across a problem lately where a child process terminates because of an out of memory error. It prints Out of Memory once, the the process...
11 Nov 24, 2004
11:02 pm

Stas Bekman
stas@...
Send Email

In the 1.0 documentation there is a section on ways to confirm the version of mod_perl being run: checking the error_log, viewing /perl-status, telnetting in...
5 Nov 24, 2004
10:16 pm

Stas Bekman
stas@...
Send Email

Did everyone see this on perl.com today? http://www.perl.com/pub/a/2004/11/18/mod_perlservice.html I just skimmed it quickly, but I can't understand why this...
7 Nov 24, 2004
9:30 pm

Dan Brian
dan@...
Send Email

... Hash: SHA1 Hi, I am getting such errors: [Tue Oct 19 18:36:28 2004] [error] a content filter was added without a request: includes for _every_ request when...
6 Nov 24, 2004
9:19 pm

Stas Bekman
stas@...
Send Email

it's kind of a grey area as to where this problem is living - hence the double post. taking a mod_perl module that uses SVN::Core (e.g. SVN::Web), and either...
10 Nov 24, 2004
5:37 pm

Stas Bekman
stas@...
Send Email

Last week I had a problem where I could not get my Apache2/mod_perl2/perl5.8.3 web server to catch a SIGPIPE signal in a timely manner. I was asked to post a...
13 Nov 24, 2004
5:00 pm

Stas Bekman
stas@...
Send Email

Hello, i'm working with a kind-of-daemon for my mp2 modules. I will u se on Linux but i'm doing the "testing" on a windows machine, and i am having troubles...
2 Nov 24, 2004
3:59 pm

Stas Bekman
stas@...
Send Email

I've finally had the time to rewrite/polish: http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_Dumped_Core_Files linked from ...
1 Nov 24, 2004
12:37 am

Stas Bekman
stas@...
Send Email

Trying to compile mod_perl 1.28 with apache 1.3.27 on redhat 7.3 system Here is the output of the errors. Any idea's on how to fix this. ...
15 Nov 23, 2004
10:34 pm

Stas Bekman
stas@...
Send Email

Hello. 1. Problem Description: Fresh rebuild. Vanilla perl passed all tests. Apache and mod_perl from latest CVS. ... t/api/lookup_uri.t t/api/request_rec.t...
6 Nov 23, 2004
7:57 pm

Stas Bekman
stas@...
Send Email

Hello. Error: RA layer request failed: PROPFIND request failed on '/perl/modperl/trunk': PROPFIND of '/perl/modperl/trunk': 405 Method Not Allowed...
4 Nov 23, 2004
7:36 pm

Markus Wichitill
mawic@...
Send Email

So this just started happening, and I'm trying to track down why. I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN Trunk) and PHP...
8 Nov 23, 2004
6:05 pm

Stas Bekman
stas@...
Send Email

... 1. Problem Description: I'm trying to create temp file in PerlFixupHandler using File::Temp, write to it, send it to the client and get the temp file...
4 Nov 23, 2004
5:35 pm

RobertCZ
robert@...
Send Email

Hi, I have recently developed a project in Perl and it works great but it works pretty slow because of forking. I've used mod_perl in the past, and have also...
6 Nov 23, 2004
7:36 am

Tom Schindl
tomAtLinux@...
Send Email

Sorry, I forgot the subject... _____ From: Greg Freiter Sent: Monday, November 22, 2004 11:33 AM To: 'modperl@...' ... 1. Problem Description: ...
2 Nov 23, 2004
5:39 am

Stas Bekman
stas@...
Send Email

Hi. Not long time ago i migrate perl cgi application to mod_perl ModPerl::Registry. All ok, but sometime (about one time in a week) it work not so, as...
2 Nov 23, 2004
4:59 am

Stas Bekman
stas@...
Send Email

For those seeking mod_perl advocacy bits. Spotted this on /.org today: http://www.looselycoupled.com/blog/lc00aa00074.html That entry mainly suggests LAMP to...
3 Nov 22, 2004
5:32 pm

Perrin Harkins
perrin@...
Send Email

All, I've had an urgent request for a few paragraphs on the justification for the use of perl. In particularly mod_perl. Someone in the powers that be read an...
10 Nov 22, 2004
11:36 am

Martin Moss
martin_moss@...
Send Email

The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0rc2.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0rc2.tar.gz size:...
1 Nov 21, 2004
7:42 pm

Gerald Richter
richter@...
Send Email

I'm running into an interesting problem, using Apache::SessionManager. My first request to the webpage successfully generates a cookie, and I see it in my...
6 Nov 21, 2004
4:39 pm

Joe Schaefer
joe+gmane@...
Send Email

Can someone tell me why sex, sexy, suck and child are included in the <meta name="keywords" content="mod_perl modperl perl cgi apache webserver speed fast...
8 Nov 21, 2004
10:50 am

Anthony Gardner
cyclewood_ltd@...
Send Email

Hi, I do not post to this list often but I read it regularly; this list consistently provides useful and relevant information--so thanks for this valuable ...
6 Nov 20, 2004
11:07 pm

Fred Moyer
fred@...
Send Email

1.29 sees overly sensitive to small errors in html documents that a browser would ignor, returning empty documents to browser and logging seg faults to apache...
18 Nov 20, 2004
11:32 am

Tim Evans
tkevans@...
Send Email

I am having difficulty sending an XML file to the browser using the Content-Disposition: attachment header. I am running mod_perl/1.99_13 and trying to use an ...
8 Nov 20, 2004
12:08 am

Stas Bekman
stas@...
Send Email

Hello, for best look, I'd like to replace : PerlInitHandler My::Module with MyModule On I've done the XS file using Apache::ExtUtils, but I don't know how to ...
2 Nov 19, 2004
3:21 pm

Geoffrey Young
geoff@...
Send Email

Hi, I'm new to Apache/mod-perl. I hope I'm asking this question in the right forum. When I executed a script having " print print "Hello"; " at shell, it ...
2 Nov 19, 2004
6:10 am

Stas Bekman
stas@...
Send Email

I am experancing the following undesirable behavior. My code looks somethign like this.. $r->print("Some htmlish bits"); $r->rflush; ...
2 Nov 19, 2004
5:28 am

Robert Ferney
capnregex@...
Send Email

Hi Gurus, I'm using Apache 1.3.33 with mod_perl 1.29. In Apache httpd.conf file I'm loading external perl directives using: PerlRequire startup.pl I've...
5 Nov 18, 2004
11:00 pm

Bart Simpson
batttmannn1976@...
Send Email

Hello list, I just tried searching for 'path_info&#39; in the 2.0 docs and got an internal server error(500). ...
3 Nov 18, 2004
4:53 pm

Stas Bekman
stas@...
Send Email

apache 2.0.52 mod_perl 1.99_17 perl 5.8.0 code in question: package ProxyRemoteAddr; use Apache::Const qw(OK); use strict; sub handler { my $r = shift; return...
3 Nov 18, 2004
9:50 am

Tom Schindl
tomAtLinux@...
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