Search Discussions
-
15
Flex
Is anyone on this list using (or considering using) a modperl service to handle a Flex client? I'm considering using flex to replace a couple of web-based admin -type tools (preference-type settings ...Will Fould
Dec 1, 2007 at 8:23 pm
Dec 6, 2007 at 2:57 am -
The mod_perl 1.31 release candidate "Works with Perl 5.10" is ready. It can be downloaded here: http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz MD5: 7cda8676120ff6654bcbe923a2ff5747 SHA1: ...
Philippe M. Chiasson
Dec 22, 2007 at 7:38 am
Dec 26, 2007 at 11:57 pm -
Hi, I want to develop a script like this: the script randomly send a html page or mp3 file, but I met some problems, #!/usr/bin/perl use Apache; my $r=Apache- request; my @file = ( { '/1.mp3' = ...
Silent
Dec 2, 2007 at 4:24 am
Dec 7, 2007 at 10:15 pm -
Well folks, here's the news... Studio 2008, true to form, proves that MS is incapable of keeping around a stdc library any longer than one product cycle. Yes, our long awaited (not) MSVCR90 is here. ...
William A. Rowe, Jr.
Dec 28, 2007 at 5:51 pm
Dec 29, 2007 at 5:43 pm -
Greeting: I've got a style-related question: We have dozens of application packages running neatly under MP2 but that all still use 'print' and also call other packages to print needed headers, etc. ...
Will Fould
Dec 22, 2007 at 8:38 pm
Dec 24, 2007 at 12:01 am -
I'm trying to cause a 404 error from an output filter and it isn't doing what I expect. Is this even possible? mma
Marc M. Adkins
Dec 16, 2007 at 2:56 am
Dec 17, 2007 at 12:18 am -
I found that $r- status() required something other than Apache2::Const in one of my modules and it got me wondering what the Constant values actually were. Now I could go through and print each one I ...
Boysenberry Payne
Dec 22, 2007 at 3:59 pm
Dec 24, 2007 at 12:11 am -
Have any of you used mod_perl with Perl 5.10 yet? Are there any gotchas to consider? I'm still waiting on the release of the Debian packages. Colin
Colin Wetherbee
Dec 20, 2007 at 4:38 pm
Dec 21, 2007 at 8:46 pm -
I'm having problems trying to use an access handler within mod_perl2. If I have it in the conf file it returns a 500 Internal Server Error and if I don't include the PerlAccessHandler line, it runs ...
Tad Johnston
Dec 22, 2007 at 12:00 am
Dec 26, 2007 at 6:29 pm -
Hi all, Sorry, but I'm not entirely sure if this is relevant to modperl... I was wondering if it was possible to delete cookies. I read that using Javascript, cookies can be deleted by setting it to ...
Raymond Wan
Dec 24, 2007 at 8:56 am
Dec 25, 2007 at 6:49 am -
Greetings mod_perl list, I've been having fun with dtrace, and I most recently used it to see what files are being accessed by mod_perl during requests. I've preloaded all the modules in my ...
Fred Moyer
Dec 7, 2007 at 6:11 pm
Dec 15, 2007 at 12:43 am -
mod_perl version: 1.27 perl version: 5.6.1 apache version: 1.3.26 Question: We got some 500 server error because an ' eval{...} or die "$@.." ' block failed. Normally when the eval block failed, the ...
Ronald Dai.
Dec 7, 2007 at 8:52 pm
Dec 7, 2007 at 10:08 pm -
Hi. I had Apache 2.0 and mod_perl. Now I upgraded to Apache 2.2.6 and mod_perl2. I have html-pages where I use mason code. [code] $r- header_out("Refresh" = "5; url=$url"); This code worked fine in ...
Woff3
Dec 1, 2007 at 1:57 pm
Dec 3, 2007 at 4:27 pm -
Hi, I'm using a web stack consisting of Apache 2.2.6, mod_perl 2.0.3, and libapreq 2.10 (from their svn branch), and I'm seeing a problem where some headers are sometimes missing from the HTTP ...
Adam Woodworth
Dec 19, 2007 at 6:07 pm
Dec 19, 2007 at 10:17 pm -
Hi, I'm on the way moving my app from mod_perl1 to mod_perl2. The app is build with HTML::Mason an MasonX::WebApp. Now I have a problem when trying to install a cleanup_handler. My expectations are, ...
Rolf Schaufelberger
Dec 12, 2007 at 7:05 pm
Dec 19, 2007 at 5:36 pm -
When added these code in my handler: my $r = shift; # We decline to handle subrequests: otherwise, a few lines down we # could get into an infinite loop. return DECLINED unless $r- is_initial_req; # ...
Jeff Pang
Dec 13, 2007 at 4:37 am
Dec 14, 2007 at 3:03 pm -
Looking at the (albeit small) stream of entries to the mailing list, I'm actually quite happy to notice that people are: 1. Still using modperl. Some newbie questions may suggest fresh blood... 2. ...
Foo JH
Dec 6, 2007 at 2:38 am
Dec 13, 2007 at 10:43 pm -
Hi *. I'm having trouble getting mod_perl to work with Perl 5.10 and Apache 2.2.6 on Solaris 64Bit/SPARC using Sun cc (Sun C 5.8 2005/10/13), compiling as 64Bit app. This applies to both mod_perl ...
Heiko Jansen
Dec 25, 2007 at 7:00 pm
Jan 27, 2008 at 6:32 am -
mod_perl re-defines "perl_free" as "free" in modperl_perl_includes.h:69. This causes an attempt to use the native Windows free() function to release memory which should be released by the perl_free() ...
Tom Donovan
Dec 29, 2007 at 9:34 pm
Jan 5, 2008 at 4:50 am -
Hi Everyone, I'm using a small script to use the Crypt::RSA module under windows using Active Perl v5.8.8 but it is showing Perl Command Line Interpreter has encountered a problem and needs to ...
Arnab
Dec 28, 2007 at 10:37 am
Dec 29, 2007 at 1:10 am -
I need Apache::Scoreboard for mp1, where to find it? please help.
Jeff Pang
Dec 12, 2007 at 9:54 am
Dec 12, 2007 at 2:44 pm -
Hi, I am a newbie to the mod_perl for Apache . I am trying to run a simple perl script under Apache 2.2 . HOwever, it seems to be either crashign teh server or saying client denied by server ...
Proneet Biswas
Dec 6, 2007 at 2:08 am
Dec 6, 2007 at 10:07 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: MP_CODE_ATTRS() doesn't work under perl 5.10.0. I discovered this when trying to use a ...
Michael Schout
Dec 21, 2007 at 8:59 pm
Jan 1, 2008 at 12:06 am -
I am using mp2bug format for the message. Hope, that's ok! ========================= -------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I have just upgraded ...
Kate Yoak
Dec 29, 2007 at 7:09 pm
Dec 31, 2007 at 7:48 pm -
Hello, I'd like to reference the Tues 03 Oct '06 thread with subject: RE: Using ENV{'TZ'} in mod_perl http://mail-archives.apache.org/mod_mbox/perl-modperl/200610.mbox/browser The thread seemed to ...
Kirk Noda
Dec 28, 2007 at 9:17 pm
Dec 30, 2007 at 8:57 am -
Hi. I've got a problem trying to compile mod-perl 2.0.3. I get the same error with the SVN snapshot modperl-2.0_20071219053952. Google has nothing. I have ActiveState perl build 822 that I compiled. ...
Wagner, Chris (GEAE, CBTS)
Dec 19, 2007 at 12:42 pm
Dec 27, 2007 at 4:11 am -
Hi folks. I'm in the midst of porting a fairly large application over from mod_perl 1 to mod_perl 2.0. The app I am currently working on runs as a "perl-script" handler using PerlResponseHandler ...
Michael Schout
Dec 20, 2007 at 7:10 pm
Dec 20, 2007 at 8:36 pm -
Based on some documentation I read [0] [1], I am trying to use the following function to write messages to my virtual host's error log. 30 sub Debug(@) 31 { 32 my $r = Apache2::RequestUtil- request; ...
Colin Wetherbee
Dec 15, 2007 at 12:08 am
Dec 15, 2007 at 12:57 am -
Hello. I am using mod_perl for the first time. When I run my wiki software without mod_perl enabled it loads fine. When I load it with mod_perl I see blank white pages. There are no messages in the ...
Evan Chaney
Dec 6, 2007 at 9:58 pm
Dec 7, 2007 at 7:01 am -
Hi
Darragh Gammell
Dec 6, 2007 at 4:27 am
Dec 7, 2007 at 6:38 am -
Hi folks, I'm sure this has cropped up in the past but I can't see anything obvious in the archives (regex search on the archives would be great!) I have some apps where users want to add extra ...
John ORourke
Dec 3, 2007 at 10:20 pm
Dec 4, 2007 at 2:48 pm -
Hi all, I'm having some trouble with DBD::mysql under mod_perl2 on Leopard. The build process when just fine, make test didn't show any errors and running it in console and as CGI didn't show any ...
Hendrik Van Belleghem
Dec 28, 2007 at 9:10 pm
Dec 31, 2007 at 7:55 pm -
Hi, What is the correct way to send http status code of 206 from from Modperl Registry script [In modperl2/apache2]? I searched the modperl site but did not find any examples. I looked at the ...
Hemant Bist
Dec 28, 2007 at 10:54 pm
Dec 31, 2007 at 7:53 pm -
I have a site that is written with traditional CGI (no cgi.pm ). I use mod_perl2 but rather than run the scripts as CGI I want to convert them to mod_perl. I have read Beckman's latest on mod_perl 2 ...
Raful Mr Mitchell H
Dec 30, 2007 at 3:11 pm
Dec 30, 2007 at 7:50 pm -
Umh... Sorry, I should have answered to this earlier (as I'm the one who adopted this package and put it under the pkg-perl group maintenance)... This bug should be closed, if no further answers ...
Gunnar Wolf
Dec 12, 2007 at 12:25 am
Dec 29, 2007 at 11:59 am -
Dear All, I'm trying to install the module Math::Pari under windows platform. But it is giving error. C:\usr\cpan\build\Math-Pari-2.010701 perl Makefile.PL Did not find GP/PARI build directory ...
Arnab
Dec 27, 2007 at 9:38 am
Dec 27, 2007 at 9:56 am -
Hi all I'm trying to figure out why I'm getting a pile of cookie errors in my logs with libapreq2. Is it the library's fault, the browser's fault, or mine? Apologies for the wide post. This is what ...
Clinton Gormley
Dec 19, 2007 at 7:10 pm
Dec 19, 2007 at 7:33 pm -
Hi, this is not really a mod_perl question but I know there is wisdom about it on the list. So, I want to write a number of key-value pairs to a bdb database as a transaction. Here is my code: my ...
Torsten Foertsch
Dec 14, 2007 at 2:36 pm
Dec 14, 2007 at 2:46 pm -
Does anyone know what $m- session pertains to. ie. Is it part of a mod_perl or mason package. I am attempting to run this command on a site using mod_perl2, Apache2 and Mason 1.37 but keep getting an ...
Darragh Gammell
Dec 12, 2007 at 12:41 am
Dec 12, 2007 at 12:58 am -
Greetings. I accidentally made the mistake of calling Apache2::Request- new() without passing $r, and it turns out that causes Apache to segfault and not return anything to the browser. I'm only ...
Colin Wetherbee
Dec 6, 2007 at 2:27 am
Dec 6, 2007 at 2:47 am -
We have another project to get start with, some linux hosts to server file downloading requests. Apache is just used to server static large files, without any external modules, except the modperl ...
Jeff Pang
Dec 3, 2007 at 7:41 am
Dec 3, 2007 at 4:57 pm -
You may find the error_log attached. Heiko
Heiko Jansen
Dec 25, 2007 at 7:01 pm
Dec 25, 2007 at 7:01 pm -
Hello all, I just print out all the tutorial pages from Stas Bekman, the first few pays for the tutorial go smoothly. It runs, but when I try further it complate about the code. I believe it must be ...
Jingx kwan
Dec 21, 2007 at 4:01 am
Dec 21, 2007 at 4:01 am -
For what it's worth, I'm gonna try anyway... I'm a Perl/ C# developer in Singapore with some 9 years in development, looking forward to enjoy a career in a new culture and environment (outside of ...
Foo JH
Dec 6, 2007 at 2:53 am
Dec 6, 2007 at 2:53 am -
Hi folks, I appear to have found a bug, possibly in perl's utf8 handling but I need to create a test to make sure. I have a workaround which is surprisingly simple, hopefully someone can explain it! ...
John ORourke
Dec 5, 2007 at 1:47 pm
Dec 5, 2007 at 1:47 pm -
Hi, on an internal system I have a slightly older apache/mod_perl setup running & we're seeing the segmentation fault exit (11) issue ...
Dylan Tynan
Dec 4, 2007 at 9:08 pm
Dec 4, 2007 at 9:08 pm -
I am trying to build mod_perl 1.30 for Apache 1.3.39 Using GCC 4.0.2 perl is v5.6.0 (with 5.6.10 patch) on AIX 5.1 I am also attaching the Make.PL output and the complete configure log for your ...
Sridhar Murthy
Dec 1, 2007 at 1:28 am
Dec 1, 2007 at 1:28 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 47 |
posts | 212 |
users | 65 |
website | perl.apache.org |
65 users for December 2007
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)