Search Discussions
-
I have just created a new system with Ubuntu LTS 10.04. Everything there is working smoothly. I have apache2 loading and running automatically when I boot. I now want to add mod_perl (in the .so ...
Tom Kane
May 17, 2011 at 2:06 pm
May 18, 2011 at 12:51 am -
Hi all, I want to get the response time that Apache spends to serve a request (from post-read-request phase to the response phase). Any idea? Thanks
Marco
May 24, 2011 at 3:31 pm
May 25, 2011 at 2:42 pm -
Hi all, I tried to install mod_perl in a dynamic mode in Linux 10.04 but it doesn't work. The installation stops. I typed: $cd mod_perl-2.0.5 I have installed apache from source files(v2.2.18), so ...
Marco
May 17, 2011 at 6:02 pm
May 18, 2011 at 5:35 pm -
I'm connecting to a tomcat server from our web server using mod_jk. I'm setting environment variables with each request in the PerlAuthenHandler and PerlHeaderParserHandler. I'm able to read the ...
Kim Goldov
May 27, 2011 at 12:24 am
Jun 2, 2011 at 10:48 am -
Hi, I am still having these errors for my modperl installation on windows. I use the lates Modperl 2.05 and hava tested with Perl 5.10.1 and 5.12 (activestate) but both give the same results. Also ...
Thomas den Braber
May 10, 2011 at 7:16 pm
May 25, 2011 at 9:42 am -
Hi, I tried to write an handler to be execute in the PostReadRequest phase of the http request cycle. here's the simple code (it is only a test): #file:touch.pl #------------- use strict; use ...
Marco
May 19, 2011 at 8:30 am
May 20, 2011 at 9:16 am -
Hi people, I've got this problem with DEFLATE. This is my code example : use strict; use warnings; use Apache2::Filter (); use Apache2::RequestRec (); use APR::Table (); use Cache::FileBackend; use ...
Idel Fuschini
May 7, 2011 at 10:31 am
May 19, 2011 at 7:02 pm -
Hello I can't install mod_perl2 from FreeBSD 8.2 ports mail# make === ap22-mod_perl2-2.0.4_2,3 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/BSD/Resource.pm - found === ...
Am
May 23, 2011 at 10:43 am
May 23, 2011 at 8:47 pm -
I am trying to profile mod-perl processes in a single process httpd with Devel::NYTProf::Apache. I use the following pattern: * start backgrounded httpd process with start=no (explicitly enabled ...
Raf
May 18, 2011 at 12:07 pm
May 20, 2011 at 4:39 pm -
Hi all, I want to write an handler in perl to manage the |PerlPostConfigHandler| <http://perl.apache.org/docs/2.0/user/handlers/server.html#toc_C_PerlPostConfigHandler_ , but i don't know how to do ...
Marco
May 17, 2011 at 3:36 pm
May 17, 2011 at 5:22 pm -
Hi All, We have a modperl application that is an online homework system for math courses called webwork. My installation and a few others have seen a sporadic error from APR::Table that nobody quite ...
Jason Aubrey
May 6, 2011 at 3:25 pm
May 6, 2011 at 6:19 pm -
Folks, I wanted to know if there was anything wrong with using the same MP2 content handler with multiple Location directives in apache and using $r- location() to determine the script that should be ...
Cfaust-dougot
May 29, 2011 at 5:41 pm
May 30, 2011 at 12:02 am -
Using Apache/2.2.17 mod_perl/2.0.5. We have a PerlAuthenHandler that (on failure to authenticate) sets two headers ('Set-Cookie' and 'WWW-Authenticate' and returns HTTP_UNAUTHORIZED. We also use $r- ...
Matisse Enzer
May 28, 2011 at 7:10 pm
May 28, 2011 at 10:10 pm -
Hi. I am using : Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_jk/1.2.26 PHP/5.2.6-1+lenny9 with Suhosin-Patch mod_ssl/2.2.9 OpenSSL/0.9.8g mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 In a ...
André Warnier
May 28, 2011 at 12:24 pm
May 28, 2011 at 2:00 pm -
Hi, We are using the standard CPAN module, Devel::NYTProf::Apache for profiling our mod_perl App. We have set it up as follows : 1) Inserted "PerlModule Devel::NYTProf::Apache" in httpd.conf file. 2) ...
Mohammed Shakir
May 5, 2011 at 6:20 pm
May 6, 2011 at 12:48 am -
Hi, I'm writing an handler to execute with mod_perl. I want to associate an handler of type PerlPostConfigHandler. I write this code (filename=StartupLog.pm): #file:Apache/StartupLog.pm package ...
Marco
May 18, 2011 at 7:44 pm
May 18, 2011 at 7:57 pm -
I am beginning to work on hardening my website against cross site request forgeries. I use CGI.pm. My question is, how can I tell, using CGI.pm, if this webpage was invoked with a GET or POST method? ...
Igor Chudov
May 15, 2011 at 3:03 pm
May 15, 2011 at 5:04 pm -
Very small thing, but I just noticed that 'httponly' is defined twice in the Apache2::Cookie documentation. http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__cookie.html#httponly -James ...
James B. Muir
May 27, 2011 at 8:16 pm
May 27, 2011 at 8:16 pm -
Hi All, In a modperl2 handler, using Apache2::Cookie, I have code as follows to fetch the names of the requests cookies: my @cookie_names = (eval { $cookie_jar- cookies() }); if ($@) { _oops("Could ...
James B. Muir
May 19, 2011 at 3:27 pm
May 19, 2011 at 3:27 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 19 |
posts | 113 |
users | 33 |
website | perl.apache.org |
33 users for May 2011
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)