Search Discussions
-
Hi folks, My ASP works for localhost but not for the vhost. The ASP config is within the <VirtualHost block so should only apply to that localhost. I originally had the ASP config in the vhosts ...
Turnbui
Dec 20, 2006 at 3:11 pm
Dec 21, 2006 at 3:24 am -
Afternoon good perl people. I am having a slight problem with Apache::DProf that I am more than sure is my fault and not the libraries. I found this archived item that is very close to the problem i ...
Alan R Williamson
Dec 14, 2006 at 5:30 pm
Dec 21, 2006 at 10:52 am -
Hello, I've been dealing with apache2 segfaults on my server for years. My consultant thinks it's a mod_perl problem of some sort. I'm currently using mod_perl-2.0.2. The segfaults definitely seem to ...
Grant
Dec 10, 2006 at 3:22 pm
Dec 12, 2006 at 1:09 am -
I'm down to the last thing I need to handle without CGI.pm to get rid of it, cookies... But I'm having a problem.. I've tried both Apache2::Cookie and APR::Request::Cookie (from the posts I read I ...
Cfaust-dougot
Dec 9, 2006 at 12:54 pm
Dec 9, 2006 at 7:49 pm -
Hi, I have described the challenge I'm facing in some detail here http://perlmonks.org/?node_id=589147 but essentially I want to launch Ghostscript in an interactive session, and talk to it ...
Alex Beamish
Dec 12, 2006 at 9:19 pm
Dec 15, 2006 at 8:53 pm -
I'm trying to reset multiple cookies. However, only the last one of the @cookies array is reset. How come? foreach ( @domains ){ push @cookies, APR::Request::Cookie- new( $r- pool, name = 'ticket', ...
Marc Lambrichs
Dec 10, 2006 at 12:17 am
Dec 15, 2006 at 4:40 am -
Hello, Recently I started discovering problems with epl file returning errors, in the format: ERR: 24: Line 1: Error in Perl code: Can't locate object method "subRoutineA" via package "moduleX" ...
Aj2taylo
Dec 12, 2006 at 10:06 pm
Dec 13, 2006 at 7:07 pm -
Hi, Do you know if there is a .ppd version of ModPerl 2.03 for Windows available somewhere? Thanks. Octavian
Octavian Rasnita
Dec 8, 2006 at 7:24 pm
Dec 10, 2006 at 12:12 pm -
According to some bugs in bugzilla.redhat.com, it looks like there is an issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this is the case, or if I'm doing something wrong. Is this a ...
Tom Cross
Dec 5, 2006 at 8:35 pm
Dec 6, 2006 at 8:25 pm -
Hi, I'm trying to use Apache2::Upload as shown in the examples and the only thing I get is "End of file found" in the error log. I've found quite a few messages on the subject, but I'm not using ...
Cfaust-dougot
Dec 5, 2006 at 6:29 pm
Dec 8, 2006 at 6:58 pm -
A release candidate for Apache-SizeLimit 0.91-RC1 is now available. http://people.apache.org/~pgollucci/asl/Apache-SizeLimit-0.91-rc1.tar.gz Please download, test, and report back. *** Pending a ...
Philip M. Gollucci
Dec 6, 2006 at 8:24 am
Dec 7, 2006 at 7:16 am -
I'm using Modperl 2.0.2 with apache 2.0.55 and modperl is doing something wrong with my string : my $var="à présent protégé"; warn Dumper [$var]; my $var="à présent protégé".$login; warn Dumper ...
Cyril SCETBON
Dec 27, 2006 at 3:57 pm
Dec 29, 2006 at 3:09 pm -
All, [input] [input] [input] [input] i have another strange one for the list and i know, before I even ask, that i'll be the only one experiencing this :( Am using RHEL 1.99??? (Apache2) and under ...
Anthony Gardner
Dec 14, 2006 at 4:36 pm
Dec 15, 2006 at 12:06 pm -
Hi I saw a longish article on the site a while back that described how to deploy a site so that a lightweight apache instance serves static files, while s seperate server handles mod_perl stuff. ...
Daniel McBrearty
Dec 1, 2006 at 8:50 am
Dec 2, 2006 at 2:39 am -
We have a CGI script that will list all the stories tagged with a specified keyword. For example, if you wanted to see all stories tagged with "pollution": ...
Chris Schults
Dec 18, 2006 at 6:45 pm
Dec 18, 2006 at 7:31 pm -
Hello All, I am trying to setup my Apache in such a way that for any .jsp requests it invokes a Perl Handler. After invoking the Perl handler, it should use the Reverse proxy setup to forward the ...
Sumit Shah
Dec 7, 2006 at 8:37 pm
Dec 13, 2006 at 7:51 am -
Hello, I'm on the Interchange mailing list (icdevgroup.org) and we've found a problem with our Interchange::Link mod_perl module for apache2. I don't know perl myself, and I was wondering if anyone ...
Grant
Dec 8, 2006 at 6:20 pm
Dec 10, 2006 at 2:38 pm -
I'm def not the first to have noticed this, I googled but nothing sprang out at me. I have a pkg var our $DOCUMENT_ROOT = WWW::Utils- document_root(); and I print %ENV at package level WWW::Utils- ...
Anthony Gardner
Dec 1, 2006 at 1:55 pm
Dec 2, 2006 at 10:04 am -
Hello to all of you, Last week I sent an email asking how to connect to more than one remote Oracle database. My problem was that in my startup.pl file, I am setting the following environment ...
Malka Cymbalista
Dec 11, 2006 at 2:05 pm
Dec 15, 2006 at 4:40 am -
I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun Solaris machine. We would like to do http authentication via our ldap server so we need to install mod_auth_ldap. The ...
Malka Cymbalista
Dec 13, 2006 at 10:31 am
Dec 15, 2006 at 4:40 am -
I'm trying to change a subrequest to do a request to a different server than the originating one. I'm not sure if this is possible. Anyway, I've skipped the internal_redirect because - am I correct? ...
Marc Lambrichs
Dec 7, 2006 at 1:22 pm
Dec 13, 2006 at 7:51 am -
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my ...
Georg Grabler
Dec 27, 2006 at 11:46 am
Apr 19, 2007 at 4:16 am -
I've been poring over the Perl Best Practices book as of late, lovely work, wish I would have read it when it first came out.... Anyway, I'm curious about a way I'm using variables, here is my ...
Boysenberry Payne
Dec 22, 2006 at 5:24 pm
Dec 22, 2006 at 7:14 pm -
Hi, Im trying to get NTLM Authentication working for Apache 2xx. So that Windows Users can access Apache Web Server with their Windows Domain credentials. (Single Sign On) I have installed Perl 5 and ...
Genesis X1
Dec 21, 2006 at 9:02 am
Dec 21, 2006 at 10:08 am -
Hi, When I try to use complex data structures I get an error saying Use of uninitialized value in string at C:\Documents and Settings\deepm\My Documents\practice.pl line 29, <FILE line 1. The line of ...
Deepak Mallya
Dec 11, 2006 at 8:19 pm
Dec 11, 2006 at 8:53 pm -
Please I need o good Documentation Project about Apache::Session Module, and Mod_Perl 2 in general. Thanks -- Walter Vargas <walter@wirelessvenezuela.com Debian Of Course! GNU/Linux ID: 268566 ...
Walter Vargas
Dec 9, 2006 at 12:29 am
Dec 9, 2006 at 1:32 am -
This isn't strictly mod_perl related, but it's defiantly something that people running a light/heavy setup using SSL must run into, and I can't seem to find very many good pointers about how to most ...
Adam Prime x443
Dec 4, 2006 at 6:29 pm
Dec 4, 2006 at 7:28 pm -
Hey all, I am a new list member but a longtime Perl junkie :). I started scripting Perl about 6 years ago, and I still haven't found a language I like as much as this... I am considering converting ...
Heuston, Gary James
Dec 1, 2006 at 3:37 pm
Dec 1, 2006 at 4:13 pm -
Is there an "escape_uri" function in Apache2 somewhere? I only see unescape_uri in Apache2::Util // Jonathan Vanasco - - - - - - - - - - - - - - - -
Jonathan Vanasco
Dec 30, 2006 at 1:50 am
Dec 30, 2006 at 2:06 am -
Are they still down?
Georg Grabler
Dec 27, 2006 at 12:50 pm
Dec 27, 2006 at 1:26 pm -
Have received the following .............. error? warning? :Apache IO flush: (103) Software caused connection abort at -e line 0 I googled ........ and found that this has been raised in the past and ...
Anthony Gardner
Dec 21, 2006 at 12:06 pm
Dec 21, 2006 at 5:46 pm -
Hi , Server: sparc OS:Solaris 8 Apache/2.0.55 mod_perl/2.0.3 Perl/v5.8.5 I trying to add module mod_perl to apache2 : after make test i have this error : Failed Test Stat Wstat Total Fail Failed List ...
Cédric Terrier
Dec 21, 2006 at 11:18 am
Dec 21, 2006 at 2:59 pm -
Greetings, I have a handler that calls $r- internal_redirect('/new/location'). I want to avoid recomputing the data I have in $r- pnotes at the time of the redirect, and instead magically pass that ...
Fred Moyer
Dec 21, 2006 at 5:01 am
Dec 21, 2006 at 7:37 am -
Hi, I am new to PHP..am tryin to configure PHP and am havin few problems.Ihave setup the http.conf and php.ini with the coresponding entries and when I call http://localhost/ it works.But I get "page ...
Deepak Mallya
Dec 17, 2006 at 1:02 am
Dec 17, 2006 at 1:08 am -
Hi: I was wondering: How do I redirect to a different page? I want my handler to be able to redirect a request, I know there is the REDIRECT constant but I also need to indicate where to? This ...
Erik Norgaard
Dec 11, 2006 at 10:46 pm
Dec 11, 2006 at 11:29 pm -
Mason Gurus: I have the following dhandler issue with mason/mod_perl/apache v1.3: On disk, I have the following files... /home/me/inherit/one/index.html /home/me/inherit/one/test/dhandler ...
Matthew Lineen
Dec 7, 2006 at 7:18 pm
Dec 7, 2006 at 7:20 pm -
mod_perl2 2.0.3 can not build with compile option '-march=pentium3'. A wrong code is xs/APR/APR/Makefile.PL. Argument may contain multiple '=' charactor such as CCFLAGS="-O2 -pipe -march=pentium3".
HASHI Hiroaki
Dec 3, 2006 at 10:37 pm
Dec 3, 2006 at 11:37 pm -
I have an SVN of ModPerl 2.0.3 RC1 installed which works (after a slight tweak of a test), but now 2.0.3 is released I like to upgrade. However... the test suite fails a couple of times. I tried to ...
Frank Maas
Dec 30, 2006 at 11:05 pm
Dec 30, 2006 at 11:05 pm -
To whom it may concern Spine 1.2 Stable (Blackadder) was released on 28 december 2006. Major changes in this release include: * Updated layout and added 8 new styles * Fixed a number of bugs and ...
Hendrik Van Belleghem
Dec 28, 2006 at 10:28 pm
Dec 28, 2006 at 10:28 pm -
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my ...
Georg Grabler
Dec 27, 2006 at 11:53 am
Dec 27, 2006 at 11:53 am -
This message contains a digitally signed email which can be read by opening the attachment. The information contained in this email message may be privileged, confidential and protected from ...
Jeremy Capps
Dec 21, 2006 at 6:43 pm
Dec 21, 2006 at 6:43 pm -
Okay, now that I have code coverage results being produced I can move closer to the actual goal I am aiming to reach. I would like to capture code coverage per request. I do not want to have to ...
Alan R Williamson
Dec 21, 2006 at 11:30 am
Dec 21, 2006 at 11:30 am -
Krang v2.008 is now available (the source release is up now and binary builds should be up soon). Notable changes in this release: * Improved password security. Password policy is now configurable ...
Sam Tregar
Dec 20, 2006 at 10:51 pm
Dec 20, 2006 at 10:51 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: During 'make test' I see errors and I don't know what to do to solve it. There's no error_log created. ...
Brzezinski, Paul J
Dec 14, 2006 at 8:19 pm
Dec 14, 2006 at 8:19 pm -
All Tie-DxHash is intended to permit the use of more elaborate rewrite rules in Apache configuration files written with Perl Sections. I recently released a new version of Tie-DxHash. This release ...
Kevin Ruscoe
Dec 13, 2006 at 7:32 am
Dec 13, 2006 at 7:32 am -
I'm experiencing fatal Apache child errors when I attempt to make DBD::Oracle connections under ModPerl::Registry and using LDAP as one of the database name resolution paths. Can anyone offer some ...
Mark Heiges
Dec 13, 2006 at 3:32 am
Dec 13, 2006 at 3:32 am -
urbia.com AG is looking for an experienced Perl/mod_perl Web developer (full-time) to support the development of our successful online community at www.urbia.de. More information (in German only) ...
Tobias Kremer
Dec 12, 2006 at 9:04 am
Dec 12, 2006 at 9:04 am -
Hey there. I've been trying to modify my file upload script so that it handles 10 files instead of one. i was thinking the most straightforward way would be to add a FOR LOOP? placed strategically ...
Fatjoez
Dec 10, 2006 at 10:55 am
Dec 10, 2006 at 10:55 am -
All, When building mod_perl 1.29 on Solaris 9 via apxs, the apaci/perl_config script returns the value 'cc' as the linker because Apache::ExtUtils calls basename on the value contained in ...
Ray Link
Dec 10, 2006 at 12:17 am
Dec 10, 2006 at 12:17 am -
mod_perl 2.0.2 + apache v2.2.3 from http://www.devside.net/server/webdeveloper httpd.conf ThreadsPerChild 1920 ======================================================== I have a project must upload ...
LUKE
Dec 9, 2006 at 2:33 pm
Dec 9, 2006 at 2:33 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 53 |
posts | 252 |
users | 68 |
website | perl.apache.org |
68 users for December 2006
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)