Search Discussions
-
37
Amazon
I've heard from a few reputable sources that Amazon is looking to drop mod_perl, and push into another technology ( which I've also head is likely to be Java ). They have a HUGE deployment on mp, and ...Jonathan Vanasco
Feb 23, 2008 at 1:59 am
Mar 2, 2008 at 4:15 pm -
Hello mod_perl users, I am developing a mod_perl module (MyModule) to manage sessions/authentication. This module: - uses Apache::Session to store session-related information - is cookie-based - ...
Titetluc titetluc
Feb 6, 2008 at 11:15 am
Feb 18, 2008 at 7:55 pm -
At what cases should we return a DECLINED or a OK from a handler? I saw the handler of PerlTransHandler returns a Apache2::Const::DECLINED but dont know why. thanks.
J. Peng
Feb 29, 2008 at 3:12 am
Mar 1, 2008 at 8:49 am -
Hi All, I have been using mod_perl, and I have several perl-cgi files that use the open(). I use this function to open/include my header, footer, basically a poor man template system. Currently, when ...
Mag Gam
Feb 7, 2008 at 3:06 am
Feb 11, 2008 at 7:46 pm -
Hi. I just re-installed a Windows XP Pro SP2 station from scratch after a virus infection. I installed Apache 2.2.8, Activeperl 5.8.8.822 and mod_perl 2.0.3 from uwinnipeg. I cannot start Apache as a ...
André Warnier
Feb 7, 2008 at 12:30 am
Feb 11, 2008 at 2:20 am -
The mod_perl 1.31 release candidate 3 "Works with Perl 5.10" is ready. It can be downloaded here: http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc3.tar.gz MD5: 979059e20febef686e7c2a4d55fe3683 SHA1: ...
Philippe M. Chiasson
Feb 26, 2008 at 9:31 am
Feb 29, 2008 at 11:30 am -
Greetings, I'm running Apache 1.3.28 and mod_perl 1.27. I have quite a few Perl CGI scripts that run via Apache::PerlRun and product HTML output. I'd like to be able to modify the HTML output of ...
Peter Wood
Feb 28, 2008 at 2:34 pm
Mar 10, 2008 at 2:42 pm -
Hi, In an explanation to J. Peng you wrote some interesting bits that I put in a condensed form below. Now you mentioned in another mail that the subject has shifted a bit, so I changed the subject ...
Frank Maas
Feb 29, 2008 at 4:56 pm
Mar 3, 2008 at 4:18 am -
Hello members, I need to write an input filter based on the request headers. If request includes a "Accept-Encoding: gzip, deflate" header, I should redirect the request to /pathA. If request doesn't ...
J. Peng
Feb 28, 2008 at 4:18 am
Feb 28, 2008 at 2:29 pm -
Hi all, I don't know where to find answers to the following questions, so better ask the list : - 1) is modperl2 currently compatible with Perl 5.10 ? If not, are some people working on it ? For ...
Dami Laurent (PJ)
Feb 20, 2008 at 5:09 pm
Feb 26, 2008 at 2:48 am -
Hi all, I have written a handler to take care of requests and there is something unexpected [to me, anyway :-) ] happening which may be my fault, but I was wondering if someone can explain it to me. ...
Raymond Wan
Feb 14, 2008 at 1:34 pm
Feb 20, 2008 at 9:24 am -
Is it possible? Hi all, Here is my situation. I would like a mod-perl script (a Mason script actually, but from the mod_perl API POV it's the same thing) to act as a gatekeeper for file access -- ...
Victor Danilchenko
Feb 22, 2008 at 2:26 pm
Feb 22, 2008 at 11:58 pm -
Greetings. I use a program called MapServer to generate images. It's a C binary, and most people seem to run it (essentially) directly as a CGI program. By essentially, I mean the binary is typically ...
Colin Wetherbee
Feb 27, 2008 at 11:28 pm
Mar 5, 2008 at 1:19 am -
Hi folks, I'm trying to make my apache processes as small as possible, and one thing I find lacking in optimisation guides is actual real world process sizes. So... how big is yours? ;) Mine start at ...
John ORourke
Feb 22, 2008 at 9:53 am
Feb 23, 2008 at 4:13 am -
I'm looking at the information in mod_perl 2 User's Guide (and online) about using VirtualHost and +Parent, with an ithreads-enabled Perl, in order to be able to modify @inc by virtualserver. On my ...
Dylan Tynan
Feb 11, 2008 at 2:44 pm
Feb 12, 2008 at 2:40 am -
I have installed Apache2::Request via CPAN, but i keep getting this message in my error_log [error] Global symbol "$r" requires explicit package name at /var/www/perl/doc.pl line 10.\n Apache ...
Mag Gam
Feb 10, 2008 at 6:58 am
Feb 10, 2008 at 5:31 pm -
Hello, With some help from this board I've been able to get my project running well under ModPerl::Registry - am even using two of my own (woopie !) modules, so thanks all. Am now trying to save ...
Brett lee
Feb 6, 2008 at 4:52 pm
Feb 6, 2008 at 9:29 pm -
Hi there. For the last few days, I've been trying to install mod_perl for my server. It's running Slackware 12.0 with Apache 2.2.8 (with APR 1.2.12) and Perl 5.10.0. The version of mod_perl I'm using ...
Zakk
Feb 2, 2008 at 2:05 am
Feb 3, 2008 at 12:44 am -
I'm new to mp2 and have a relatively old application that used the mp1 implementation of grabbing get/post params from incoming requests: $r = shift; # grab incoming value my $value = $r- ...
Kirk
Feb 20, 2008 at 5:55 pm
Feb 20, 2008 at 7:42 pm -
2
mod_perl
hi I am running apache2 and have installed libapache2-mod-perl2 on Ubuntu 7.04 $dpkg -l | grep apache2 ii apache2 2.2.3-3.2ubuntu2.1 Next generation, scalable, extendable web server $ dpkg -l | grep ...Kaushal Shriyan
Feb 20, 2008 at 3:07 pm
Feb 20, 2008 at 3:29 pm -
Hello mod_perl Gurus, I'm not sure if this is a mod_perl issue or just an Apache configuration issue. Please redirect me if appropriate. My Configuration: Apache/2.2.8 (Win32) Perl: v5.8.8 mod_perl ...
Billeb, Andrew (ATS, IT)
Feb 19, 2008 at 8:50 pm
Feb 20, 2008 at 12:40 pm -
Following the community's earlier comment on how modperl was compiled against build 820 of ActivePerl, I've decided to check it out (since my 822 copy is acting up a little on my mp2 setup). It's not ...
Foo JH
Feb 12, 2008 at 3:17 am
Feb 12, 2008 at 9:39 am -
I've spent at least a couple of hours trying to figure this out and reading manuals, to no avail, hence asking here. I hope it's not too obvious :-). I'm running a mod_perl (2.0.2) script from the ...
Matthew Tylee Atkinson
Feb 10, 2008 at 8:59 pm
Feb 11, 2008 at 1:57 pm -
Greetings, Is it possible to dynamically add core output filters such as INCLUDE with $r- add_output_filter('INCLUDE')? The docs indicate that PerlSetOutputFilter INCLUDE is ok, but it looks like $r- ...
Fred Moyer
Feb 20, 2008 at 7:45 pm
Feb 21, 2008 at 8:54 am -
Hi, I am trying to get mod_perl to work in chroot using mod_chroot. It works fine without chroot. This is the error am getting: "failed to resolve handler `ModPerl::Registry': Can't locate ...
James Breat
Feb 10, 2008 at 3:29 am
Feb 10, 2008 at 10:35 am -
So I've been running my shiny new perl module for a couple weeks now without any issues. I call the module (Nav::Ad) four times (header, footer, left, right) from each of my "Registry" scripts. The ...
Brett lee
Feb 9, 2008 at 3:31 pm
Feb 9, 2008 at 9:43 pm -
Is there some hook or other way to run some Perl code just before the very first fork() of the original apache process? The "manual" way is to put the code at the very end of the last Perl file ...
John Siracusa
Feb 8, 2008 at 1:01 am
Feb 8, 2008 at 7:40 pm -
The uploaded file Apache-AuthCookie-3.11.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.11.tar.gz size: 35827 bytes md5: 536ad77c61eaafe1ef152ccdfcdbdbd2 Changes: ...
Michael Schout
Feb 29, 2008 at 6:56 pm
Feb 29, 2008 at 6:56 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I'm on AIX 5.3. I used snapsot modperl-2.0_20080229115113. I'm failing in the make test where get a ...
O'DELL, TODD E (ATTOPS)
Feb 29, 2008 at 4:10 pm
Feb 29, 2008 at 4:10 pm -
Apache::Reload 0.10 has been uploaded to your nearest CPAN mirror. md5: 1d89841153b76b384e08479e3e26082a Changes include unreleased updates to 0.08 and 0.09. The Apache::Reload package contains ...
Fred Moyer
Feb 26, 2008 at 7:10 pm
Feb 26, 2008 at 7:10 pm -
FYI - RC5 has gone through some vetting on the dev list and no test failures have been found so far. Please take if for a spin if you have a chance and report back success or failure. ...
Fred Moyer
Feb 20, 2008 at 8:24 pm
Feb 20, 2008 at 8:24 pm -
unsuscribe Ricardo german Kärcher gerkarcher@yahoo.com.ar german@gnosticos.net rgkx@imaginator.com Yahoo! Encuentros. Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! Encuentros ...
RGKärcher
Feb 20, 2008 at 6:30 pm
Feb 20, 2008 at 6:30 pm -
Hello all, I would like to use attributes (Attribute::Handlers) in a mod_perl module. I defined my attribute: use Attribute::Handlers; sub Catch_error ATTR(CODE, BEGIN) { ... } My module uses this ...
Titetluc titetluc
Feb 20, 2008 at 9:43 am
Feb 20, 2008 at 9:43 am -
Krang v3.01 Release: February 15, 2008 Release Summary This release adds many new, and often requested features. Krang now supports multiple windows, permitting users to edit more than one story at a ...
Jesse Erlbaum
Feb 15, 2008 at 11:43 pm
Feb 15, 2008 at 11:43 pm -
Hi... I'm having trouble at work upgrading an existing mod_perl 1 installation to mod_perl 2. My predecessor set up the mod_perl 1 installation, so although I'm ok coding, I don't have the mod_perl ...
Nick Challoner
Feb 15, 2008 at 11:08 pm
Feb 15, 2008 at 11:08 pm -
Hello all, I would like to use attributes (Attribute::Handlers) in a mod_perl module. I defined my attribute: use Attribute::Handlers; sub Catch_error ATTR(CODE, BEGIN) { ... } My module uses this ...
Titetluc titetluc
Feb 15, 2008 at 12:07 pm
Feb 15, 2008 at 12:07 pm -
http://www.paulgraham.com/arcchallenge.html -- Anyone for four dimensional chess programming?
David Nicol
Feb 11, 2008 at 7:31 pm
Feb 11, 2008 at 7:31 pm -
Hi all, I've done some refactoring recently on my mp2 app (on Win32), and succeeded in resolving the annoying startup issue (basically, does not start up well). I've documented my experience in the ...
Foo JH
Feb 9, 2008 at 4:37 pm
Feb 9, 2008 at 4:37 pm -
Also, the 4.10 doc writes: $session = new CGI::Session(undef, undef, {Directory= '../tmp/sessions'}); I've tried "../tmp/sessions" and "/tmp/sessions". Have never seen anything in "../tmp/sessions" ...
Brett lee
Feb 7, 2008 at 12:37 am
Feb 7, 2008 at 12:37 am -
I've made some updates to the templating comparison at http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html. - Removed outdated Apache::AxKit information and replaced it with a brief ...
Perrin Harkins
Feb 4, 2008 at 4:53 pm
Feb 4, 2008 at 4:53 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 40 |
posts | 218 |
users | 63 |
website | perl.apache.org |
63 users for February 2008
Archives
- October 2014 (25)
- September 2014 (48)
- August 2014 (19)
- July 2014 (12)
- June 2014 (65)
- May 2014 (35)
- April 2014 (22)
- March 2014 (17)
- February 2014 (60)
- January 2014 (14)
- December 2013 (5)
- November 2013 (27)
- October 2013 (35)
- September 2013 (13)
- August 2013 (14)
- July 2013 (18)
- June 2013 (35)
- May 2013 (50)
- April 2013 (52)
- March 2013 (36)
- February 2013 (40)
- January 2013 (17)
- December 2012 (38)
- November 2012 (72)
- October 2012 (46)
- September 2012 (39)
- August 2012 (36)
- July 2012 (49)
- June 2012 (51)
- May 2012 (38)
- April 2012 (79)
- March 2012 (68)
- February 2012 (80)
- January 2012 (98)
- December 2011 (56)
- November 2011 (59)
- October 2011 (44)
- September 2011 (25)
- August 2011 (35)
- July 2011 (159)
- June 2011 (113)
- May 2011 (113)
- April 2011 (31)
- March 2011 (75)
- February 2011 (123)
- January 2011 (80)
- December 2010 (90)
- November 2010 (55)
- October 2010 (67)
- September 2010 (82)
- August 2010 (46)
- July 2010 (31)
- June 2010 (40)
- May 2010 (84)
- April 2010 (125)
- March 2010 (99)
- February 2010 (113)
- January 2010 (145)
- December 2009 (70)
- November 2009 (110)
- October 2009 (142)
- September 2009 (235)
- August 2009 (133)
- July 2009 (85)
- June 2009 (97)
- May 2009 (72)
- April 2009 (129)
- March 2009 (220)
- February 2009 (128)
- January 2009 (221)
- December 2008 (151)
- November 2008 (160)
- October 2008 (190)
- September 2008 (134)
- August 2008 (139)
- July 2008 (127)
- June 2008 (186)
- May 2008 (196)
- April 2008 (234)
- March 2008 (175)
- February 2008 (218)
- January 2008 (179)
- December 2007 (212)
- November 2007 (275)
- October 2007 (296)
- September 2007 (262)
- August 2007 (188)
- July 2007 (250)
- June 2007 (340)
- May 2007 (343)
- April 2007 (284)
- March 2007 (340)
- February 2007 (169)
- January 2007 (351)
- December 2006 (252)
- November 2006 (314)
- October 2006 (218)
- September 2006 (302)
- August 2006 (491)
- July 2006 (192)
- June 2006 (266)
- May 2006 (291)
- April 2006 (214)
- March 2006 (346)
- February 2006 (538)
- January 2006 (348)
- December 2005 (401)
- November 2005 (340)
- October 2005 (376)
- September 2005 (491)
- August 2005 (647)
- July 2005 (414)
- June 2005 (392)
- May 2005 (609)
- April 2005 (600)
- March 2005 (429)
- February 2005 (566)
- January 2005 (522)
- December 2004 (671)
- November 2004 (561)
- October 2004 (344)
- September 2004 (407)
- August 2004 (551)
- July 2004 (480)
- June 2004 (449)
- May 2004 (482)
- April 2004 (456)
- March 2004 (643)
- February 2004 (535)
- January 2004 (496)
- December 2003 (616)
- November 2003 (728)
- October 2003 (527)
- September 2003 (437)
- August 2003 (567)
- July 2003 (807)
- June 2003 (672)
- May 2003 (664)
- April 2003 (668)
- March 2003 (551)
- February 2003 (566)
- January 2003 (637)
- December 2002 (440)
- November 2002 (652)
- October 2002 (690)
- September 2002 (410)
- August 2002 (704)
- July 2002 (650)
- June 2002 (1,057)
- May 2002 (746)
- April 2002 (943)
- March 2002 (937)
- February 2002 (757)
- January 2002 (743)
- December 2001 (705)
- November 2001 (641)
- October 2001 (718)
- September 2001 (536)
- August 2001 (895)
- July 2001 (701)
- June 2001 (649)
- May 2001 (667)
- April 2001 (678)
- March 2001 (739)
- February 2001 (796)
- January 2001 (1,075)
- December 2000 (1,399)
- November 2000 (1,093)
- October 2000 (845)
- September 2000 (963)
- August 2000 (1,128)
- July 2000 (1,254)
- June 2000 (1,251)
- May 2000 (1,363)
- April 2000 (1,381)
- March 2000 (1,361)
- February 2000 (816)