Search Discussions
-
The mod_perl 2.0.4 release candidate 1 "Works with Perl 5.10" is ready. It can be downloaded here: http://www.apache.org/~gozer/mp2/mod_perl-2.0.4-rc1.tar.gz MD5: 1f0a941e8b5f26b6102126ae67ddbb43 ...
Philippe M. Chiasson
Apr 2, 2008 at 6:28 am
Apr 16, 2008 at 8:04 pm -
While I did find Torsten Förtsch's very useful Perl::AfterFork module, surely the mod_perl code must be doing something like this itself, no? I'd be grateful to understand mod_perl's response to ...
Mark Blackman
Apr 15, 2008 at 12:51 pm
Apr 18, 2008 at 8:56 am -
Hey there I’m looking for more information on this subject. I’m using mod_perl2 and apache2 Currently what I’m trying to do is to make both the page and the DBI module tainted-enabled I have –t ...
Eli Shemer
Apr 21, 2008 at 3:21 pm
Apr 23, 2008 at 2:51 am -
It seems that using CGI, it is too late return a true 404 once the script is processing the request. It's possible to still send output that returns "page not found" text, but the HTTP status code ...
Mark Stosberg
Apr 15, 2008 at 7:19 pm
May 3, 2008 at 4:34 am -
Howdy, I'm busy finalizing the port of Bricolage to mod_perl2. In the process, I've discovered a bit of weirdness with our TransHandler. For certain requests, it seems to execute twice. Under ...
David E. Wheeler
Apr 23, 2008 at 5:51 pm
Apr 24, 2008 at 10:35 pm -
The mod_perl 1.31 release candidate 4 "Works with Perl 5.10" is ready. It can be downloaded here: http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc4.tar.gz MD5: ba12ce36c4c738bccfa93ab646a6824c SHA1: ...
Philippe M. Chiasson
Apr 2, 2008 at 6:19 am
Apr 21, 2008 at 8:00 am -
Hi folks, I can't seem to find a way to retrieve the inbound port number during requests. I have a server listening on multiple ports, and need to know which one the request came in on. Here's the ...
John ORourke
Apr 23, 2008 at 9:48 am
Apr 23, 2008 at 9:12 pm -
Hi mod_perl maintainers, Thank you for releasing mod_perl 2.0.4. I was wondering what happened to Apache2::Reload? Was it missed in packaging for the upload to CPAN? If so then there may be other ...
Niels van Dijke
Apr 18, 2008 at 8:14 am
Apr 23, 2008 at 12:33 pm -
Folks, <http://perl.apache.org/docs/2.0/api/Apache2/ServerUtil.html#C_get_server_description_ indicates that I should be able to: $description = Apache2::ServerUtil::get_server_description(); ...
Jeff Armstrong
Apr 8, 2008 at 11:27 am
Apr 9, 2008 at 10:15 am -
hi I have installed static mp2 with apache 2.0.63 (forker). I am using perl bind (Sleepycat::DBXML) from dbxml; then I create an object (reference to Sleepycat::DBXML) in startup.pl because i want to ...
Felipe de Jesús Molina Bravo
Apr 3, 2008 at 3:32 pm
Apr 3, 2008 at 8:18 pm -
Hi, for session handling we use CGI:Session cpan distribution, we do use local file for cookie storage, eventhough the session time out is 30, sometimes the set information in the session get lost ...
Tracy12
Apr 17, 2008 at 5:04 am
Apr 28, 2008 at 11:31 pm -
I wrote a simple module that parses the HTTP response body and updates certain text. I want the script to be able to parse and manipulate the HTTP response headers as well. For example add secure and ...
J Amuse
Apr 21, 2008 at 8:31 pm
Apr 28, 2008 at 9:34 am -
Please ask on the modperl list in the future. If you don't get an answer try it again. We all are sometimes too busy to answer questions on the list. So be patient, polite but insistent. Those are ...
Torsten Foertsch
Apr 18, 2008 at 8:35 am
Apr 18, 2008 at 3:20 pm -
Finally, it's here and it works with Perl 5.10! http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz.asc (pgp sig) The package is also available on ...
Philippe M. Chiasson
Apr 17, 2008 at 7:17 am
Apr 18, 2008 at 8:14 am -
Hi, is it possible to hand over the POST input of a SSI document to a virtual included part of it? I have an SSI document that contains <!--#include virtual="/ptest/ptest.pl?$QUERY_STRING" -- This ...
Torsten Foertsch
Apr 14, 2008 at 2:51 pm
Apr 14, 2008 at 7:26 pm -
hi all :) perl's (and mod_perl's) presence at apachecon has been dwindling over the years. I won't get into a rant about why this might be, so please don't you do it either :) anyway, if you have any ...
Geoffrey Young
Apr 2, 2008 at 12:47 pm
Apr 2, 2008 at 8:34 pm -
Hello, I'm writing a mod_perl logging module, and I can't seem to find anywhere in the documentation that talks about how I can access the request body (basically, the POST data) of a request during ...
Tim Gustafson
Apr 28, 2008 at 6:13 pm
Apr 29, 2008 at 7:21 am -
Good afternoon guys and girls, I'm looking for a tip regarding my use of mod_perl and Apache DBI. I'm making use of the two to maintain a pool of connections to Oracle. Great set of modules, works a ...
Slinky
Apr 25, 2008 at 1:44 pm
Apr 25, 2008 at 7:13 pm -
I have this question, and not sure if this is the right place. If not, I do appreciate someone pointing me to the right place. We have a situation that we would like to restrict the access to certain ...
John Zhang
Apr 10, 2008 at 11:28 pm
Apr 11, 2008 at 11:56 pm -
I'm trying to do some basic conversions to an old site that uses TT, and attempting to get it running under mod_perl2. at the moment I'm getting no errors but the web pages aren't displaying. Before ...
Kirk
Apr 14, 2008 at 5:29 pm
Apr 14, 2008 at 5:53 pm -
Hi, I am a bit confused about what MakeMaker is best to use with mp2 modules. There is the good old ExtUtils::MakeMaker that is mentioned in http://perl.apache.org/docs/general/testing/testing.html. ...
Torsten Foertsch
Apr 3, 2008 at 8:20 am
Apr 4, 2008 at 8:31 am -
Hello all, I've got a modperl app that changes some apache configs (via text files), but need to tell Apache to re-read its configuration files for the changes to take effect. What might be the best ...
Xyon
Apr 1, 2008 at 9:49 pm
Apr 3, 2008 at 7:35 am -
Hello, I am writing a new mod_perl Apache (mod_perl2) to manage session tracking and SSO This module defines a new Apache directive (MyNewDirective), which is usable in a <location , <files ...
Titetluc titetluc
Apr 29, 2008 at 8:51 am
Apr 29, 2008 at 11:26 am -
Okay, it's been a while, despite the name, that I've done any serious playing around with MP. Since 1.0. I've just installed and gotten running MP 2.0 on Apache 2.2.8... I'm doing the "ground up" and ...
Perl Junkie
Apr 25, 2008 at 4:19 am
Apr 25, 2008 at 5:00 am -
Hello! Is there any way to access server and request objects when script is running under Registry? -- Regards, Artem
Artem Kuchin
Apr 16, 2008 at 7:58 pm
Apr 16, 2008 at 8:12 pm -
Hi everyone... I tried searching the forums, but got few clues..yet I don't have my doubts clarified. Hence posting. I am running Apache/2.2.6 (Unix) with mod_perl/2.0.3 Perl/v5.8.8 Recently I have ...
Dileep Eduri
Apr 15, 2008 at 6:28 pm
Apr 16, 2008 at 3:34 pm -
We're seeing some very strange behavior with HTML::Mason/Apache 2.2/MP2 that only affects a few of our files. I'm able to reproduce it reliably. We have a custom handler method that handles all ...
Robert Landrum
Apr 7, 2008 at 6:46 pm
Apr 8, 2008 at 3:15 pm -
I have a module that does authentication and authorisation. In my Apache configs I have: PerlAuthenHandler Apache2::AuthX::authenticate PerlAuthzHandler Apache2::AuthX::authorise I'd rather just use: ...
Anthony R Fletcher
Apr 7, 2008 at 8:27 pm
Apr 7, 2008 at 10:28 pm -
What causes $s- protocol() to return the string "INCLUDED"?
Ryan Gies
Apr 2, 2008 at 9:27 pm
Apr 2, 2008 at 10:40 pm -
apparently, due diligence doesn't cover proper spelling or YELLING. but for the interested... --Geoff -------- Original Message -------- Subject: HELP-can you help me find MODPERL programmers? in BAY ...
Geoffrey Young
Apr 29, 2008 at 11:32 pm
Apr 30, 2008 at 7:41 am -
I have the following configuration in a PerlFixupHandler, $r- add_config([ 'PerlOutputFilterHandler BI::Apache::FilterBeforeIncludes', 'PerlSetOutputFilter INCLUDES', 'PerlOutputFilterHandler ...
Woinshet abdella
Apr 28, 2008 at 2:55 pm
Apr 28, 2008 at 3:50 pm -
This is driving me nuts! I am using Apache/2.2.3 with a PerlTransHandler in which I decline CGI scripts. However, the CGI script isn't getting the data using CGI::Minimal (or any other version of CGI ...
Julian Dobson
Apr 23, 2008 at 9:12 pm
Apr 24, 2008 at 1:29 am -
Hi folks, I'm curious - can anyone explain what actually happens internally if you try to read more from $r- read() than specified in the Content-Length header? I noticed when trying subsequent calls ...
John ORourke
Apr 22, 2008 at 2:52 pm
Apr 22, 2008 at 7:39 pm -
Hi I have a complete installation of Cygwin on Windows XP Professional and have made the following attempts to install mod-perl 2.0 on the same 1. installed apache 2.2.8 2. Installed ActiveState 10x ...
Dunston Rocks
Apr 18, 2008 at 4:02 pm
Apr 20, 2008 at 6:02 pm -
Hello all, As you may have noticed, there is a bit of an uptick in Perl representation at OSCON this year compared the the last couple of years and I'm happy to be a part of that with my Intro to ...
Jim Brandt
Apr 18, 2008 at 4:19 pm
Apr 18, 2008 at 5:32 pm -
I am using $r- add_output_filter() to insert a custom filter in the output filter chain dynamcially if a certain condition is satisfied. Here is a snippet of the script ... $r- ...
Woinshet abdella
Apr 18, 2008 at 4:01 pm
Apr 18, 2008 at 4:37 pm -
Hi all, I'm trying to fork a long-running process which I do not want to wait for. I was getting a lot of "ssh <defunct " processes, so I did some googling and found this from the aforementioned ...
Raymond Wan
Apr 17, 2008 at 4:30 pm
Apr 17, 2008 at 5:50 pm -
Hi all, I have a mod_perl script which works at PerlTransHandler level, and translates the virtual host requested to the real system path where site's pages are stored. To do this translation, I ...
Valerio
Apr 17, 2008 at 1:54 pm
Apr 17, 2008 at 3:10 pm -
Hi Y'all, I'm new to mod_perl, please forgive me if this is already well known info. I have several different web scripts like: if($UseLog) { Sys::Syslog::setlogsock('unix'); ...
John Gateley
Apr 15, 2008 at 9:04 pm
Apr 16, 2008 at 2:44 am -
Hi, The file http://perl.apache.org/docs/2.0/user/porting/compat.html contains in section ---8<--- Server Startuphttp://perl.apache.org/docs/2.0/user/porting/compat.html mod_perl 1.0 was always ...
Martin Armbrecht
Apr 9, 2008 at 11:42 am
Apr 10, 2008 at 8:52 am -
Hi, I'm writing a PerlProcessConnectionHandler. It starts: sub handler { my $c = shift; my $sock = $c- client_socket; $sock is an instance of APR::Socket. The problem is that the connection is using ...
Mike Cardwell
Apr 2, 2008 at 10:00 am
Apr 4, 2008 at 6:58 am -
I wrote a simple module that parses the HTTP response body and updates certain text. I want the script to be able to parse and manipulate the HTTP response headers as well. For example add secure and ...
J Amuse
Apr 23, 2008 at 9:52 am
Apr 23, 2008 at 9:52 am -
Hi folks, I have an MVC-style system which passes the request object to various modules until one of the 'accepts' it. I'm using Apache2::Request to parse incoming form parameters which is fine. The ...
John ORourke
Apr 21, 2008 at 11:05 pm
Apr 21, 2008 at 11:05 pm -
Hello all, I've had Apache 2.0.59 running with mod_perl for a while now with great success. Our sysadmin group now want to upgrade Apache to 2.2.6. Seeing as /usr/local/apache2/modules/mod_perl.so ...
Kevin Spencer
Apr 20, 2008 at 11:44 pm
Apr 20, 2008 at 11:44 pm -
Hi, At http://perl.apache.org/docs/2.0/user/config/custom.html#C_SERVER_CREATE_it should be noted about this function (and also about DIR_CREATE) that it will be called if there is at least one ...
Zsolt Kecskemeti
Apr 17, 2008 at 3:50 pm
Apr 17, 2008 at 3:50 pm -
Hello, I have a perl output filter handler that processes the <title element of html documents, after I am done with processing <title element, I want to remove the output filter handler from the ...
Woinshet abdella
Apr 14, 2008 at 9:34 pm
Apr 14, 2008 at 9:34 pm -
Hi, We are using following in the middle of the mod_perl scripts, Can some one state are there any side effects or mis URL handling with use of these functions parsed_uri;unparse() , we are on apache ...
Tracy12
Apr 14, 2008 at 7:11 am
Apr 14, 2008 at 7:11 am -
Smolder 1.21 has just been released thanks to the Oslo Perl QA Workshop and my trip sponsored by Oslo.pm and Linpro. This releases fixes several installation bugs on various platforms and other small ...
Michael Peters
Apr 7, 2008 at 9:46 pm
Apr 7, 2008 at 9:46 pm -
Hi Is correct install apache 2.2.8 with modperl 2.0.3? ... when I try to install; i gotten the next message: mod_per. is not compatible with this version of Apache (found xxxx, need xxx) .... sorry i ...
Felipe de Jesús Molina Bravo
Apr 5, 2008 at 5:20 am
Apr 5, 2008 at 5:20 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 49 |
posts | 234 |
users | 71 |
website | perl.apache.org |
71 users for April 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)