Search Discussions
-
Hi after much trial and all error I am seeing that the browser connection closing is also stopping my subprocess. The main ModPerl::Registry program looks like this: ### file.pl ### use ...
Tosh Cooey
Feb 9, 2010 at 1:22 pm
Feb 21, 2010 at 4:03 pm -
Hello, Is there a method to setup a global variable for all modperl child processes? Also this variable will be updated sometime, when it get updated, all processes will know it. Thanks.
Moli
Feb 3, 2010 at 5:45 am
Feb 5, 2010 at 9:29 am -
Hi guys I wanted to do a simple script to show all pictures in a specific folder. But I don't see any functions to read all files in a folder. The logic needs to go something like this: - Open ...
Ceauke
Feb 18, 2010 at 7:47 pm
Feb 20, 2010 at 6:19 pm -
Fellow mod_perlers, I found myself getting this error with mod_perl 2 on 64 bit CentOS this evening: bash-3.2# make test cd "src/modules/perl" && make make[1]: Entering directory ...
David E. Wheeler
Feb 24, 2010 at 6:53 am
Mar 10, 2010 at 6:02 pm -
All of my processes kept exiting with a report that they had a 300M unshared size, which was clearly untrue, even from looking at top. After some investigation, I discovered that Apache2::SizeLimit ...
Max Kanat-Alexander
Feb 2, 2010 at 9:58 pm
Feb 10, 2011 at 1:43 am -
Dear List-Members, with interest I found the below thread. Starting in Oct. or Nov. last year I am getting a lot of messages in apaches error_log like: [Fri Feb 5 11:07:09 2010] -e: Software caused ...
Heiko Weber
Feb 5, 2010 at 10:26 am
Feb 18, 2010 at 8:37 pm -
Greetings, Please, download, test, and report back on success or failure for this Apache::Test release candidate. Development from 1.30 has been ongoing for about two years, so this is as good a time ...
Fred Moyer
Feb 9, 2010 at 9:31 pm
Feb 13, 2010 at 4:51 am -
Hello, I have this modperl handler: use Apache2::RequestRec (); use Apache2::Connection (); use Apache2::RequestUtil (); use Apache2::ServerUtil (); use Apache2::Log (); use Apache2::Request (); use ...
Moli
Feb 1, 2010 at 1:10 pm
Feb 1, 2010 at 3:08 pm -
unsubscribe
Andrew
Feb 25, 2010 at 10:02 pm
Feb 26, 2010 at 12:44 pm -
This version of Apache::Dispatch now has a default namespace of Apache2::Dispatch, along with some fixes for installing seamlessly on mp1 and mp2. It also has a great example section in the ...
Fred Moyer
Feb 6, 2010 at 9:25 pm
Feb 10, 2010 at 5:51 pm -
Suggestion for a wishlist feature. I've got around 20 different sites, each of which is configured as it's own VirtualHost. Now from time to time I run a different newer version of our app on some of ...
Carl Johnstone
Feb 1, 2010 at 10:54 am
Feb 8, 2010 at 7:54 pm -
Greetings, Please, download, test, and report back on success or failure for this Apache::Test release candidate. Development from 1.30 has been ongoing for about two years, so this is as good a time ...
Fred Moyer
Feb 9, 2010 at 7:59 am
Feb 9, 2010 at 6:24 pm -
Hi again, We have the projects which were written by perl CGI. All programs and modules are developed with good style, "use strict" and "use warnings" are enabled. Can we simply move all the scripts ...
Tech list
Feb 8, 2010 at 2:44 am
Feb 8, 2010 at 2:27 pm -
FYI The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 1.3.42 of the Apache HTTP Server ("Apache"). This release is intended as the final ...
Adam Prime
Feb 3, 2010 at 3:13 pm
Feb 3, 2010 at 4:24 pm -
So my will has crumbled, mostly because I'm probably not very good at the "resident in memory" part of mod_perl and I will be using Apache2::SubProcess to fire off a sub-process. There seems to be ...
Tosh Cooey
Feb 3, 2010 at 1:06 am
Feb 3, 2010 at 3:37 pm -
Hi, I have installed httpd 2.2.14 and mod_perl-2.0.4 from source. When I run httpd and instruct it to use a user defined httpd.conf file it raises the "Invalid command 'PerlOptions' error (Biomart's ...
Allan Kamau
Feb 21, 2010 at 8:38 am
Feb 21, 2010 at 8:45 am -
Hello. Here's a short script I used to find out the problem with the Apache::Registry: #!/usr/bin/perl -wT use strict; use warnings; use CGI; use DBI; use DBI qw(:sql_types); use encoding 'utf-8'; my ...
Michael kapelko
Feb 19, 2010 at 10:48 am
Feb 19, 2010 at 4:34 pm -
I'm not sure what we will do about this. I recall there being a reason why this is the case. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 ...
Philip M. Gollucci
Feb 6, 2010 at 12:18 am
Feb 6, 2010 at 12:58 am -
I'm pleased to announce that Apache::Test 1.31 has been released. Huge thanks to the modperl and httpd developers who contributed to this 2.5 year development cycle. Summary of changes: Modify ...
Fred Moyer
Feb 25, 2010 at 12:27 am
Feb 25, 2010 at 12:27 am -
This worked for me and perhaps somebody else will find this useful because I for sure could not find any simple vanilla starting points for creating forks under mod_perl, but I did find a way to ...
Tosh Cooey
Feb 21, 2010 at 11:12 pm
Feb 21, 2010 at 11:12 pm -
Third release candidate, a couple of small fixes from Gozer. So far we've got positive results across the board. Please take this for a spin if you haven't tried one of the previous release ...
Fred Moyer
Feb 13, 2010 at 5:14 am
Feb 13, 2010 at 5:14 am -
Hi All, I'm trying to build mod_perl along with apache as described here<http://www.slashcode.com/docs/INSTALL.html#installation_procedure (step 3 gives the build and test instructions). When I run ...
Nidujay
Feb 5, 2010 at 11:50 pm
Feb 5, 2010 at 11:50 pm -
Hello, I installed the following on my Solaris10 box. perl-5.8.8.tar.gz openssl-0.9.8l.tar.gz httpd-2.0.63.tar.gz mod_auth_cookie-0.1-apache2.tar.gz mod_perl-2.0.4.tar.gz perl: % /usr/local/bin/perl ...
Shigeru Yanagibayashi
Feb 1, 2010 at 3:38 pm
Feb 1, 2010 at 3:38 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 23 |
posts | 113 |
users | 43 |
website | perl.apache.org |
43 users for February 2010
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)