Search Discussions
-
Hello, I'm running modperl 1.29 on Apache 1.3.31 with Perl 5.8.2, running on Irix 6.5.25m. When I try to use the Apache::DBI module, I get the following Can't load ...
Robert Aspinall
Jul 5, 2005 at 2:56 pm
Jul 6, 2005 at 8:48 pm -
modperl: I'm a mod_perl newbie working my way through the Eagle book (http://www.modperl.com/), and have implemented RandPicture.pm per pp. 126-127. Everything works as expected using $r- ...
David Christensen
Jul 1, 2005 at 1:23 am
Jul 17, 2005 at 3:20 am -
I currently try to get my feed wet with Apache::Test 1.25 on Debian Sarge, perl 5.8.7 and mod_perl 2.0.1 (packages from unstable). I follow the examples on ...
Thomas Nagel
Jul 11, 2005 at 8:47 am
Jul 11, 2005 at 6:23 pm -
12
DBI problem
Dear All, I'm trying out mod_perl and I've been running into problem. The perl script below works fine as a CGI from Apache. But when running it through mod_perl, I get: [error] Can't locate object ...Niklas Saers
Jul 6, 2005 at 1:24 pm
Jul 7, 2005 at 4:25 pm -
Are there any peculiarities or recommendations with using either YAML, Storable (or another means) to efficiently store session hashes and bring them back to life safely from rdbms (mysql)? So far, ...
Bill Whillers
Jul 8, 2005 at 7:02 am
Jul 12, 2005 at 8:19 am -
Hi, I'd really appreciate some help with a really weird mod_perl problem we keep running into. This is mod_perl version 1.29 using Apache::PerlRun The application servers of our mod_perl site ...
Malte Ubl
Jul 4, 2005 at 6:42 am
Aug 29, 2005 at 8:00 am -
The sample code have some problem. When i telnet then CommandServer in win32 everything is ok. But if i close then console window(terminal) immediate, the apache is hang. CPU use 100% resource. I try ...
薛共和
Jul 20, 2005 at 7:14 pm
Aug 16, 2005 at 2:50 am -
Hi, I have just recently moved form regular CGI to mod perl 2. After configuring am am not 100% sure am am actually running mod_perl. I did a CGI the CGI test shown in "Practical Mod_Perl". According ...
Shane De Jager
Jul 18, 2005 at 9:42 am
Aug 1, 2005 at 6:13 pm -
Before I spend a whole lot of time on this I'm curious if someone else has run across this. This is mod perl 1.29. We upgraded perl on one of our freebsd 5.4 servers from 5.6.1 to 5.8.7. This ...
Snacktime
Jul 20, 2005 at 4:05 pm
Jul 21, 2005 at 6:14 am -
Can someone point me to a URL that describes the purpose of the Apache2 namespace? Latest mod_perl was just installed on one of my systems and I noticed a few modules moved from Apache:: to Apache2:: ...
Jim Albert
Jul 3, 2005 at 2:28 am
Jul 5, 2005 at 4:57 pm -
Hi, Is there a good way to have request-local storage? For example, I want to cache stuff (file reading primarily) for the length of a given request, and have that cache be local to the request (ie. ...
Simon Perreault
Jul 22, 2005 at 2:19 pm
Jul 22, 2005 at 3:49 pm -
Hi list, I'm using mp2 (2.0.1) and have it configured like this: -[httpd.conf]------------ PerlResponseHandler X; -[X.pm]------------------ package X; sub handler() { $r = shift; print STDERR ...
Tim Esselens
Jul 20, 2005 at 11:22 am
Jul 21, 2005 at 1:58 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: Apache2::RequestUtil- dir_config does not seem to work as stated in list context. PerlAddVar foo one two ...
Bengt-Arne Fjellner
Jul 19, 2005 at 8:55 pm
Jul 20, 2005 at 4:07 pm -
Hi all, I am currently using Embperl 1.3.6, with Apache 1.3.33 and mod_perl 1.29 on a new install of Debian Sarge. Previously this was running on Debian Woody without issues, but there appears to be ...
Neil Gunton
Jul 17, 2005 at 1:35 am
Jul 19, 2005 at 11:11 am -
We have a .htaccess with AuthDBI working perfectly under MP1 and MP2. I've deleted the data source information but here is the .htaccess we use: AuthName "Private Site: Unauthorized Access ...
Kevin A. McGrail
Jul 16, 2005 at 7:56 pm
Jul 18, 2005 at 6:13 pm -
Hi, Background of Problem At our [1]webhosting cooperative, each website is setup in a virtual host like this: <VirtualHost * ServerName www.livingcosmos.org ErrorLog ...
Terrence Brannon
Jul 13, 2005 at 11:10 am
Jul 16, 2005 at 10:01 am -
hi i have a problem with initializing perl data structures from the db. i have an init routine that does all kinds of stuff and is called from startup.pl. one of the things i wanted it to do was to ...
John Saylor
Jul 11, 2005 at 8:33 pm
Jul 12, 2005 at 10:32 pm -
Since updating to mp2.0.0 and httpd 2.0.54, my CGI scripts no longer include the heading at the top: <?xml version="1.0" encoding="iso-8859-1"? This is causing grief to some browsers (IE6 and ...
Thomas Hilbig
Jul 2, 2005 at 4:35 am
Jul 8, 2005 at 11:34 am -
Has anyone written a protocol handler for UDP? If so - could you share any examples? Thanks. -D -- Indifference will certainly be the downfall of mankind, but who cares?
Dan Sully
Jul 20, 2005 at 2:41 pm
Aug 4, 2005 at 12:34 am -
My company looking at setting up some kind of versioning control software. Currently we have about 10 programs. We use Perl or C depending on the project. I understand just enough to be dangerous ...
David Hofmann
Jul 27, 2005 at 4:22 pm
Jul 28, 2005 at 12:13 am -
Hi, sub new { bless {}, shift; } #mp1.x uses sub handler($$) {} sub handler : method { my ($self,$r) = @_; $self = $self- new unless ref $self; $self- {r} = $r; } When exactly is this ref used? AFAIK ...
Tim Esselens
Jul 21, 2005 at 3:43 pm
Jul 21, 2005 at 6:18 pm -
Ugh. We have CGI scripts that were ported a while ago to MP 1x and seemed to work fine at that time but now we've set up an MP 2 environment and are seeing "did not send an HTTP header" (everywhere), ...
Bill Whillers
Jul 11, 2005 at 10:14 pm
Jul 12, 2005 at 11:03 pm -
I'd like to use the 2+ server setup strategy: Vanilla Apache bound to port 80 proxypass to mod_perl server on different ports I got that running on Linux using 2 sourcetrees as in the modperlbook I ...
Jonathan Vanasco
Jul 22, 2005 at 3:46 pm
Jul 27, 2005 at 8:58 pm -
Not sure who to report to so posting here sorry. I can't connect to http://perl.apache.org can get through to the main apache site fine though. Angie
Angie ahl
Jul 19, 2005 at 1:42 pm
Jul 19, 2005 at 2:14 pm -
Hi everybody, I think we've found a curious bug in libapreq2. There's a snippet of code on we basically are processing all post parameters from a request: if ($req- request_method() eq 'POST') { my ...
Marc Gràcia
Jul 14, 2005 at 9:09 am
Jul 15, 2005 at 8:24 am -
Hi all, I hope this message is appropriate here and won't break any of the holy rules of the list... I've recently upgraded my production environment to modperl 2.0.1 and Apache 2.0.54 under linux ...
Michele Gherlone
Jul 23, 2005 at 8:08 pm
Jul 25, 2005 at 6:24 pm -
Background my apche is not installed exactly as standard. because of that my moduls should be /usr/lib/apache which apxs nows. mod_perl.so gets installed in the right place but the text that tells ...
Bengt-Arne Fjellner
Jul 23, 2005 at 8:57 am
Jul 25, 2005 at 3:59 pm -
Hi, I'm having problems with the following construct: -[httpd.conf]------------------------------------ <FilesMatch \.phtml$ PerlInitHandler Dispatcher </FilesMatch ...
Tim Esselens
Jul 22, 2005 at 8:42 pm
Jul 23, 2005 at 12:39 am -
I have been happly using mod_perl for more than a year. My application uses the Apache::Session package. One day, July 4 to be specific, my httpd_perl childs stated dying. The error log say: [notice] ...
Gustavo Delfino
Jul 7, 2005 at 9:41 pm
Jul 8, 2005 at 12:51 pm -
This is the software installed on my system: Red Hat Enterprise Linux ES release 4 httpd-2.0.54 mod_perl-2.0.1 This is the configuration in my httpd.conf file: LoadModule perl_module ...
Marc Tardif
Jul 6, 2005 at 8:09 pm
Jul 8, 2005 at 9:05 am -
Hi, I am using CGI::Application under mod_perl 1.29/with mod_ssl on a Solaris 10 machine. Since our move from a internal office machine that was not using SSL to an outside machine that is, I have ...
Eric
Jul 4, 2005 at 7:00 pm
Jul 4, 2005 at 9:22 pm -
My mistake. The above comment applies to BitKeeper: http://www.bitkeeper.com/Products.BK_Pro.FAQ.html David
David Christensen
Jul 31, 2005 at 5:00 am
Jul 31, 2005 at 5:20 pm -
Hi I am in the process of moving to mod perl from CGI. Under modCGI i could set UIDs and GID with suExec. Is this possible with mod_perl2? If so, how is it done? -- Shane De Jager Technical Developer ...
Shane De Jager
Jul 22, 2005 at 12:00 pm
Jul 22, 2005 at 2:17 pm -
Hi All, I am using mod_perl's PerlTransHandler for manipulating the request URI. And forwarding the manipulated URI. I am getting the desired result page in the response, but the browser url does not ...
Chawke, Nitin \(Corporate, consultant\)
Jul 10, 2005 at 12:41 am
Jul 20, 2005 at 10:08 pm -
Hi all! I was trying to bypass mod_mime for certain mime type, and I wrote this small handler: -------------------------------- package Apache::MIMEMagic; $Apache::MIMEMagic::VERSION='0.10'; use ...
Michele Gherlone
Jul 19, 2005 at 11:33 pm
Jul 20, 2005 at 5:39 pm -
Don't go mad with me ;) I'm looking for a way to log particular msgs and saw mod_log_config and Custom Log Formats. Am I right in thinking that I can strip the error msg contained in ... $r- ...
Anthony Gardner
Jul 14, 2005 at 1:47 pm
Jul 19, 2005 at 5:09 pm -
The installation documents are pretty good but I cant help but be frustrated when there is no example of the lines to add to httpd.conf . I Have managed to configure mod_perl 2.0 with apache, the ...
Jacob Jarick
Jul 18, 2005 at 12:10 am
Jul 18, 2005 at 1:33 pm -
Hello, I have two vhosts, each running with a different project. Both projects are using a "config.pm", located directly in the cgi-bin directory. Now it happens, that the project1 uses the config.pm ...
Erik Scholtz
Jul 12, 2005 at 10:23 am
Jul 17, 2005 at 11:52 pm -
perl -MAPR::Pool -e "$p=APR::Pool- new;" fails on Win32 with the following error: The instruction at "0x6eec7c79" referenced memory at "0x00000014". The memory could not be "read". E:\ perl -V ...
Nick ***
Jul 6, 2005 at 4:57 pm
Jul 12, 2005 at 8:57 am -
Instead of using Apache::Reload to monitor periodically re-cached flat files of session configuration data, I'm considering implementing MLDBM::Sync or BerkeleyDB. The amount of data needing to be ...
Bill Whillers
Jul 6, 2005 at 9:02 pm
Jul 8, 2005 at 7:41 pm -
Hello, Yesterday we noticed two things happening about the same time with a mod-perl driven website we managed, and I'm trying to figure out and if how they were related. On the front end web server ...
Mark Stosberg
Jul 6, 2005 at 6:13 pm
Jul 6, 2005 at 9:08 pm -
Ray Licon
Jul 6, 2005 at 7:27 pm
Jul 6, 2005 at 8:57 pm -
I've been working with adding upload tests to my script and have a few additions to make to the testing.pod file which are attached. I've also updated all the t_cmp() examples to indicate the new ...
William McKee
Jul 6, 2005 at 7:23 pm
Jul 6, 2005 at 7:41 pm -
What's the best way to write to a file using mp2? IO::File is slow and Apache::File is lost... -- Marc Lambrichs --
Marc Lambrichs
Jul 26, 2005 at 12:42 pm
Jul 27, 2005 at 8:53 am -
All, I've filed the following mp2 related PR's with FreeBSD, you should be able to patch them yourself if you can't wait :) ports/83987: New port www/p5-Apache2-Filter-HTTPHeadersFixup ports/83986: ...
Philip M. Gollucci
Jul 24, 2005 at 4:28 am
Jul 26, 2005 at 8:39 pm -
Hi. Im working on a modperl login module that amongst others will check for https If not https I want to give an error page instead. Is it possible to return html from an authen handler ? How? Is it ...
Bengt-Arne Fjellner
Jul 22, 2005 at 1:24 am
Jul 22, 2005 at 7:42 pm -
Hello, Yesterday morning our ISP upgraded our debian server to Apache/1.3.33 and mod_perl/1.29. Yesterday evening we got a report of a visitor who claimed to have seen another visitor's data. ...
Joost N
Jul 21, 2005 at 12:33 pm
Jul 21, 2005 at 2:41 pm -
Hi, I was wondering if it's possible to reload a PerlInitHandler's code when a PerlResponseHandler's code changes. I'm inserting PerlResponseHandlers at runtime, but when it's code changes, the code ...
Tim Esselens
Jul 20, 2005 at 6:10 pm
Jul 20, 2005 at 7:26 pm -
apparently the reset() method of Test::Builder = 0.29_01 has been turned into an instance-only method, thus any call to Apache::Test::test_pm_refresh() when using Apache::Test qw(-withtestmore) will ...
Dorian Taylor
Jul 14, 2005 at 3:52 pm
Jul 14, 2005 at 4:14 pm -
Hey Dudes I was using AxKit on Apache1 and I am now using Apache2 mod_perl2 and mod-xsl2. Although I am helping look at AxKit for mod_perl2, I am mostly concentrating on generating XML content from ...
Scott Penrose
Jul 9, 2005 at 1:09 am
Jul 11, 2005 at 7:52 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 100 |
posts | 414 |
users | 105 |
website | perl.apache.org |
105 users for July 2005
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)