Search Discussions
-
Hi. There is an increasingly popular technique to emulate server-initiated push over HTTP. I'm sure everyone here knows it well, but for the sake of completeness: the clients sends a XMLHttpRequest ...
Nicolas George
Nov 12, 2009 at 6:53 pm
Nov 17, 2009 at 4:59 pm -
I'm working on a mod_perl project where we would like to implement to Apache related goals: 1. Automate repetitive configurations. For developers, we repeat the same configs with the only difference ...
Mark Stosberg
Nov 6, 2009 at 6:31 pm
Nov 6, 2009 at 7:43 pm -
Hi Everybody, I'm having big problems with mod_perl throwing intermittent Segmentation faults our production machines on RHEL 4 & 5. To be able to produce a core dump on this segfaults I've installed ...
Denis Banovic
Nov 21, 2009 at 9:43 am
Dec 11, 2009 at 7:09 pm -
I'm on Mac OS X 10.5 (Leopard). I have Apache 2.2.14 and mod_perl2 version 2.0.4.0 installed and working. They are installed via macports. Then I installed libapreq2, and it also seemed to install ...
Bill Karwin
Nov 19, 2009 at 2:55 am
Nov 21, 2009 at 8:45 pm -
Hi All, Please forgive me if the answer is in the docs, I looked without success. I have a very simple index_test.pl script which appears to get called by Apache::Registry multiple times. I have ...
Dave Morgan
Nov 4, 2009 at 11:18 pm
Nov 9, 2009 at 5:08 pm -
Greetings from cloudy Prague! I am developing web application with mod_perl/apache/mysql. I am using several own perl modules (*.pm), and after changing the contents of a particular module, i usually ...
Tomáš Bažant
Nov 3, 2009 at 8:21 am
Nov 3, 2009 at 8:53 pm -
Right now I have an application set up for multiple clients: clientA, clientB, clientC. Each client has their own users. The way I have it setup is clientA goes to http://www.site.com/clientA and is ...
Tosh Cooey
Nov 21, 2009 at 11:46 am
Nov 23, 2009 at 7:12 pm -
Hi - I am using mod-perl 1.3.41 with perl 5.8.9. The only perl I have in my config file is: <Perl warn "This is a <perl section in process $$ at time @{[time]}\n"; sleep(5); warn "Done sleeping\n"; ...
E R
Nov 16, 2009 at 10:11 pm
Nov 17, 2009 at 8:03 pm -
I have an Apache module in which I am trying to overwrite the value of a cookie. I have tried different methods of the APR::Table without success. Here are the approaches that I have tried: [1] $r- ...
Sinha, Ritu
Nov 17, 2009 at 3:10 pm
Nov 17, 2009 at 4:17 pm -
Platform: Snow Leopard Versions used: perl 5.10.1, mod_perl 2.0.5-dev, httpd 2.2.14 Error found during make test: t/apr-ext/uuid.t ........................ Can't load ...
Fred Moyer
Nov 14, 2009 at 7:43 pm
Nov 16, 2009 at 9:11 pm -
This script supposedly should take * out of *.domain.com, assign it to $subdomain variable, and $subdomain should be put to AssignUserId. However, no matter how hard I try, I can't get this to work. ...
Devrim Yasar
Nov 22, 2009 at 10:43 pm
Nov 23, 2009 at 3:00 am -
Configuration error log is in my applications httpd config file is ErrorLog = "'| rotatelogs \log\error_log 1M "' But if print something on STDERR from mod_perl program , Say debug print (print ...
Shibi NS
Nov 12, 2009 at 12:01 pm
Nov 12, 2009 at 1:37 pm -
Hello, I try to use PerlAuthzHandler but the return HTTP_UNAUTHORIZED doesn't work. My Apache2 (2.0.8) config work fine without Handler Alias /davb /var/www/www.mydomain.com/dav/ <Location /davb/ ...
CROMBEZ Emmanuel
Nov 2, 2009 at 10:38 am
Nov 2, 2009 at 4:09 pm -
How do I get the content length of the request body? or the equivalent of $ENV{'CONTENT_LENGTH'} ? my $current_read = $r- read($current_buffer, $current_length - $current_remaining, ...
Ryan Perry
Nov 24, 2009 at 9:26 pm
Nov 24, 2009 at 9:33 pm -
Server::Control allows you to control servers ala apachectl, but with better diagnostics and many more features. It includes both a drop-in replacement for apachectl (”apachectlp”) and an OO ...
Jonathan Swartz
Nov 23, 2009 at 8:14 pm
Nov 23, 2009 at 8:35 pm -
Hi The below method used to kill the child process after the successful execution of web request. $r- child_terminate(); Can anyone suggest me where and how do I call this method in the httpd.conf ...
Kulasekaran, Raja
Nov 23, 2009 at 1:58 pm
Nov 23, 2009 at 2:26 pm -
Hi, I've read several posts on this forum on similar topic, but not able to figure out the problem in my specific case. So hoping someone can help me here. Essentially, its a seg fault when using a ...
Sri
Nov 5, 2009 at 4:49 am
Nov 20, 2009 at 9:27 am -
Hi, We want to retrieve URL and use it inside our vhosts, realtime. To demonstrate my case, I placed random numbers on ServerAdmin directive (just to test), <Perl $ServerAdmin = ...
Devrim Yasar
Nov 16, 2009 at 6:55 pm
Nov 16, 2009 at 7:04 pm -
1. Problem Description: Apache2::SizeLimit aborts when smaps facility is unavailable. Here's the error from the error log: Linux::Smaps: Cannot open /proc/9700/smaps: No such file or directory BEGIN ...
Harry Danilevsky
Nov 30, 2009 at 9:45 pm
Nov 30, 2009 at 9:45 pm -
Hello, I havent found any relevant posts on this topic, so hoping the experts can rescue me. My posts on p5p and ithreads didnt get any responses. I'm extending Perl (with SWIG) and also embedding a ...
Sri
Nov 30, 2009 at 6:34 pm
Nov 30, 2009 at 6:34 pm -
Hi all I think that the behaviour of $r- no_cache(1) is buggy, when combined with mod_expires. I have: ExpiresDefault "access plus 1 month" ExpiresActive On then in my mod_perl code, I call $r- ...
Clinton Gormley
Nov 25, 2009 at 4:13 pm
Nov 25, 2009 at 4:13 pm -
Regards, Greg George IT Shared Services Phone: +613-9091-2492 3/100 Victoria Prd, Melbourne Please consider the environment before printing this e-mail ...
Greg George
Nov 24, 2009 at 3:36 am
Nov 24, 2009 at 3:36 am -
Hello, I tried to compile mod_perl 2.0.4 on mac os x 10.6.2 httpd 2.2.14 ./configure --prefix=/tmp/q make ; make install mod_perl 2.0.4 and latest from SVN perl Makefile.PL MP_APXS=/tmp/q/bin/apxs ...
R.Polonski
Nov 23, 2009 at 10:45 pm
Nov 23, 2009 at 10:45 pm -
Hi. I created a perl object module which can be used by mod_perl2 handlers, cgi scripts, or stand-alone perl programs. It has a new() method which creates an object $obj, which is later used via ...
André Warnier
Nov 23, 2009 at 10:25 pm
Nov 23, 2009 at 10:25 pm -
1. Problem Description: make test fails to start the httpd - failure message: [error] Insecure directory in $ENV{PATH} while running with -T switch at ...
Greg George
Nov 22, 2009 at 9:46 pm
Nov 22, 2009 at 9:46 pm -
Hi, I'm hoping someone can point me in the right direction here. I am creating a proxy using Apache with a bunch of URL rewrites. I also need to do some specific rewrites based on some XML that gets ...
Bill Burroughs
Nov 20, 2009 at 1:48 pm
Nov 20, 2009 at 1:48 pm -
Sure. I will check it up and come back to this thread again Raja -----Original Message----- From: Perrin Harkins Sent: Saturday, November 14, 2009 12:14 AM To: Kulasekaran, Raja Cc: Artem Kuchin; ...
Kulasekaran, Raja
Nov 13, 2009 at 6:54 pm
Nov 13, 2009 at 6:54 pm -
Developing Web Applications with Apache, MySQL, memcached, and Perl Patrick Galbraith http://ca.wiley.com/WileyCDA/WileyTitle/productCd-0470414642,descCd-tableOfContents.html I saw this mentioned in ...
Adam Prime
Nov 12, 2009 at 4:03 pm
Nov 12, 2009 at 4:03 pm -
0
Alias
Hi, i've got in httpd.conf this directive Alias /dummy/ "/var/local/apache2/example" How can I take the real path value ? IdelIdel Fuschini
Nov 11, 2009 at 9:38 pm
Nov 11, 2009 at 9:38 pm -
Greetings SF Bay Area mod_perl users, Just a quick reminder, this meetup is tomorrow evening at 7pm @Luka's in Oakland CA. http://www.meetup.com/San-Francisco-Perl-Mongers/calendar/11676532/
Fred Moyer
Nov 3, 2009 at 3:45 am
Nov 3, 2009 at 3:45 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 30 |
posts | 110 |
users | 52 |
website | perl.apache.org |
52 users for November 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)