Search Discussions
-
Hi all, This is my first mod_perl bug report, so I'd like to start by thanking you all for your great work over the years. The problem I am experiencing involves passing a scalar reference (instead ...
Jonathan Field
Dec 2, 2003 at 1:01 am
Dec 11, 2003 at 12:18 am -
19
Memory Leak
Hi All, Anyone experience problems with filters and large files? I tried to download a 650MB ISO image through my proxy with a filter enabled and it caused the box to run out of memory, thrash and ...Pringle, Chris (HP-PSG)
Dec 8, 2003 at 4:28 pm
Jan 25, 2004 at 7:33 pm -
The uploaded file Apache-Scoreboard-2.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-Scoreboard-2.01.tar.gz size: 14132 bytes md5: da1ac25b4821aab7046b2fb3ca893595 This is ...
Stas Bekman
Dec 22, 2003 at 9:05 pm
Dec 23, 2003 at 7:49 pm -
Prerequesities: 1. Opera browser Version 7.21 Final Build 480 Platform Linux System i686, 2.4.20-alt5-up Qt library 3.1.1 Java No Java Runtime Environment installed 2. custom PerlHandler .... sub ...
Aleksandr Guidrevitch
Dec 3, 2003 at 11:09 pm
Dec 8, 2003 at 7:57 pm -
One registry module checks for a new file before a request starts. Another Registry class does no checking at all. Apache::Reload checks a file on disk before the request, or ALL module timestamps. ...
Justin
Dec 18, 2003 at 12:09 am
Dec 20, 2003 at 9:20 pm -
Hi, I installed perl 5.8.2 and Apache 2.0.48(built from src using perl 5.8.0). I downloaded modperl 1.99_11 and ran perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 MP_APXS=/opt/hpws/apache/bin/apxs \ ...
THELLA,RITA (HP-Cupertino,ex3)
Dec 2, 2003 at 8:22 pm
Dec 9, 2003 at 1:44 am -
14
Testing
Just wondering whether anyone here has any cunning ways of unit testing code that uses the various Apache:: modules; the only vaguely useful thing I've managed to find so far is Apache::FakeRequest, ...Nick Phillips
Dec 11, 2003 at 7:30 pm
Dec 14, 2003 at 9:17 pm -
Hi, I am trying to install mod_perl but can not get past the makefile stage. I am using perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1 and get this output Reading Makefile.PL args from ...
Adam Gent
Dec 9, 2003 at 10:16 pm
Dec 10, 2003 at 8:53 am -
Moved my site to a new server. Old Server PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND 30056 apache 9 0 10964 10M 10288 S 0.0 0.7 0:00 0 httpd 30057 apache 9 0 10964 10M 10288 S 0.0 ...
Daniel Wilson
Dec 21, 2003 at 10:08 pm
Feb 26, 2004 at 3:50 pm -
I have something like this: PerlModule Module <VirtualHost ... PerlSetVar abc def <Perl Module- start; </Perl </VirtualHost and in Module.pm use Apache::ServerUtil () ... sub startup { my $value = ...
Paul G. Weiss
Dec 19, 2003 at 11:27 am
Dec 23, 2003 at 4:00 pm -
Hi, I've got a serious problem when using mod_perl, and even though I and others seem to have had this problem no one seem to have come to a conclusion on what's actually wrong. The problem is that ...
Hakan Nilsson
Dec 9, 2003 at 12:06 pm
Dec 16, 2003 at 10:15 am -
11
Error
Hi, When execute the script the result is fine, but the display the next messages in the browser: -------------------------------------------------------- Hola Mundo OK The server encountered an ...Patricio Muñoz
Dec 2, 2003 at 3:15 pm
Dec 4, 2003 at 7:50 pm -
Hi * I have a problem with Apache::Cookie setting the expiration value correctly. Meaning whatever I specify, the default value is used instead ( which is now or -1) ! The other paramters (like path) ...
Swen Schillig
Dec 17, 2003 at 1:35 pm
Dec 18, 2003 at 5:06 pm -
My initial browser-refresh problem was variable scoping and I've worked that out. I now have another odd problem. I have a function that reads params and creates update statements. Up to 18 lines of ...
Tom Conway
Dec 15, 2003 at 5:11 pm
Dec 16, 2003 at 1:24 pm -
I've been recently looking for a telecommute job in order to provide some Christmas support to my family. Obviously, I tried one ad from the Perl Telecommuting Job List. Negotiations took not a long ...
Slava Bizyayev
Dec 12, 2003 at 2:56 am
Dec 13, 2003 at 9:32 pm -
Hi, I've just moved a shopping cart I've been working on into mod_perl, and fortunately it all seems to have worked straight away without any code changes. There is one problem though related to the ...
Andrew dunn
Dec 10, 2003 at 12:35 am
Dec 11, 2003 at 9:55 pm -
I search for a module for getting a http request body (without header stuff etc.). Apache::Request seems to have this functionality but only in the new dev-version: libapreq2-2.01_03-dev see: ...
Modperl
Dec 3, 2003 at 12:54 pm
Dec 4, 2003 at 1:05 am -
[moving this discussion to the users list where it'll get the most attention] We are discussing how to bring the list of the ported to mp2 modules up to date: ...
Stas Bekman
Dec 4, 2003 at 8:35 pm
Dec 8, 2003 at 6:21 pm -
Hello, Not sure if this isn't slightly OT, but wonder if someone can help.. I have a piece of one of my mod_perl apps that potentially takes quite a while to complete. What I would like to do is to ...
Jim Morrison [Mailing-Lists]
Dec 5, 2003 at 3:13 pm
Dec 9, 2003 at 6:13 pm -
I'm trying to use $r- pnotes to store a Class::DBI object in an early stage handler so it may be retrieved by a later stage handler. Specifically: in my PerlTransHandler: my $dbrecord = ...
Eric J. Hansen
Dec 19, 2003 at 12:52 am
Dec 20, 2003 at 9:16 pm -
Hmmm after playing around with Apache::Singleton I am having a hard time understanding exactly how you use it. I failed to find even one complete example of it's use, just bits and pieces, and I'm ...
Chris Ochs
Dec 16, 2003 at 9:22 pm
Dec 17, 2003 at 9:11 pm -
All, About a month ago, I was put on a project that was perl-based, but with no framework. As our GUI team develops mostly in java, and now mostly with struts, I came to love the MVC architecture. ...
Stuart Moffatt
Dec 4, 2003 at 5:11 pm
Dec 10, 2003 at 2:22 pm -
Hi, Apache::DBI doesn't seem to be caching connections here causing a test failure. I'm using Debian/unstable, Debian's perl 5.8.2, mysql 4.0.16, DBD::mysql 2.9003, and CPAN's DBI 1.39. (DBI warned ...
Paul Makepeace
Dec 29, 2003 at 10:41 pm
Jan 10, 2004 at 2:04 am -
My system has httpd 2.0 compiled with "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" . "make test" of mod_perl has genearted a coredump with the following backtrace. ---------------------------------- ...
Hyoung-Kee Choi
Dec 23, 2003 at 9:59 pm
Jan 6, 2004 at 11:00 pm -
A release candidate for mod_perl-1.99_12 is available: http://apache.org/~stas/mod_perl-1.99_12-dev.tar.gz Please test and report any failures to this list. If everything goes well, 1.99_12 will be ...
Stas Bekman
Dec 19, 2003 at 9:43 am
Dec 22, 2003 at 8:26 pm -
All: Apache 1.3.28, MP 1.29, Perl 5.8.0 I'm having a problem with $r being different between request phases of the same request. Specifically, $r- pnotes() is missing a parameter that is packed into ...
Eric Sammer
Dec 18, 2003 at 7:49 pm
Dec 19, 2003 at 10:24 pm -
Hi, I made perl CGI script which makes png files on the fly (using GD.pm). Everything was ok until I wanted to run it with ModPerl::Registry (to get it faster). Here is script (mkpng.cgi): ...
Kaiko Kaur
Dec 8, 2003 at 6:46 am
Dec 17, 2003 at 6:32 pm -
I'm still a little unclear after reading the appropriate perl docs, or maybe just want to make sure I understand it correctly. If I declare some package globals with use vars(), will the values be ...
Chris Ochs
Dec 16, 2003 at 6:10 pm
Dec 16, 2003 at 7:09 pm -
Hi all, I am new to perl. i have to develop web apps. do i have to start learning cgi and other modules or i can bypass this and learn only modperl as you guys are telling it is faster than cgi. Will ...
Nasar.sherieff
Dec 15, 2003 at 5:31 am
Dec 15, 2003 at 8:42 pm -
Hi List, I am having a really funky problem I can not get solved. First of I am not sure whether this is a mod_perl problem, or an apache problem or maybe a redhat problem, so here it goes: I have ...
Patrick W. Fraley
Dec 9, 2003 at 2:45 pm
Dec 9, 2003 at 5:26 pm -
Here is the situation. There is sort of web service (Ariba buyer for those who cares) that posts plain unencoded XML using POST method to a mod_perl 1.x application. Somewhere at the very top the ...
Andrew Maltsev
Dec 8, 2003 at 7:12 pm
Dec 8, 2003 at 8:54 pm -
Hi people, For reasons unrelated to modperl I decided to remove the perl rpms and build perl from src . . so now I want to build modperl from src but in the INSTALL doc it says: "Simple install: % ...
Phil Rhoades
Dec 5, 2003 at 1:05 pm
Dec 6, 2003 at 4:06 am -
[MDL side: I'm CCing this for informational purposes. I'll post a reply later with what information I get.] I just want to make sure I get this right... I'd like to know how to set cookies from a ...
Curtis Jewell
Dec 24, 2003 at 1:50 pm
Dec 31, 2003 at 8:22 pm -
I had to setup an entire new computer and setup just to get mod_perl to work. My previous server is httpd 2.048 /PHP4.34/MySQL4.01 I tried to install mod_perl2 on this to get the Apache::Mp3 to work, ...
Teddy Mills
Dec 22, 2003 at 5:08 am
Dec 23, 2003 at 2:19 pm -
I have an application where known users connect, and normally I do a db query to get their configuration information. What I would like to do is preload all of this information into memory, say into ...
Chris Ochs
Dec 20, 2003 at 2:41 am
Dec 20, 2003 at 7:46 pm -
I am running Debian: # COLUMNS=120 dpkg -l '*apache*' | grep ^i | cut -c 1-50 ii apache 1.3.29.0.1-2 ii apache-common 1.3.29.0.1-2 ii apache-utils 1.3.29.0.1-2 ii libapache-mod-jk 3.3a-4woody1 ii ...
Michael D Schleif
Dec 18, 2003 at 4:38 am
Dec 18, 2003 at 9:24 am -
I'm thinking about starting a new web project in Perl, and I'm not sure what to use: Apache::Registry, or something else? I don't have any existing CGI scripts to port, so I only care about ease of ...
Leif K-Brooks
Dec 8, 2003 at 12:52 pm
Dec 9, 2003 at 9:47 am -
Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did try to find the solution through mod_perl and apache documents, but in vain. Please help me, thanks. For example, I have a script file named ...
SRef
Dec 5, 2003 at 3:01 am
Dec 9, 2003 at 7:15 am -
Hi there, I try to change the following line to modperl2: my $fh = Apache::File- new($r- filename) || return DECLINED; The documentation tells me that Apache::File has been removed for modperl2. ...
Markus Reinhardt
Dec 5, 2003 at 9:22 am
Dec 5, 2003 at 2:15 pm -
Newbie to mod_perl question...thanks in advance for any assistance. I am experiencing a problem trying to configure mod_perl-1.99_11 with apache 1.3.29 and mod_ssl-2.8.16-1.3.29. I can sucessfuly ...
Lwa
Dec 20, 2003 at 9:08 pm
Dec 21, 2003 at 10:13 pm -
Hi, At the moment I'm playing around a little bit with filters. When I define in httpd.conf an entry a la: <Proxy * SetOutputFilter bladibla </Proxy The filter works. But when I do something like: ...
Erick Staal
Dec 16, 2003 at 7:48 pm
Dec 17, 2003 at 5:23 am -
Hi, I am working on an implementation of a notification system based on HTTP and I need to write a mod_perl-based Apache module that handles the (non-HTTP1.1 MONITOR method). I started using the URI ...
Jan Algermissen
Dec 27, 2003 at 4:03 pm
Dec 31, 2003 at 8:18 pm -
a signal handler for USR2 has been setup in startup.pl, but sendinga USR2 to the root httpd process does not result in the execution of the signal handler; apache: 1.3.29; mod_perl: 1.29; perl: ...
Gary Denslow
Dec 30, 2003 at 7:24 pm
Dec 31, 2003 at 12:01 pm -
When running a .pl script from browser, an error message in the apache log indicates that the subroutines have already been defined. I assume this is because mod_perl or apache or the server has ...
Charlie Smith
Dec 23, 2003 at 11:03 pm
Dec 29, 2003 at 10:14 pm -
Greetings, This is a very minor problem but it has existed for a long time. When downloading the source for mod_perl-2.0 you get a file mod_perl-2.0-current.tar.tar Thanks, John Kent -- Reporting ...
Kent, Mr. John (Contractor)
Dec 24, 2003 at 9:58 pm
Dec 24, 2003 at 10:19 pm -
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25175 Running Redhat 9, Apache 2.0.40 This directive is within a virtual host section. I also installed bundle::openinteract <Perl use lib qw( ...
Brian Bober
Dec 21, 2003 at 12:13 am
Dec 21, 2003 at 9:57 pm -
I am trying to setup Apache::DB on my Debian box. In httpd.conf I have this inside my mod_perl Location directive: PerlFixupHandler Apache::DB I PerlRequire this, according to the manpage: use ...
Michael D Schleif
Dec 18, 2003 at 7:31 am
Dec 19, 2003 at 8:42 pm -
Hi all, I'm having some problems when I have with multiple PerlTransHandlers defined. What is happening is even if one handler returns OK, the other ones are still invoked. Also, the result changes ...
Patrick LeBoutillier
Dec 16, 2003 at 4:56 pm
Dec 17, 2003 at 12:35 pm -
I am using CGI.pm with mod perl, and simply because I hate using $q- param('var') I use $q- import_names('CGI') so I can reference the post variables as $CGI::var. CGI.pm does not clear this ...
Chris Ochs
Dec 13, 2003 at 4:31 am
Dec 16, 2003 at 1:56 am -
We observe the following mod_perl test failures on HP-UX 11.00 on PA-RISC, with both HP C and GCC in both 32 bit and 64 bit mode. They are not present on IPF systems in any of these combinations. ...
Jan Dubois
Dec 8, 2003 at 7:25 am
Dec 12, 2003 at 2:13 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 118 |
posts | 616 |
users | 142 |
website | perl.apache.org |
142 users for December 2003
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)