Search Discussions
-
Hi All, I'm trying to start apache with mod_perl on HP PA-RISC but apache hang at startup. I have no idea why it does like that because I can't find any logs. I use perl5.8.9 and is in my path. I use ...
Mmm zzz
Jun 10, 2009 at 4:31 pm
Jun 11, 2009 at 3:30 pm -
Hi. By curiosity, and just in case anyone knows off-hand : perl 5.8.8 In a script, I substantially do this : open(FIRST,'<:utf8',$name1); open(SECOND,' :raw',$name2); while(defined($line = <FIRST )) ...
André Warnier
Jun 28, 2009 at 3:42 pm
Jun 30, 2009 at 1:45 pm -
I have a mod_perl 2 module, running in Apache 2.2, ------------------------------------------------- package Apache2::NNNN; use 5; use strict; use Apache2::Const -compile = qw(DECLINED); sub handler ...
Anthony R Fletcher
Jun 25, 2009 at 9:51 pm
Jun 28, 2009 at 9:44 pm -
Hello, We have a new project, which is medium large, with about 300 CGI scripts with Perl. We have designers who make HTML/JS/CSS etc. But designers don't know Perl. I want to choose a template ...
Practicalperl
Jun 18, 2009 at 2:36 am
Jun 18, 2009 at 6:52 pm -
I'm working with some old perl code that was previously running under modperl 1.x, but was recently updated for 2.x. There is a fairly severe memory leak somewhere in this code, but I'm having a hell ...
Michael Gardner
Jun 11, 2009 at 7:15 am
Jun 16, 2009 at 1:51 pm -
Hi I am experiencing some trouble getting mod_perl installed using cpan. After much research online, I have found a bug report that seems to match with the following output generated after a test. ...
Mike OK
Jun 15, 2009 at 3:20 pm
Jun 15, 2009 at 11:33 pm -
fixed.... hth
Philip M. Gollucci
Jun 5, 2009 at 6:26 am
Jun 5, 2009 at 6:28 pm -
I am running an apache server 2.2.3 on CentOS 5.2. I have turned on the proxy with the following lines from my apache.conf: <IfModule mod_proxy.c ProxyRequests On <Proxy * Order deny,allow Deny from ...
Brandon Allgood
Jun 30, 2009 at 2:07 am
Jul 14, 2009 at 9:35 pm -
Hi All, One of my application is using following code to execute a long running process and the control is return to the user with link to log file so that users can monitor the progress $req- pool- ...
Shibi NS
Jun 30, 2009 at 6:29 pm
Jun 30, 2009 at 8:09 pm -
Hey guys, We are having weird memory leak issues with Apache and some mod_perl. Basically what happens is that, depending on load, we eventually run out of ram and apache crashes. We have the setting ...
fREW Schmidt
Jun 17, 2009 at 6:25 pm
Jun 26, 2009 at 8:25 pm -
Hi, I'm having trouble compiling mod_perl on latest ubuntu (Jaunty), i've tried the latest version of mod_perl: 1.31 and apache: 1.3.41 without success, then i downgraded to some older versions once ...
Hans
Jun 17, 2009 at 3:07 pm
Jun 17, 2009 at 10:23 pm -
Over the years I've developed (as I'm sure many have :)) a small home- grown replacement for apachectl, to make start/stop/restart easier. It's in library form, and among other things it * detects ...
Jonathan Swartz
Jun 5, 2009 at 9:21 pm
Jun 5, 2009 at 10:54 pm -
Hello, Could someone point me in the correct direction to support byte range responses in mod_perl2? From what I've read, Apache should understand that it needs to apply the byterange filter whenever ...
Adriano Caloiaro
Jun 18, 2009 at 2:23 pm
Jun 24, 2009 at 3:16 pm -
Hi I'm installing mod_perl on Ubuntu 8.04.2 LTS 32-bit. I receive the error The ld man page doesn't say that ld will link *.so.<number files, yet appears that they're widely used. E.g., My ...
ARTHUR GOLDBERG
Jun 19, 2009 at 2:33 pm
Jun 19, 2009 at 7:15 pm -
Hello, Apache is my weak hand so hope to clear some fog with your help. we're looking for a way to offer version handling to our serverside perl app. Each database is tagged to a certain version of ...
Fredrik Lindmark
Jun 17, 2009 at 12:04 pm
Jun 17, 2009 at 3:02 pm -
Hi, I don't know whats wrong, but my hosting environment recently pushed an update of glibc and pthread to all of my servers. This caused them all my apache instances to go into an unstable state. I ...
Sean Thorne
Jun 10, 2009 at 12:24 pm
Jun 11, 2009 at 10:57 pm -
[ also posted on PerlMonks ] I'm working on porting some code that's been running on mod_perl 1 for a very long time to mod_perl 2. Mostly things have gone smoothly, but I'm having trouble with ...
Scott Gifford
Jun 3, 2009 at 6:59 am
Jun 3, 2009 at 7:41 pm -
Good morning, I've had a strange problem with Apache twice in the past week, and I'm out of ideas as to what might be going on. Here's the background: I run a website that uses a plain-vanilla Apache ...
Chris Brooks
Jun 1, 2009 at 10:50 am
Jun 1, 2009 at 5:27 pm -
Hi, I've got some Apache Children that are getting stuck on a futex call. This started happening on a Apache 2.2.6 worker w/ mod_per 2.0.4 install, so I upgraded to Apache 2.2.11 worker w/ mod_perl ...
Sean Thorne
Jun 22, 2009 at 9:59 pm
Jun 22, 2009 at 10:04 pm -
Hello All, I have compiled Apache 1.3.41 + mod_perl 1.30 + mod_jk +modssl.Apache child processes are crashing very very frequently and the error.log is getting filled up with the following message ...
Prathima Dandapani -X \(pdandapa - HCL at Cisco\)
Jun 17, 2009 at 8:36 am
Jun 17, 2009 at 2:42 pm -
Hello, byterange filter whenever $r- sendfile is called and the Range: header is present in the incoming request. However what I'm seeing is that the entire file is returned for each byte range ...
Adriano Caloiaro
Jun 25, 2009 at 6:19 pm
Jun 25, 2009 at 6:19 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I've got some Apache Children that are getting stuck on a futex call. This started happening on a Apache ...
Sean Thorne
Jun 24, 2009 at 3:53 am
Jun 24, 2009 at 3:53 am -
Hi all, I have the same problem in an HP PARISC and with apache 2.2.11 and modperl2.0.4 and perl 5.8.9. The workaround of Mario was eficient but not enough to complete the static compile of the ...
Mmm zzz
Jun 11, 2009 at 7:20 pm
Jun 11, 2009 at 7:20 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 23 |
posts | 97 |
users | 36 |
website | perl.apache.org |
36 users for June 2009
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)