Search Discussions
-
Hello, I have a Mod Perl authentication handler and it needs to retrieve the session id from a cookie. It is unable to retrieve any cookies and I get the following error. It does not even print any ...
Sumit Shah
Feb 16, 2007 at 5:24 pm
Feb 21, 2007 at 4:35 pm -
Hi, I am a bit confused. If I do: telnet localhost 80 .... I get: HTTP/1.1 403 Forbidden Date: Wed, 28 Feb 2007 16:53:29 GMT Server: Apache/2.0.52 (Fedora) <- Note no mod_perl here Accept-Ranges: ...
Beginner
Feb 28, 2007 at 5:02 pm
Mar 2, 2007 at 5:31 am -
Dear Group, Just would like to try mod perl 2.0 in my home system. I have XP, Apache 2.0.59, mod perl 2.0.3 and perl 5.8.8. I was able to install and run Apache with mod_perl successfully. Could you ...
Aqua
Feb 20, 2007 at 4:29 am
Feb 23, 2007 at 10:48 pm -
Hi, I'm moving to mod_perl2 and looking at the new startup where perl can be loaded either pre-config or postconfig. I've been trying both options. If I start perl pre-config, I'm getting output from ...
Carl Johnstone
Feb 14, 2007 at 2:55 pm
Feb 14, 2007 at 9:53 pm -
I've placed up at http://people.apache.org/~randyk/ a couple of modules that provide a mod_perl2 interface to two Ajax-related packages: - Apache2-Ajax-0.1.tar.gz: a mod_perl2 interface to CGI::Ajax, ...
Randy Kobes
Feb 5, 2007 at 5:22 pm
Apr 9, 2007 at 5:21 am -
This is getting very frustrating, so I guess I should ask about this before I scrap the whole project and go back to CGI. I'm using Apache::Reload during development since I'm constantly making ...
Dan_kelley
Feb 20, 2007 at 8:50 pm
Feb 21, 2007 at 9:05 am -
Hello, I saw someone asked this question on memcached's list.And I also want to know the answer of it. Does anyone here have the experience on this item?Thanks. Quote: I'm using memcached under ...
Jeff Pang
Feb 27, 2007 at 4:20 am
Feb 27, 2007 at 3:28 pm -
Hi, I'm trying to build an filter that will parse the output of some application server (AKA the blackbox) and replace the errors messages with something neater. For that purpose i installed the ...
Benoit Plessis
Feb 22, 2007 at 6:01 pm
Feb 23, 2007 at 10:11 am -
I've got a question about Server Side image maps Going through the HTML spec... ==== http://www.w3.org/TR/html401/struct/objects.html#h-13.6.2 The location clicked is passed to the server as follows. ...
Jonathan Vanasco
Feb 20, 2007 at 8:47 pm
Feb 20, 2007 at 9:15 pm -
Hi there, I've got an modperl 1 script I've trying to run under modperl2. It's a bit hairy, because it's actually a library (.pm file) which can be run either within a perl module, or in a stand ...
Josef Karthauser
Feb 23, 2007 at 12:18 am
Feb 27, 2007 at 11:55 pm -
hi everyone, I have installed apache 2.2.4 on my computer and am trying to install mod perl 2.0.3, but have been running into some issues. To be specific I am having issues loading APR.so duiring the ...
Jayakrishnan iyer
Feb 21, 2007 at 9:48 pm
Feb 23, 2007 at 2:22 pm -
I'll admit that I'm a mod_perl newbie. I've always just used plain ol' CGI scripts in the past. Obviously I have relied's upon CGI's param() method to get form parameters. Looking around the ...
Dan_kelley
Feb 20, 2007 at 7:59 pm
Feb 21, 2007 at 7:17 am -
I don't think this is possible, but I need to give it a shot: I'm doing some work with Imager under mp2. There are some fonts and image files that I need. I'm trying to figure out a way to store them ...
Jonathan Vanasco
Feb 20, 2007 at 10:45 pm
Feb 21, 2007 at 1:02 am -
Hi list, I'm having trouble with mod_perl 2.0 (latest stable build) - I have it set up to run all my old cgi programs through an aliased directory (perl-bin- cgi-bin with the mod_perl filters turned ...
Aaron Hawryluk
Feb 8, 2007 at 8:03 pm
Feb 14, 2007 at 4:44 pm -
Hi folks, Not sure if this is mod_perl related but the logic goes I've never had this issue on a non-mod_perl server... I've got a busy server with quite a few problems, but one in particular is very ...
John ORourke
Feb 8, 2007 at 8:55 am
Feb 9, 2007 at 10:52 am -
Hi, Can you tell me, if I use persistent MySQL connection (with Apache::DBI), if I want to use select last_insert_id(), do I need to lock the table before doing the insert and unlock it after using ...
Octavian Rasnita
Feb 3, 2007 at 9:54 pm
Feb 4, 2007 at 4:37 pm -
Hi there: I'm using Apache2 and mod_perl 2.0.2 on a Debian Etch server, and just ran into trouble when trying to run an unaltered CGI script using ModPerl::PerlRun. The script I'm using is UseMod ...
Clayton Smith
Feb 13, 2007 at 8:55 pm
Feb 26, 2007 at 2:24 am -
Hi, just a minor question: I am currently porting an older authentication module written some years ago for Apache1.3 and perlmod to Apache2.2 and perlmod2. For some reason the module is called twice ...
Hadmut Danisch
Feb 22, 2007 at 7:50 pm
Feb 23, 2007 at 9:36 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: When accessing a perl script (like formmail.pl) the page stays empty and apache2 error log reports the ...
Jasper | Tiscomhosting Systeembeheer
Feb 17, 2007 at 3:27 am
Feb 18, 2007 at 7:49 am -
I've seen these individually in the list here, but haven't found any answers yet. The main question I have is: is it safe to ignore these failures and go ahead with "make install"? -Ollie ...
Ollie
Feb 9, 2007 at 8:13 pm
Feb 12, 2007 at 7:31 pm -
Hi, I want to change a cgi script to run with mod_perl, but I have a problem with the DIE signal I used in an earlier version to clean the directory if the user presses the stop button during the ...
Stephan Jennewein
Feb 7, 2007 at 11:49 pm
Feb 9, 2007 at 8:27 pm -
Hello, Recently I ran into a bug with File::MMagic where it returns inconsistent results under mod_perl. I'm interested in getting this bug fixed, or using an alternative module that works. What's ...
Mark Stosberg
Feb 27, 2007 at 4:21 pm
Feb 27, 2007 at 10:41 pm -
Hi, another problem with porting an older authentication script: The script used to fetch the certificate details set from the SSL module under Apache1.3 with some code like $r- subprocess_env; # ...
Hadmut Danisch
Feb 22, 2007 at 9:03 pm
Feb 22, 2007 at 9:55 pm -
Hi all, Can anyone point me in the right direction? I am expecting POST with XML content, so the usual parser won't work...I think. Hope this helps.
Foo JH
Feb 13, 2007 at 9:19 am
Feb 13, 2007 at 9:03 pm -
Hi Everyone, Just wanted to let everyone know, if you're going to SCALE ( Southern California Linux Expo ) next weekend or live in the LA area I'll be giving an introductory talk on mod_perl 2 on ...
Frank Wiles
Feb 6, 2007 at 3:04 pm
Feb 7, 2007 at 6:12 pm -
I installed Apache::DB with mod_perl 2 on Apache 2.0, but Apache::DB doesn't show any CGI source code even I tried to single step into the CGI. Have anyone seen this and have a workaround for this? ...
C chan
Feb 6, 2007 at 7:05 am
Feb 7, 2007 at 6:04 am -
1. Problem Description: Test failure in t/api/server_const subtest 3. verbose details for that test set: ------------------------------------------------------- ...
Roger Critchlow
Feb 2, 2007 at 8:48 pm
Feb 5, 2007 at 8:51 pm -
I was wondering if there was some way I could run a script and have it detect all unused variables for me? Anyone got an answer hopefully with out using and add on module? I was also running how I ...
Tyler Bird
Feb 28, 2007 at 9:46 pm
Mar 5, 2007 at 7:40 pm -
Just wondering if it is possible to search this mailing list. It would be of great help to newbies like me. Regards Dominic
Aqua
Feb 22, 2007 at 4:23 am
Feb 22, 2007 at 4:28 am -
startup.pl has this: use MyConfig::ServerLayout; and then: package MyConfig::ServerLayout; my $_environment= $ENV{'SERVER_TYPE'}; if ( !defined $_environment ) { die "ERROR! You MUST define ...
Jonathan Vanasco
Feb 22, 2007 at 1:02 am
Feb 22, 2007 at 2:32 am -
I am trying to use Apache to replace a commercial authentication front end for a legacy application server that needs to be supported for another year. I need authenticate a user to the corporate ...
Steve Ensley
Feb 16, 2007 at 9:23 pm
Feb 16, 2007 at 9:46 pm -
Hi, I am building a mod_perl PerlProcessConnectionHandler, and am using nonblocking sockets, for fine-grained error control. My first question is regarding a bit of documentation ambiguity about the ...
Colin Meyer
Feb 14, 2007 at 9:28 pm
Feb 15, 2007 at 4:26 pm -
I installed Apache2::Request by using CPAN and # perl -MApache2::Request -e 'print "installed!\n"' returns the good result. Do you have a Perl script that can be used to test if Apache2::Request ...
Jeff Y
Feb 8, 2007 at 9:14 pm
Feb 9, 2007 at 8:33 pm -
Dear my friends.... I am writing a program use activeperl 5.8, MSSQL and on Win32 Env. Here is my code: === #!/usr/bin/perl use Tk; use Cwd; use DBI::ADO; use WriteExcel; use strict; use Win32::OLE ...
Patrix Diradja
Feb 6, 2007 at 1:29 pm
Feb 6, 2007 at 9:02 pm -
Hi All, I haven't posted here in a couple of years, but I know the list is still full of talent and we're looking for developers like you at Hyperic. We're a startup located in downtown San Francisco ...
Doug MacEachern
Feb 2, 2007 at 8:48 pm
Feb 6, 2007 at 8:34 pm -
Hello everybody on the lists. I've a smaller problem using mod_perl / apache2. I've usually some CGI files, implementing perl Modules (.pm). In one perl module, i use SSL, as you might already ...
Georg Grabler
Feb 2, 2007 at 5:18 pm
Feb 2, 2007 at 7:11 pm -
Hi folks, About once every 15-45 minutes or so a httpd process will segfault when serving a modperl page. I've built apache httpd, modperl and perl with debuging symbols, and have gotten a few core ...
Christopher Shumway
Feb 27, 2007 at 10:00 pm
Feb 27, 2007 at 10:00 pm -
I am running Apache 2.0.69 and mp2 mod_perl2-2.0.3_1,3 on FreeBSD 6.1. I can run a script that decrypts the a PGP encrypted file outside of apache/mp2 and as a CGI script but when run from a perl ...
Roger McCalman
Feb 25, 2007 at 5:44 pm
Feb 25, 2007 at 5:44 pm -
Using mod_perl 2.0.3. Error generated is: <command line :3:2: missing '(' after predicate whenever a compile is attempted. If Perl was compiled with a fully pathed gcc compiler (/opt/hp-gcc/bin/gcc, ...
Brian T Wightman
Feb 22, 2007 at 4:39 pm
Feb 22, 2007 at 4:39 pm -
Hi All, I just can't seem to get Apache::PerlVINC working properly. My specs are below: RHEL 4 Apache 1.3.37 mod_ssl 2.8.28 Apache::DBI -- 1.05 Apache::PerlVINC -- 0.03 CGI -- 2.752 DBD::Oracle -- ...
Mike Seda
Feb 20, 2007 at 6:25 am
Feb 20, 2007 at 6:25 am -
Krang v2.100 is now available (the source release is up now and binary builds should be up soon). Notable changes in this release: * Numerous bugs were fixed in Krang's most intensive QA cycle in ...
Sam Tregar
Feb 19, 2007 at 10:59 pm
Feb 19, 2007 at 10:59 pm -
Hello everyone, I am currently trying to develop a http file upload application with progress indication. Until now, I used the following rough algorithm: - save CONTENT_LENGTH to a temp file - write ...
Stanislaw Raskin
Feb 17, 2007 at 4:47 pm
Feb 17, 2007 at 4:47 pm -
Hello! I have a perl script which uses CGI package and does redirect(). It is run under mod_perl. For some reason I get HTTP status "200 OK", but the header "Location:" is set and the response body ...
Alexander V. Lukyanov
Feb 17, 2007 at 3:26 am
Feb 17, 2007 at 3:26 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 43 |
posts | 169 |
users | 64 |
website | perl.apache.org |
64 users for February 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)