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...
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...
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...
... 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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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:...
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...
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...
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 ...
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...
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 ...
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 ...
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 ...
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...