Hello list, I have module called Application which handles all the requests to the site (except for images, etc) and then dispatches the request to a different...
I had to do tests with an older version of mod_perl_1.99 that still had the perl/ithreads* tests. I see that these tests was removed from the distribution in...
Hello list, I am using mp2 (1.99_17) and have the following line in my Exception class to get a complete stacktrace: <snip> if (Apache->can('request39;)) { ...
1. Problem Description: I just unpacked httpd-2.0.52 and mod_perl-1.99_17 and tried to build them with ActivePerl without any extra configuration, but 'make...
Hi Would anyone care to share some info on setting up a CGI. I keep getting this error: [Tue Dec 7 09:48:47 2004] [error] [client 192.168.111.214] Premature ...
(I'm reposting this -- but in the format suggested on the success stories page; apologies for the spam) URL: http://www.mailchannels/opensource/ Title: Running...
[please don't forget to Reply-All when following up on list's discussion! Thanks] ... Excellent. Why can't you use "httpd -k graceful" then? ... I think it...
... I'm not sure. I just got back in town. My last build attempt was early Saturday morning with a fresh SVN. It's not really the test that fails, it more that...
Hi all, New to the list, somewhat new to this whole mod_perl thing. I've got a pretty good handle on it but recently I've been getting segfaults when calling...
OpenInteract 1.99_05 (2.0 beta 5) has been released to CPAN. This release has a number of feature enhancements and bugfixes, including: * Full support for...
Hello I must be missing something because I looked all over the docs and couldn't find a method to retrieve POST form data. I also tried CGI.pm and param(),...
I've got a bad_free error on my hands. If I'm not mistaken, my module wants to free some memory space that's already been freed, right? What can I do to find...
I recently ported a set of old CGI applications for mod_perl. Each script loads a few hashes from flat files (using "open") filled with plain rows of delimited...
Hello all, when attempting to post a form with enctype="multipart/form-data" for file uploading, I receive the following errors in my error_log and the upload...
Hi! I have been trying to configure two servers under Linux (CentOS-3.3) - one vanilla (frontend) & one mod_perl (backend) enabled server with a proxy setting...
Hi, I have DBI 1.45, Apache 2.052 Win32, mod_perl 1.99_17, Perl 5.84. I get that error when working with DBI in the /perl dir of apache. works fine on cmd-line...
Hi, I have an END block in my Apache::PerlRun script. First I was trying to print something in the END{} block and it didn't show up on the browser. I tried...
Hi, FYI, mod_perl2 on FreeBSD requires a couple of minor patches. The ones for r16 are at http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_perl2/files/,...
I am considering upgrading to a 64-bit Opteron-based machine running RH linux. Using perl 5.8, apache 2, mod_perl. Has anyone run into any problems running...
Hi, If Apache is gracefully rastarted multiplae times it dumps core. To reproduce this problem there is a script that can be run which sends a kill -HUP to...
Hi, The following code: use Net::SSLeay qw(post_https make_form); my ($page, $response, %reply_headers) = post_https(39;ssl.aspidon.net', 443, '/test.html39;, '',...
Thanks in advance for looking at this post. We are running into some trouble porting an existing PERL app running under an older cgi accelerator (Blue Titan's...
Gentlemen, mod_perlservice rocks. I know because I wrote it. Let my email explain why I wrote mod_perlservice and why it will provide obvious benefits to...
Hello, I'm currently using the following configuration: - Perl 5.8.4.810 from Activestate - Apache 2.0.52 installed from the MSI package - mod_perl 1.99_17...
Well, we have a fairly large apache-modperl site currently running fine on older versions... apache1.something, modperl 1.something But we're faced with...