Search Discussions
-
When I run this first time, with no values from form, I get $article_file being a / when it should be nothing. I just can't see the error. I have tried variations with \w and dash at beginning and ...
Chris Bennett
Apr 25, 2010 at 2:39 am
Apr 27, 2010 at 10:35 pm -
Hello I have a lot of experience in large scale web applications using Java and Websphere, but I now find myself needing to scale a web application built on mod_perl, and I have some questions about ...
Brad Van Sickle
Apr 14, 2010 at 8:57 pm
Apr 18, 2010 at 7:45 pm -
I want to use mod-perl to edit server responses under certain conditions. My plan was to use various modules, like mod-setenvif and mod-security to set an environment variable and then have mod-perl ...
Chris Datfung
Apr 12, 2010 at 6:45 pm
Apr 15, 2010 at 6:35 pm -
Hello modperl-folk: In a nutshell: I would like to ask the community for pointers on how to evolve our successfully deployed application which gets restarted once / hour to reload configuration state ...
Jeff McCarrell
Apr 21, 2010 at 12:19 am
Apr 26, 2010 at 9:57 pm -
Hello, I'm trying to prestart db connection. But Apache::DBI- connect_on_init is not working. Gives no error, but db connection is not made. Setting $Apache::DBI::DEBUG = 2 indicates that ...
Jiri Pavlovsky
Apr 17, 2010 at 7:28 pm
Apr 19, 2010 at 3:25 pm -
After seeing logs mentioned above, I remembered this. I do not see my scripts appearing properly in access log I have an older script that never shows an access into the log (only errors) I have a ...
Chris Bennett
Apr 27, 2010 at 5:07 pm
Apr 27, 2010 at 8:40 pm -
This is proving to be tricky. If I load Devel::NYTProf::Apache[1] in the main part of httpd.conf then I get a profile that includes all the activity *except* for any activity in vhosts that use ...
Tim Bunce
Apr 28, 2010 at 5:49 pm
Apr 30, 2010 at 11:33 am -
I'm interested in adding a Comet capability to a (rather large) mod-perl application. To get around XSS limitations, the Comet service will have the same host and port as the web service. However, I ...
E R
Apr 16, 2010 at 8:38 pm
Apr 17, 2010 at 9:13 am -
Hi In my application, I opened my database from authentication handler and close it from child exit handler. It is correct (is a best practice)? or is a bad design? where i can read for best practice ...
Felipe de Jesús Molina Bravo
Apr 21, 2010 at 4:33 pm
Apr 21, 2010 at 6:24 pm -
Please take a couple minutes to test this release candidate [1] for Apache::Test 1.32 and report back success or failure. Thanks! Changes summary since 1.31: Fix issue with recent feature where lack ...
Fred Moyer
Apr 13, 2010 at 8:41 pm
Apr 15, 2010 at 2:55 am -
I want to use CHI with SQLite backend for my app. Tested in cgi environment it worked ok, but under mod_perl it croaks in CHI DBI driver when trying to create the tables with mysterious "no error" ...
Jiří Pavlovský
Apr 27, 2010 at 1:03 pm
Apr 27, 2010 at 8:32 pm -
I am combining into my module, subs for two scripts doing very similar, yet a little different functions. Many subs can be used by both unchanged. Some are almost right except for the arguments One ...
Chris Bennett
Apr 26, 2010 at 8:12 pm
Apr 26, 2010 at 9:00 pm -
I'm drawing a blank here and I probably shouldn't be, but... I would like to use a global variable that's only available for the duration of a request. I guess I could create() and undef() the ...
Tosh Cooey
Apr 23, 2010 at 7:21 pm
Apr 23, 2010 at 7:33 pm -
If it may help : All my scripts are written in utf-8 encoding My default system/database locales are utf-8 My apache2.conf is the default one # cat /etc/apache2/sites-available/mysite <Directory ...
Kolikov
Apr 23, 2010 at 7:29 am
Apr 23, 2010 at 8:31 am -
Hi folks, I have a mod-perl app on the receiving end of a POST from a credit card company, and they are sending the data as application/x-www-form-urlencoded but they aren't URL-encoding UTF-8 ...
John ORourke
Apr 21, 2010 at 2:41 pm
Apr 21, 2010 at 5:47 pm -
Hi, some of you might find this one interesting: http://foertsch.name/ModPerl-Tricks/req-hand-over.shtml Torsten Förtsch -- Need professional modperl support? Hire me! (http://foertsch.name) Like ...
Torsten Förtsch
Apr 19, 2010 at 3:59 pm
Apr 21, 2010 at 12:16 pm -
I have requirement to maintain variables at server level say a counter(something like server restart count) variable and time date, so if particular event(say die on request handler) this counter ...
Shibi NS
Apr 13, 2010 at 6:23 pm
Apr 13, 2010 at 8:13 pm -
Hey all, I'm testing Perl 5.12 RC3 and ran into these errors when trying to build mod_perl 2 (mod_perl 1 built fine FWIW): benedict ~/dev/perl/mod_perl-2.0 /usr/local/perl-5.12/bin/perl Makefile.PL ...
David E. Wheeler
Apr 5, 2010 at 6:39 pm
Apr 6, 2010 at 5:46 am -
PerlMapToStorageHandler I would like to use the PerlMapToStorageHandler to translate a URI file request into a Filesystem file request. I have a couple functions to check and see if a file exists, ...
Robert Smith
Apr 17, 2010 at 4:32 pm
Apr 17, 2010 at 5:22 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I am running into this error when running perl Makefile.PL from svn: [ error] '/usr/local/apache2/bin/apxs ...
Ryan Perry
Apr 26, 2010 at 3:51 am
Apr 26, 2010 at 3:51 am -
Douglas Sims
Apr 23, 2010 at 9:17 pm
Apr 23, 2010 at 9:17 pm -
altk jfnraaq walugkf fswj
Apmanager
Apr 16, 2010 at 10:25 pm
Apr 16, 2010 at 10:25 pm -
MD5sum - e9249af12e427d58802f1715116aeba7 Coming to a CPAN mirror near you. Fix issue with recent feature where lack of libapreq resulted in test failure. [Philippe M. Chiasson] Added ...
Fred Moyer
Apr 15, 2010 at 10:26 pm
Apr 15, 2010 at 10:26 pm -
Hey folks, I just got NTLM authentication working on one of my Red Hat 5.4 machines thanks to this module. Oh thank god, you wouldn't believe how many different methods I had tried until this module ...
C. Bensend
Apr 15, 2010 at 6:50 pm
Apr 15, 2010 at 6:50 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 24 |
posts | 125 |
users | 41 |
website | perl.apache.org |
41 users for April 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)