Search Discussions
-
Gentlemen, mod_perlservice rocks. I know because I wrote it. Let my email explain why I wrote mod_perlservice and why it will provide obvious benefits to webservices developers. Why not just use ...
Michaelcollins
Nov 26, 2004 at 11:55 pm
Nov 30, 2004 at 11:24 pm -
Hello, I'm currently using the following configuration: - Perl 5.8.4.810 from Activestate - Apache 2.0.52 installed from the MSI package - mod_perl 1.99_17 installed with ppm from ...
Thierry Valentin
Nov 24, 2004 at 12:21 pm
Nov 30, 2004 at 11:14 pm -
Can anyone help me with a mod_perl 2.0 install problem? I am getting an error when I try to do "make test" Brief synopsis: 1. I installed apache 2.0 with: ./configure --enable-module=so ...
Stephen Jungels
Nov 21, 2004 at 10:19 pm
Nov 23, 2004 at 10:34 pm -
1.29 sees overly sensitive to small errors in html documents that a browser would ignor, returning empty documents to browser and logging seg faults to apache error log. Details -------- [Fri Nov 12 ...
Tim Evans
Nov 13, 2004 at 3:45 pm
Nov 20, 2004 at 11:32 am -
Note: Folks on perlmonks might recognize this post from last night. There have been no responses, so I'm posting it to the mod_perl list. I'm trying to profile some perl CGI someone else wrote, but I ...
Jason Dixon
Nov 2, 2004 at 3:31 pm
Nov 2, 2004 at 6:04 pm -
Hi, I have DBI 1.45, Apache 2.052 Win32, mod_perl 1.99_17, Perl 5.84. I get that error when working with DBI in the /perl dir of apache. works fine on cmd-line and cgi-bin. Any comments are highly ...
Ray Chuan
Nov 29, 2004 at 1:48 am
Dec 3, 2004 at 8:41 am -
Well, now I got rid of Apache::compat (changed Apache::File to FileHandle/File::Temp) and I got the same problem, so Apache::compat is innocent Could it be that PerlFixupHandler in mp2 needs to set ...
RobertCZ
Nov 23, 2004 at 8:33 am
Nov 29, 2004 at 4:17 pm -
I'm new to using mod_perl2 A few years ago I made a web application in perl cgi, moved it over to mod_perl1 about a year ago, and now I want to continue development of it in mod_perl2 I probably made ...
Jonathan vanasco
Nov 14, 2004 at 7:26 pm
Nov 16, 2004 at 5:30 pm -
Hi, I have a package hash that I am trying to tie to a db table when the package is loaded. I also have an error handling routine that logs the error using Apache::Log- log_error() routine then ...
Arshavir Grigorian
Nov 10, 2004 at 3:12 pm
Nov 16, 2004 at 12:07 am -
Hi everybody. I ran into a problem with Perl scripts stored in utf-8 and I couldn't find the answer to it on the Internet or mailing lists. Please tell me what I'm missing. SYSTEM: Windows XP SP2, ...
Игорь Кудашев
Nov 7, 2004 at 1:23 pm
Nov 8, 2004 at 11:19 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: When running 'make test' as a non-root user, apache fails to create the default AcceptMutex. All tests ...
Cory Omand
Nov 2, 2004 at 10:39 pm
Nov 25, 2004 at 2:59 pm -
it's kind of a grey area as to where this problem is living - hence the double post. taking a mod_perl module that uses SVN::Core (e.g. SVN::Web), and either preloading it via ...
Dorian Taylor
Nov 22, 2004 at 7:59 pm
Nov 24, 2004 at 5:37 pm -
Hi everybody. I have a problem on a production cluster with a somewhat big mod_perl app, and I just cannot get any clue of what is happening. The problem is that the servers just exit with ...
Marc Gracia
Nov 5, 2004 at 12:43 pm
Nov 8, 2004 at 10:53 pm -
I have been working with Mod_Perl for a few years now and have been fairly successful. I thought that I had a fair understanding of how things worked until today. I'm using Mod_Perl version 1.0 and ...
Justin Luster
Nov 5, 2004 at 2:54 am
Nov 5, 2004 at 9:22 pm -
Hi, How can I pass $dbh value from PerlResponseHandler to PerlCleanupHandler to be disconnected? My scripts are running in ModPerl::Registry, and I don't want to do $dbh- disconnect() at the end of ...
Batara Kesuma
Nov 10, 2004 at 2:42 am
Nov 10, 2004 at 8:30 pm -
So this just started happening, and I'm trying to track down why. I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN Trunk) and PHP (4.3.9 or 5.0.2) don't like to play together ...
Dan Sully
Nov 23, 2004 at 4:43 pm
Nov 23, 2004 at 6:04 pm -
All, I've had an urgent request for a few paragraphs on the justification for the use of perl. In particularly mod_perl. Someone in the powers that be read an outdated description and thinks that ...
Martin Moss
Nov 19, 2004 at 6:36 pm
Nov 22, 2004 at 11:37 am -
7
Keywords
Can someone tell me why sex, sexy, suck and child are included in the <meta name="keywords" content="mod_perl modperl perl cgi apache webserver speed fast guide mod_perl asf parent apache guide help ...Anthony Gardner
Nov 20, 2004 at 9:09 pm
Nov 21, 2004 at 10:50 am -
I am having difficulty sending an XML file to the browser using the Content-Disposition: attachment header. I am running mod_perl/1.99_13 and trying to use an existing cgi script which returns data ...
Micah Johnson
Nov 19, 2004 at 2:57 pm
Nov 20, 2004 at 12:08 am -
Did everyone see this on perl.com today? http://www.perl.com/pub/a/2004/11/18/mod_perlservice.html I just skimmed it quickly, but I can't understand why this is not just a simple mod_perl module, or ...
Perrin Harkins
Nov 24, 2004 at 5:57 pm
Nov 24, 2004 at 9:30 pm -
I want to pass cookies into a subrequest. I use Apache::Cookie to fetch all my available cookies. Next, I have to put them into a HTTP::Cookies cookiejar so I can use add_cookie_header() to add my ...
Marc Lambrichs
Nov 16, 2004 at 9:04 am
Nov 17, 2004 at 9:02 pm -
I built for mod_perl1 a customer webapp framework It functions as 2 perl modules/package sets /lib/WebAppFramework /lib/Website For each website/webapp, i make a new /lib/Website that subclasses the ...
Jonathan vanasco
Nov 17, 2004 at 2:16 pm
Nov 17, 2004 at 7:32 pm -
All, I'm about to replace the authentication mechanism that our web site uses. However I wanted to sanity check my thought process. Is it possible to have an Authen handler sitting on certain areas ...
Martin Moss
Nov 10, 2004 at 5:10 pm
Nov 12, 2004 at 10:51 pm -
Hi, I am using Apache::Cookie (libapreq2-2.04-dev) to generate cookies. However, for some reason, the bake() method does not work. # WORKS my $cookie = $ticket- cookie()- as_string(); $r- ...
Arshavir Grigorian
Nov 9, 2004 at 4:25 pm
Nov 12, 2004 at 3:54 pm -
I am new to modperl and have been trying to get it running for the past week but not having any luck. The first time I run make test it errored out and said unable to start the server, but I tried ...
Mr jeremy pennington
Nov 4, 2004 at 3:49 am
Nov 4, 2004 at 10:55 pm -
First off, I am new to the world of mod_perl so please bear with me. Thanks Solaris 5.9 on a v440 Apache 2.0.5.2 mod_perl 1.99_17 perl 5.8.3 (ActivePerl) The 'make test' failures are as follows: ...
CALDWELL, JERAMIE W \(SWBT\)
Nov 1, 2004 at 9:36 pm
Nov 4, 2004 at 2:15 pm -
Hello, With Geoffrey Young's generous help I have successfully implemented authentication using my own handler subroutine defined as PerlAuthenHandler. This works OK in RedHat but not on SGI (IRIX ...
Marina Markus
Nov 1, 2004 at 4:17 pm
Nov 2, 2004 at 5:07 pm -
5
pnotes
Hello list, I have module called Application which handles all the requests to the site (except for images, etc) and then dispatches the request to a different module based on the $r- path_info(). I ...Arshavir Grigorian
Nov 24, 2004 at 7:54 pm
Dec 8, 2004 at 9:31 pm -
Hi, FYI, mod_perl2 on FreeBSD requires a couple of minor patches. The ones for r16 are at http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_perl2/files/, while the ones for r17 are currently still ...
Lars Eggert
Nov 30, 2004 at 10:13 am
Dec 1, 2004 at 2:47 pm -
Apparently we're not quite there yet. See the report for details. Note that I am including the bug report because it might have useful details, not because this is necessarily a bug. ...
Stephen Jungels
Nov 30, 2004 at 2:14 am
Nov 30, 2004 at 8:29 pm -
Hi, I have recently developed a project in Perl and it works great but it works pretty slow because of forking. I've used mod_perl in the past, and have also compiled mod_perl C and Perl modules ...
Faisal Nasim
Nov 22, 2004 at 7:03 pm
Nov 23, 2004 at 7:35 am -
I'm running into an interesting problem, using Apache::SessionManager. My first request to the webpage successfully generates a cookie, and I see it in my browser's jar. The next response though, the ...
Dan Sully
Nov 10, 2004 at 9:06 pm
Nov 21, 2004 at 4:39 pm -
Hi, I do not post to this list often but I read it regularly; this list consistently provides useful and relevant information--so thanks for this valuable resource--and a grateful nod of appreciation ...
Thomas Whitney
Nov 20, 2004 at 11:33 am
Nov 20, 2004 at 11:07 pm -
Hello, I'm using mod_perl 1.29 with Apache 1.3.31 to invoke some perl modules like ProxyRewrite.pm. When I restart apache daemon, all is working ok. But when some time passes (it could be hours, days ...
Roman Medina-Heigl Hernandez
Nov 15, 2004 at 1:23 pm
Nov 16, 2004 at 8:52 pm -
Hi, I have probelms with modperl installation; have read through the manuals and also mailing lists but was not able to solve the probelm. Any help will be highly appreciated :) I installed modperl ...
Asif Jan
Nov 6, 2004 at 10:01 am
Nov 8, 2004 at 3:48 pm -
Hi, I have an END block in my Apache::PerlRun script. First I was trying to print something in the END{} block and it didn't show up on the browser. I tried writing to a file and it worked great! The ...
Faisal Nasim
Nov 26, 2004 at 8:13 pm
Dec 2, 2004 at 3:31 pm -
Hi, what's wrong whit this script. I need to detect when the user press the stop button. I read: http://perl.apache.org/docs/1.0/guide/debug.html#Handling_the__User_pressed_Stop_button__case SO: ...
Federico M.
Nov 29, 2004 at 1:21 pm
Nov 29, 2004 at 3:52 pm -
Hi Gurus, I'm using Apache 1.3.33 with mod_perl 1.29. In Apache httpd.conf file I'm loading external perl directives using: PerlRequire startup.pl I've checked, that during apache startup ...
Marcin Kosewski
Nov 18, 2004 at 2:22 am
Nov 18, 2004 at 11:00 pm -
Hi, I asked the php-install and php-dev lists before - they didn't answer. I dunno if it's PHP and/or Perl related - so before I open a PHP Bug Report, maybe here someone has an idea: << Hi, Because ...
Sönke Ruempler
Nov 16, 2004 at 8:58 am
Nov 17, 2004 at 8:40 am -
All, I'm looking into ways of uniquely identifying a computer. I've been reading around the web looking at different mechanisms, and so far I've drawn a fuzzy blank. Currently, I want to use SSL to ...
Martin Moss
Nov 8, 2004 at 2:30 pm
Nov 9, 2004 at 1:59 am -
Hello everyone, I am currently workning on writing a CMS system, and as such I'd like to prevent user modules from outputting data directly instead of using the method supplied by the system. The way ...
Arne Skjaerholt
Nov 8, 2004 at 5:15 pm
Nov 8, 2004 at 10:29 pm -
hello could some kind soul please advice as how to implement rock solid authentication with modperl.... I have a db app running mod_perl/perl/apache/mysql and need user authentication, should I use ...
Greger
Nov 1, 2004 at 5:40 pm
Nov 2, 2004 at 10:13 pm -
Hi ! I am using Apache/1.3.33 and Mod-Perl 1.29. I have following httpd.conf file. ==== ServerRoot "/home/pvnaik/lab/mp1" Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 ...
Pratik
Nov 27, 2004 at 9:09 am
Dec 2, 2004 at 3:28 pm -
Hi, I'm using mod_perl 2.0 with apache server 2.0.52 and perl version 5.8.0. The problem is that with mod_perl alarm() doesn't get timeout through apache mod_perl. It works fine on the command with ...
Shreeguru KS
Nov 29, 2004 at 5:42 am
Nov 30, 2004 at 12:05 am -
Hi everyone, I have trouble with the LogLevel parameter in Apache Configuration and generation of undesired log entries. More precisely, if I set (for example) the LogLevel to "error", I only get ...
Mathieu Millet
Nov 26, 2004 at 2:41 pm
Nov 26, 2004 at 8:04 pm -
*Hi speeves, i'm trying Apache::AuthenNTLM 2.07 modules with a NT PDC, mod_perl-1.19_12, Apache/2.0.51., After configuration, i browsers the page that protect by AuthenNTLM and it prompt me for ...
William lai
Nov 24, 2004 at 2:10 am
Nov 26, 2004 at 4:32 pm -
Hello. Error: RA layer request failed: PROPFIND request failed on '/perl/modperl/trunk': PROPFIND of '/perl/modperl/trunk': 405 Method Not Allowed (http://svn.apache.org) Best regards. Ruslan. -- ...
Ruslan U. Zakirov
Nov 23, 2004 at 7:29 pm
Nov 23, 2004 at 7:36 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I'm trying to create temp file in PerlFixupHandler using File::Temp, write to it, send it to the client and ...
RobertCZ
Nov 22, 2004 at 8:33 pm
Nov 23, 2004 at 5:33 pm -
Hello all, when attempting to post a form with enctype="multipart/form-data" for file uploading, I receive the following errors in my error_log and the upload fails: [Tue Nov 16 00:20:49 2004] ...
Raphael Ferguson
Nov 16, 2004 at 12:06 pm
Nov 18, 2004 at 4:52 pm -
Hello everybody, I have some problems with Image::Magick and modperl 2. Apache 2 gives a segmentation fault if i preload Image::Magick in a preload.pl. Apache 2 continues working, but the httpdcore ...
Derck Floor
Nov 11, 2004 at 2:37 pm
Nov 15, 2004 at 1:32 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 112 |
posts | 561 |
users | 142 |
website | perl.apache.org |
142 users for November 2004
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)