Search Discussions
-
I've been banging my head against on wall on this one and could use a little help. Setting the Stage: I've got an Apache::CleanupHandler that is running for my requests. I've got a file at ...
Michael Peters
Oct 29, 2008 at 7:32 pm
Oct 30, 2008 at 1:06 pm -
I have about a dozen small cgi programs under mod_perl2 that all pretty well look like this.. use CGI; use DBI; use perlchartdir ; # graphing fetch parameters build SQL and fetch data from database ...
Thomas Hilbig
Oct 17, 2008 at 5:38 pm
Oct 29, 2008 at 2:41 pm -
Hi. Still around a new perl AAA module I'm writing, a question : If I have a Location like so : <Location /some/url SetHandler jakarta-servlet SetEnvIf REQUEST_URI "\.(htm|web|css|gif|jpg|js|html?)$" ...
André Warnier
Oct 12, 2008 at 5:31 pm
Oct 15, 2008 at 9:34 am -
Hi My english is not good (sorry) but I try to explain my problem I have apache2.2.9 with modperl 2.0.4 static; I have some perl modules (development by me) with Sleepycat::DbXml library; when ran ...
Felipe de Jesús Molina Bravo
Oct 10, 2008 at 6:22 pm
Oct 22, 2008 at 3:48 pm -
I have following Location directive in my applications conf file <Location ~ ^/((download|ARULink|WebApp)/.*)?$ PerlInitHandler ARULink::setup_request SetHandler perl-script PerlResponseHandler ...
Shibi NS
Oct 14, 2008 at 8:29 am
Oct 20, 2008 at 4:57 pm -
Hi all, Apologies if this isn't the right forum, but I am not sure where to turn to... I have mod_perl 2.0.4 installed with ActivePerl 5.10.0 under Apache 2.2.9 running on Windows 2003 Server SP1. I ...
Scott Tomilson
Oct 9, 2008 at 7:08 am
Oct 10, 2008 at 8:06 am -
Hi. Following a message posted on the Apache users list, I am just curious if via mod_perl there could be a solution to the following issue : A busy Apache server (with several VirtualHosts, why not ...
André Warnier
Oct 8, 2008 at 12:39 pm
Oct 9, 2008 at 7:12 am -
I'm trying to run both the live and dev versions of my website using virtual hosting in Apache 1.3, and using mod_perl 1.29 (on Debian stable, for reference). The problem I'm having is that the ...
Phil Carmody
Oct 3, 2008 at 9:26 am
Oct 5, 2008 at 3:32 am -
Hi. I am writing a new PerlAuthHandler module. It is working fine in most cases, but.. In an attempt at being clever, I put the following code in the handler : unless ($r- is_initial_req) { if ...
André Warnier
Oct 12, 2008 at 10:57 am
Oct 12, 2008 at 8:57 pm -
At $work we have a situation where large chunks of configuration are being created with PerlSections, in combonation with mod_macro. There is a desire to see what exactly that all get mapped to in a ...
Adam Prime
Oct 23, 2008 at 6:55 pm
Oct 23, 2008 at 7:34 pm -
I have follow simple script: !#/usr/bin/perl print "Content-Type: text/html\n\n"; print "Counter: " . (++$counter) . "\n"; print time(), "\n"; sleep(20); print time(), "\n"; Starting that script ...
CthuMP
Oct 22, 2008 at 9:35 am
Oct 22, 2008 at 3:56 pm -
I'm attempting to run httpd with mod_perl, but the httpd refuses to start: Starting httpd: httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 10 of ...
Ircha, Andrew
Oct 5, 2008 at 10:52 pm
Nov 5, 2008 at 10:25 am -
Hi. In a PerlFixupHandler, I want to use $r- filename to reset the target of a PUT request, so as to "trick" the following Apache PUT content handler into writing the PUT-ted file somewhere else than ...
André Warnier
Oct 17, 2008 at 7:26 am
Oct 17, 2008 at 11:40 am -
I'm attempting to write an input filter that performs an internal redirect based on the contents of the cookies sent in the request headers. The problem I'm encountering is that the browser is ...
Dan DeSmet
Oct 9, 2008 at 12:31 pm
Oct 9, 2008 at 2:55 pm -
Hi All, wondering who is going to present at the Apache US 2008 conference in New Orleans. I'll be there 11/2 - 11/9 -- ------------------------------------------------------------------------ Philip ...
Philip M. Gollucci
Oct 22, 2008 at 8:16 pm
Nov 6, 2008 at 10:26 pm -
Hi. If stat returns 777 (octal), protection returns 0x777 (hexadecimal). The documentaion claiming this as the same value should be fixed. Sincerely, Joachim
Joachim Zobel
Oct 25, 2008 at 4:18 pm
Oct 29, 2008 at 5:29 pm -
Hi. This is probably a question better asked to the perl monks or similar, but if there are any of them lurking around here, it would save me a subscription. In various programs, I do a lot of ...
André Warnier
Oct 22, 2008 at 10:35 am
Oct 22, 2008 at 5:22 pm -
Help ! (please) To make a long story short, I created an Apache/mod_perl module for AAA, which after major help from Torsten Foertsch now works fine... on one system, but not on another relatively ...
André Warnier
Oct 15, 2008 at 7:21 am
Oct 15, 2008 at 8:58 am -
Hi, I'm trying to compile mod_perl 2 on a Xeon (x86_64) box. I'm unclear as to the dependencies I need to compile it correctly. Everything is default as shipped by Apple. A bit of investigation ...
Chetan Sarva
Oct 9, 2008 at 10:32 pm
Oct 13, 2008 at 8:00 pm -
I'm using spawn_proc_prog() to run external programs from apache, but can't find any docs on how to check the return status. It doesn't appear to set $?, nor have I found any reference to variables ...
Eric Berg
Oct 7, 2008 at 2:26 pm
Oct 8, 2008 at 6:01 pm -
Hello all, Today I tried to limit access to phpMyAdmin using my own Authen.pm module. It works well but not always. Looks like phpMyAdmin has problems with HTTP post method if I enable my ...
Miha Lampret
Oct 22, 2008 at 6:33 pm
Oct 23, 2008 at 6:00 am -
Also, the ThreadsPerChild is 250 and MaxRequestsPerChild 50000 From: gregaug@hotmail.com To: modperl@perl.apache.org Subject: FAIL!!! Date: Mon, 13 Oct 2008 07:47:35 -0500 hello, I'm trying to get ...
Greg augustine
Oct 13, 2008 at 2:49 pm
Oct 14, 2008 at 5:35 am -
Hallo, I'm trying to use modperl2's feature 'auto configuration' but without success. Manual says in http://perl.apache.org/docs/general/testing/testing.html#Auto_Configuration that in order to add ...
Valerio crini
Oct 10, 2008 at 7:37 am
Oct 13, 2008 at 8:31 am -
Hi gurus. Do I understand this correctly that if in a Perl Handler i get my $c = $r- connection(); then $c is the object that represents the persistent TCP/IP connection between the browser and the ...
André Warnier
Oct 11, 2008 at 4:30 pm
Oct 11, 2008 at 5:10 pm -
Folks, I'm guessing this has been answered but I couldn't find it. We need to do some IP checking and need to support it on both a load balanced environment and in a dedicated machine setup. In the ...
Cfaust-dougot
Oct 6, 2008 at 3:52 pm
Oct 9, 2008 at 7:45 am -
Hi, I'm new to mod_perl and I got the following problem: 1. system() outputs to browser. How can I turn this off? 2. `` works in parallel with perl script, but I want it to finish to check the files ...
Sergey Kochkarev
Oct 24, 2008 at 5:32 pm
Oct 24, 2008 at 7:08 pm -
I'm trying to run the dev versions of an website in Apache 2.2.9, and using mod_perl 2.0 (dso mode)(on fedora 9 , for reference). and my web server started with no Error prompted .but when I run one ...
Green tom
Oct 16, 2008 at 6:06 am
Oct 16, 2008 at 6:25 am -
Hi. Ref : Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_jk/1.2.18 PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations This is a really silly ...
André Warnier
Oct 14, 2008 at 2:10 pm
Oct 14, 2008 at 4:55 pm -
Classification: UNCLASSIFIED Caveats: NONE Hi all, I need to know how to convert PDF files to a text file using Perl. Gordon Classification: UNCLASSIFIED Caveats: NONE
Robertson, Gordon H CIV DISA GES-E
Oct 14, 2008 at 2:58 pm
Oct 14, 2008 at 3:30 pm -
Hello all, I am developing a new module which defines 2 new directives (TestDirective1 and TestDirective2). These directives are usable in a container (Location, Directory, ...). The following code ...
Titetluc titetluc
Oct 7, 2008 at 8:49 am
Oct 14, 2008 at 2:53 pm -
I have an AIX 5.2 (16 GB RAM), Apache 2.2.8, MySQL 5.0.51a and mod_per 2.04 environment. I had a Perl cgi-bin program using CGI.pm that I converted to work in mod_perl. The converted script still ...
Brian Gaber
Oct 10, 2008 at 2:53 pm
Oct 10, 2008 at 5:30 pm -
Hi All. I've googled tons and searched the list and can't seem to find an answer to my problem. I am trying to install libapreq 1.33 on OS X Leopard. I have successfully compiled and installed Apache ...
Brian
Oct 22, 2008 at 4:47 pm
Oct 22, 2008 at 4:47 pm -
I'd like to be able to provide separate logs for developers who are devloping in their ~/public_html directories so that any error log messages for requests made for content that is in one of those ...
Eric Berg
Oct 17, 2008 at 4:41 pm
Oct 17, 2008 at 4:41 pm -
Hi All, I am installing mod_perl in my machine but getting some error below is the procedures which I followed for installing the mod_perl Step1 : perl Makefile.PL ...
JackNicolson
Oct 13, 2008 at 2:36 pm
Oct 13, 2008 at 2:36 pm -
0
FAIL!!!
hello, I'm trying to get mod_perl running under Windows. I used the latest perl from ActiveState (5.8.8.824), Apache 2.2.9 from apache.org, and mod_perl 2.0.4, installed from ppm. When I ran a simple ...Greg augustine
Oct 13, 2008 at 12:48 pm
Oct 13, 2008 at 12:48 pm -
The Call for Papers for ApacheCon Europe 2009, to be held in Amsterdam, from 23rd to 27th March, is now open! Submit your proposals at http://eu.apachecon.com/c/aceu2009/cfp/ before 24th October. ...
Issac Goldstand
Oct 2, 2008 at 9:48 am
Oct 2, 2008 at 9:48 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 36 |
posts | 190 |
users | 52 |
website | perl.apache.org |
52 users for October 2008
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)