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

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...
6 Dec 8, 2004
9:31 pm

Arshavir Grigorian
ag@...
Send Email

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...
8 Dec 8, 2004
8:49 pm

Stas Bekman
stas@...
Send Email

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('request&#39;)) { ...
3 Dec 8, 2004
1:26 am

Arshavir Grigorian
ag@...
Send Email

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...
8 Dec 7, 2004
5:41 pm

Stas Bekman
stas@...
Send Email

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 ...
8 Dec 7, 2004
2:18 pm

Tom Schindl
tomAtLinux@...
Send Email

(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...
3 Dec 6, 2004
10:45 pm

David Nicol
davidnicol@...
Send Email

[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...
6 Dec 6, 2004
10:13 pm

Joe Orton
jorton@...
Send Email

... 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...
1 Dec 6, 2004
3:17 pm

Christopher H. Laco
modperl@...
Send Email

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...
3 Dec 6, 2004
2:06 pm

Chris Brown
chris@...
Send Email

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...
1 Dec 6, 2004
4:35 am

Chris Winters
chris.winters@...
Send Email

Hi! I want set AuthName from hadler(), instead from httpd.conf. I put in Authen handler: ... sub handler { my $r = shift; $r->auth_name('Decline...
6 Dec 6, 2004
3:22 am

Maxim Nechaev
nechaev@...
Send Email

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(),...
2 Dec 5, 2004
5:57 pm

Stas Bekman
stas@...
Send Email

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...
3 Dec 5, 2004
4:53 pm

Stas Bekman
stas@...
Send Email

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...
3 Dec 4, 2004
12:51 pm

Tom Schindl
tomAtLinux@...
Send Email

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...
5 Dec 4, 2004
4:33 am

Raphael Ferguson
fergur@...
Send Email

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...
11 Dec 4, 2004
2:40 am

Michael Peters
mpeters@...
Send Email

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...
13 Dec 3, 2004
8:41 am

Ray Chuan
rctay1989@...
Send Email

Hello, We're having quite the time with CGIs being called in mod_perl, listed ... use DBI my $write_dbh = ...
8 Dec 2, 2004
7:48 pm

Rob Mueller
robm@...
Send Email

... Realy it is not on CPAN? http://search.cpan.org/search?query=libapreq2&mode=dist -- best regards Ing. Roman Vasicek software developer ...
3 Dec 2, 2004
3:35 pm

Kurt Hansen
khansen@...
Send Email

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...
5 Dec 2, 2004
3:32 pm

Stas Bekman
stas@...
Send Email

Hi ! I am using Apache/1.3.33 and Mod-Perl 1.29. I have following httpd.conf file. ==== ServerRoot "/home/pvnaik/lab/mp1" Timeout 300 KeepAlive On ...
4 Dec 2, 2004
3:28 pm

Stas Bekman
stas@...
Send Email

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/,...
12 Dec 1, 2004
9:30 pm

Stas Bekman
stas@...
Send Email

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...
3 Dec 1, 2004
9:28 pm

Fred Moyer
fred@...
Send Email

+--------------------------------------------------------------------+ ... +--------------------------------------------------------------------+ [0]nicholas...
1 Dec 1, 2004
7:32 pm

Stas Bekman
stas@...
Send Email

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...
2 Dec 1, 2004
2:59 pm

Stas Bekman
stas@...
Send Email

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.html&#39;, '',...
3 Dec 1, 2004
5:05 am

David Oberlitner
tanamon@...
Send Email

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...
1 Dec 1, 2004
12:56 am

Ben Mehling
bmehling@...
Send Email

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...
47 Nov 30, 2004
11:24 pm

Valerio_Valdez Paolini
paolini@...
Send Email

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...
26 Nov 30, 2004
11:14 pm

Thierry Valentin
valentin@...
Send Email

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...
1 Nov 30, 2004
9:37 pm

Joshua Eric Turcotte
josh@...
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