Search Discussions
-
I'm having a problem with Apache2::Cookie (2.05-dev) and mod_perl2 (1.999.23). No matter what order I specify the parameters in for a new cookie the path always gets set to the value for the domain. ...
Stephen Quinney
Jun 29, 2005 at 5:56 pm
Jul 1, 2005 at 3:11 pm -
Hello everyone, Hoping someone out has experienced this before. I've poured through archives and faqs but haven't seen any info on it. I just tried everything below on a clean server because I ...
Nick Pietraniec
Jun 8, 2005 at 9:31 pm
Jun 15, 2005 at 2:46 pm -
Here is a sample of a long list: [Fri Jun 17 15:17:19 2005] Unix.pm: Subroutine _cwd redefined at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/File/Spec/Unix.pm line 470. [Fri Jun 17 15:17:19 2005] ...
Boysenberry Payne
Jun 17, 2005 at 7:31 pm
Jun 28, 2005 at 4:51 pm -
NEW YORK CITY AREA ONLY Plus Three is looking for an experienced Perl programmer to join our team. You will join a large-scale, high-visibility project with the potential to positively affect the ...
Sam Tregar
Jun 6, 2005 at 9:25 pm
Jun 21, 2005 at 12:53 pm -
Hi, I made a couple of changes to Apache::DBI to allow connect_on_init to work with mod_perl2. Here's the diff if anyone is interested: diff DBI.pm DBI.pm.old 11,12d10 < use constant MP2 = ...
Mark A. Downing
Jun 30, 2005 at 3:06 pm
Jul 2, 2005 at 2:49 pm -
Hi, please accept my apologies for spamming this list - I need to get mod_perl up and running quickly and will be more quiet in the future. The README of Apache::DBI tells me to configure mod_perl ...
Jan Eden
Jun 23, 2005 at 9:29 am
Jun 24, 2005 at 11:37 am -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: When using Image::Magick (either 6.1.9.4 or 6.2.3) under mod_perl, the server segfaults. Used at the ...
William McKee
Jun 7, 2005 at 6:44 am
Jun 12, 2005 at 9:55 pm -
greetings, so i was trying to get a small mp2 method handler working: package My; use strict; use warnings; use base qw(Base); use Apache2::RequestRec(); use Apache2::RequestIO(); use Apache2::Const ...
Douglas Riordan
Jun 27, 2005 at 8:10 pm
Jul 1, 2005 at 12:25 pm -
Hi, I recently installed mod_perl 2.0.1 as a DSO to Apache 2.0.53 (on OS X 10.3.9). The simple example from the docs works: Alias /perl/ /home/httpd/httpd-2.0/perl/ <Location /perl/ SetHandler ...
Jan Eden
Jun 22, 2005 at 3:12 pm
Jun 23, 2005 at 9:10 am -
Hello all, I have a module that can be run either under mod_perl 1 and 2. This works great when running and testing using Apache-Test, but the bit I'm having problems with is the install. For it to ...
Michael Peters
Jun 27, 2005 at 8:58 pm
Jul 5, 2005 at 2:21 pm -
Hi Geoff, the following code: <!--#if expr="" -- <!--#perl sub="sub {print "MUST NOT BE PRINTED"}" -- <!--#else -- <!--#perl sub="sub {print "OK"}" -- <!--#endif -- produces: MUST NOT BE PRINTED OK I ...
Torsten Foertsch
Jun 29, 2005 at 6:09 pm
Jul 8, 2005 at 7:24 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: While trying to track down a segfault that is occurring with Image::Magick, I went to build a version of ...
William McKee
Jun 3, 2005 at 2:44 am
Jun 11, 2005 at 2:33 pm -
Apache::VMonitor and Apache::Scoreboard do not want to compile cleanly under mod_perl 2.0.1. I am running: Centos 4.0 (really Redhat Enterprise Linux 4.0) with the following: ...
Nielsen, Steve
Jun 28, 2005 at 6:59 pm
Jul 3, 2005 at 7:50 pm -
I have spent many days now searching through the archives and although they are close to what I am seeing none are exactly like what I have. I am using Apache 2 and installing ModPerl 2 on a Linux ...
Ronni
Jun 28, 2005 at 7:18 pm
Jun 29, 2005 at 2:11 am -
I'm sorry if this question has already been answered, but I couldn't find the answer. Here is my problem. I have a script that looks like this: #!/usr/local/bin/perl -Tw use strict; use CGI; my $q = ...
X x
Jun 27, 2005 at 4:04 pm
Jun 28, 2005 at 10:39 am -
Hi all! I took over maintenance of AxKit::XSP::BasicSession some time ago from Mike Nachbaur, who wrote it. Recently, we have discovered it has some really bad issues. We have discussed the problems ...
Kjetil Kjernsmo
Jun 12, 2005 at 10:51 pm
Jun 21, 2005 at 10:36 pm -
hi all, configure, make & install are all look generally pretty clean, but 'make test' shows some errors. here's the report; happy to help. cheers, richard -------------8<---------- Start Bug Report ...
OpenMacNews
Jun 14, 2005 at 6:50 pm
Jun 28, 2005 at 8:37 pm -
Hy everybody, I'm using Apache to and mod_perl to develop a reverse proxy which authenticates users before forwarding requests to the backend servers. My question is: how do I logout users which have ...
Andrea Palmeri
Jun 22, 2005 at 3:17 pm
Jun 24, 2005 at 5:56 pm -
Hello, I am trying to get Apache::AuthCookie to run under Apache 2. I first downloaded and installed httpd-2.0.54, then mod_perl-2.0.0, then Apache-AuthCookie-3.08. I have the following lines in my ...
Steve Duran
Jun 10, 2005 at 6:56 pm
Jun 22, 2005 at 8:27 am -
Newbie I'm trying to set up the existing Apache 1.3 on my OS X 10.4 to run perl scripts. I believe I have made all of the necessary httpd.conf changes. When I try to run a perl script from the ...
Anonymous Lion
Jun 4, 2005 at 6:22 am
Jun 5, 2005 at 7:03 pm -
Hello list, I coded a caching system using BerkeleyDB::Hash as the backend. It was working fine until the database file became fairly large (850M). At some point the performance degraded and the web ...
Arshavir Grigorian
Jun 24, 2005 at 10:09 pm
Jul 8, 2005 at 8:51 pm -
I'm not sure whether it is a real bug, not properly documented or whether I'm just being particularly thick, but I can't seem to build a statically- linked apache2/mod_perl2 I want 1) ...
Danny Thomas
Jun 25, 2005 at 9:08 am
Jun 26, 2005 at 3:07 am -
Hello guys, For the newbies out there, this is one way (though arguably unorthodox) to set the Expire header on your page: $r- headers_out- add('Expires'= CGI::Util::expires('now','http')); Notice ...
Foo Ji-Haw
Jun 23, 2005 at 4:11 am
Jun 24, 2005 at 8:03 pm -
Hello, I have a fairly basic question as I'm not quite sure I get the big picture on modules. Maybe someone can give me a better picture. I'll use 3 example modules: Main, Main::Config, and ...
Tony Allen
Jun 20, 2005 at 8:34 pm
Jun 21, 2005 at 3:18 pm -
Confusing subject, simple question: <Location /foo/bar PerlSetVar MyRoot "/foo/bar" SetHandler perl-script PerlHandler MyModule </Location MyModule calls $r- dir_config('MyRoot') to get the ...
John Siracusa
Jun 8, 2005 at 3:18 pm
Jun 8, 2005 at 9:09 pm -
Hi there, I try to migrate to mod_perl 2.0 from mod_perl 1.99 RC4 (WinXP, ActiveState Perl 5.8.6) Running my old scripts the following error occurs in Module cgi.pm: Can't locate Apache/Response.pm ...
Johannes Kilian
Jun 3, 2005 at 7:04 am
Jun 4, 2005 at 5:25 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: Following on the heels of my previous post to Stas regarding an old thread, I've another test failure ...
William McKee
Jun 2, 2005 at 3:05 pm
Jun 2, 2005 at 9:33 pm -
Evening: I'm trying to testing AuthDBI for both mp1 and mp2 and I'm having poor luck trying to test this with mp2. Philip (or anyone): Can you send me your startup.pl you are using with mod_perl2? ...
Kevin A. McGrail
Jun 23, 2005 at 10:40 pm
Jun 24, 2005 at 5:32 pm -
Hi again, could it be that mod_perl doesn't play nice with the Switch module? When executing my script as cgi, it works, but with mod_perl, I get: String found where operator expected at ...
Jan Eden
Jun 23, 2005 at 8:46 am
Jun 24, 2005 at 7:33 am -
Wow, mod perl 2.0.1's make test is slick! That way it runs httpd with a configuration for testing is very cool. The bad part is that it just ran and didn't check if something else is bound on port ...
Kevin A. McGrail
Jun 23, 2005 at 7:26 pm
Jun 24, 2005 at 1:53 am -
Quick background - this is mod perl 2 version 2.0.0 on Apache 2 prefork on Solaris 10 Issue - when I access a file in folder "a" the variable FOO gets set using PerlSetEnv (see code below). When I ...
Brian Becker
Jun 16, 2005 at 2:46 pm
Jun 22, 2005 at 3:40 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: t/filter/out_str_subreq_default....1..1 # Running under perl version 5.008007 for linux # Current time ...
Nick ***
Jun 21, 2005 at 4:20 pm
Jun 21, 2005 at 9:41 pm -
I have finished patches against Apache AuthDBI version 0.94 that definitely work with mod_perl1 to implement sha1 & md5 encryption in addition to crypt. I have placed a patch, the original 0.94 and ...
Kevin A. McGrail
Jun 21, 2005 at 2:59 pm
Jun 21, 2005 at 6:07 pm -
Hello list, I am trying to use the stacked handlers functionality but cannot seem to get it working. What I have is the following 2 modules: package Test; use strict; sub handler { my $r = shift; $r- ...
Arshavir Grigorian
Jun 14, 2005 at 3:28 pm
Jun 15, 2005 at 9:16 am -
hi all, tho i admit my recent focus has not been on this list ... an attempt to 'svn co' trunk w/: svn co https://svn.apache.org/repos/asf/perl/modperl/trunk/ /usr/ports/mod_perl_svn is resultig a ...
OpenMacNews
Jun 14, 2005 at 2:02 am
Jun 14, 2005 at 6:35 pm -
The uploaded file Apache-AuthTicket-0.40.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthTicket-0.40.tar.gz size: 20346 bytes md5: a1d0a5650b9deae181effb977c8d71a8 No action ...
Michael Schout
Jun 6, 2005 at 8:21 pm
Jun 13, 2005 at 5:40 pm -
just spreading the love... -------- Original Message -------- Subject: mod_perl2 API change Date: Fri, 10 Jun 2005 20:15:58 +0300 From: [name not revealed] To: Geoffrey Young ...
Geoffrey Young
Jun 10, 2005 at 5:30 pm
Jun 10, 2005 at 7:06 pm -
I have a P3P XML file that I want to include in the META section of all HTML generated from certain locations. Unfortunately, this is a recently changed policy and I obviously do not want to go back ...
Sean Davis
Jun 10, 2005 at 1:27 pm
Jun 10, 2005 at 2:05 pm -
I'm tyring to compile and install mod_perl 2.0 as a dso on Apache 2.0.52 but it complains about not being able to load Apache2::Const module. This is the error i get when i run make test: Can't load ...
Gokul P. Nair
Jun 6, 2005 at 7:03 pm
Jun 7, 2005 at 11:30 pm -
Dear members of the mod_perl list, I did not find an elegant, robust way of checking for the mod_perl version number. I propose an unelegant, robust way below for those interested. $ENV{MOD_PERL} is ...
Dominique Quatravaux
Jun 29, 2005 at 2:36 pm
Jul 4, 2005 at 8:15 am -
Hello, I have implemented modperl2.0, Apache2.0 and AuthenSmb0.72. I have modified AuthenSmb to include timeout conditions. Everthing works fine, with an exception. When the user logs in first does ...
Raja agireddy
Jun 28, 2005 at 3:54 pm
Jun 30, 2005 at 5:38 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: OS: AIX 4.3.3 I am unable to successfully run make test. Due to permission issues I'm running the ...
ODELL, TODD E \(SWBT\)
Jun 13, 2005 at 7:12 pm
Jun 28, 2005 at 5:09 pm -
I am trying to get mod_perl to work /w apache w/o success. Is there any one who can tell me what I am doing wrong? - Apache/1.3.33 (Unix) mod_perl/1.29 on Red Hat Linux release 7.3 (Valhalla) - ...
Seiji T
Jun 15, 2005 at 7:06 am
Jun 28, 2005 at 7:26 am -
hello all, i've been trying to work through installing apache 2.0.54 + mp 2.0.1 over the weekend for cygwin 1.5.17- and it's been kinda bumpy. any help would be appreciated. it doesn't appear apache2 ...
Douglas Riordan
Jun 27, 2005 at 4:28 am
Jun 27, 2005 at 2:24 pm -
Hello, I'm trying two simple functions i.e. to set a cookie and retrieve it. I'm using Apache2, mod_perl2 & libapreq2-2.05 to do this. I read in the libapreq2 mail archives that using APR::* is ...
Gokul P. Nair
Jun 23, 2005 at 4:30 pm
Jun 23, 2005 at 6:14 pm -
The URL http://perl.apache.org/dist/mod_perl-2.0.1.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.1.tar.gz size: 3694355 bytes md5: fd9cb8ce794bb3ae3c8c288e18bf5b8f The ...
Philippe M. Chiasson
Jun 17, 2005 at 10:28 pm
Jun 17, 2005 at 10:41 pm -
Hi, For 1.29 where can I find this module? Is it out of date, replaced by something else? Thanks, Eric
Eric
Jun 15, 2005 at 6:51 pm
Jun 16, 2005 at 2:41 am -
Indeed. All that might be needed is a small... =head1 COMPATIBILITY Apache::DBI is compatible with both the mod_perl 1 and mod_perl 2 APIs. ... somewhere very near the beginning of the POD. ...
Adam Kennedy
Jun 8, 2005 at 4:44 am
Jun 14, 2005 at 7:18 pm -
i've just completed a couple logging convenience modules. the first: http://search.cpan.org/~dorian/Apache-DebugLog-0.01/ allows for two dimensional (i.e. category, verbosity) debug logging on top of ...
Dorian Taylor
Jun 12, 2005 at 7:24 pm
Jun 13, 2005 at 10:23 pm -
Hi Torsten, I did not find the time yet - but I will do. Cheers ANdreas -----Ursprüngliche Nachricht----- Von: Torsten Foertsch Gesendet: Freitag, 10. Juni 2005 09:18 An: modperl@perl.apache.org Cc: ...
Andreas Nolte
Jun 10, 2005 at 2:30 pm
Jun 13, 2005 at 6:56 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 82 |
posts | 392 |
users | 105 |
website | perl.apache.org |
105 users for June 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)