Search Discussions
-
I want to build a mod_perl2 application using Sleepycat::DbXml. This is the Perl bindings to the C++ interface to Berkeley DB and Berkeley DB XML, developed by Sleepycat, now owned by Oracle ...
Michael Ludwig
Jan 14, 2009 at 3:13 pm
Jan 21, 2009 at 9:59 am -
22
unsubscribe
unsubscribeAndrew s
Jan 7, 2009 at 5:38 pm
Jan 25, 2009 at 10:21 am -
Hi In general is it better to use a class method or object method? E.g I have a class A which provides certain functionality. I just want to use one of its methods in another class B. Is it better to ...
Kropotkin
Jan 29, 2009 at 5:55 pm
Jan 30, 2009 at 2:18 pm -
I'm not sure how many of you are aware of chromatic's previous article about "5 things perl 5 needs right now", or about the mod_perlite project that was spawned by some people from sixapart, but ...
Adam Prime
Jan 26, 2009 at 6:03 am
Jan 26, 2009 at 9:51 pm -
What does a mod_perl 2.0 installation on Linux consist of? * Apache 2.0 or 2.2 * mod_perl 2.0 * libapreq (optional, true, but indispensable for convenience) The Apache, let's say the worker MPM, is ...
Michael Ludwig
Jan 19, 2009 at 10:57 am
Jan 20, 2009 at 4:00 pm -
Hello, I'm running apache 2.2.11 with mp2.0.4 and libapreq 2.0.8, or at least, I think I am ... it's on CentOS/RHEL 5.2 We've been having some intermittent segfaults which are proving difficult to ...
Carl Brewer
Jan 25, 2009 at 6:55 am
Mar 3, 2009 at 8:18 am -
Trying to locate APR::Request::Apache2 on my system, I noticed it is part of libapreq2. libapreq 2-2.07 | ModPerl | ModPerl http://www.gossamer-threads.com/lists/modperl/modperl/87199 Doing further ...
Michael Ludwig
Jan 8, 2009 at 10:51 am
Jan 8, 2009 at 7:12 pm -
I would like to configure apache such that the errors for a specific virtual host get logged in their own file. I tried something like this: <VirtualHost *:8080 ErrorLog ...
fREW Schmidt
Jan 16, 2009 at 3:40 pm
Jan 17, 2009 at 4:59 pm -
Hi. I am looking for a debugging tool that would be able to repeatedly issue HTTP requests to one or more URLs, and log any errors. Preferably in Perl, and it must run on a Windows workstation. So ...
André Warnier
Jan 28, 2009 at 10:26 am
Jan 29, 2009 at 12:17 am -
Hi all, I'm trying to find the class/ method which allows me to get the physical path base on the uri. Something similar to Server.MapPath('/index.htm') in ASP.NET. Any advise is appreciated. Thanks.
Foo JH
Jan 15, 2009 at 4:11 am
Jan 15, 2009 at 7:50 am -
When you handle a multipart/form-data post with libapreq quotes in filenames are mishandled. For example, a post that includes: Content-Disposition: form-data; name="foo"; filename="break"here.jpg" ...
Miles Crawford
Jan 3, 2009 at 12:34 am
Jan 5, 2009 at 7:08 pm -
The apreq developers are planning a maintenance release of libapreq2. This version addresses several bugfixes and includes new features. Changes since the last release version include: - Interactive ...
Issac Goldstand
Jan 20, 2009 at 9:49 am
Jan 21, 2009 at 10:02 am -
I'm currently using Apache2::Reload on a development machine, but I can't for the life of me figure out what it's doing and why. I'm coming across weird behavior such as the following just about ...
Patrick Rutkowski
Jan 14, 2009 at 10:06 pm
Jan 14, 2009 at 10:41 pm -
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_ This is wrong. You have to say: my @foos = $r- dir_config- get('foo'); This may have been fixed a while ago, but apparently, the ...
Michael Ludwig
Jan 13, 2009 at 7:00 pm
Jan 14, 2009 at 4:42 pm -
I've used the SVN version, but still have this issue with Apache 2.2 on FreeBSD 7.1. Is there a fix? Thanks! Ryan
Tech list
Jan 12, 2009 at 11:32 pm
Jan 13, 2009 at 5:17 pm -
I want to approach web server programming. What I did: On /my/ hosted Apache-Webserver, on Plesk I activated Perl. What I want to do: I want to write a script which downloads a photo from a given url ...
Thilo Klein
Jan 26, 2009 at 8:17 pm
Jan 26, 2009 at 9:00 pm -
Hi I am trying to set variables for the Atlassian Crowd PerlAuthzHandler based upon the type of request that is being received by the apache server. The chunk from my httpd.conf file looks something ...
Pat Downey
Jan 23, 2009 at 10:56 am
Jan 23, 2009 at 1:55 pm -
Hi all, I'm developing a web server which forks a process and then the child process goes off and does some processing and I do not want to wait for it to return. The child process runs a C++ program ...
Raymond Wan
Jan 9, 2009 at 9:08 am
Jan 10, 2009 at 9:07 am -
I am trying to accomplish authorization of users using client certificates for authenticating users and a database of valid DN's for authorization. As a first step the only thing I am trying to do is ...
Odysseas Pentakalos, Ph.D.
Jan 7, 2009 at 11:21 pm
Jan 8, 2009 at 7:57 pm -
In 2.0, is there a way to access the current request object using one of the classes in the following fashion? my $r = Apache2::RequestRec- current(); # INVALID! So you could access the request ...
Michael Ludwig
Jan 7, 2009 at 5:41 pm
Jan 8, 2009 at 8:34 am -
Hello all, I am trying to use Apache2::Reload for development, and I apparently configured my server incorrectly because I get these errors when I include the PerlMode Apache2::Reload and ...
fREW Schmidt
Jan 15, 2009 at 11:38 pm
Jan 16, 2009 at 6:27 pm -
Hey guys, I seem to have some magic going on in the background and it has stopped me in my tracks. The actual problem is that my Content-type header gets overwritten before it is sent back to the ...
Kate Yoak
Jan 3, 2009 at 3:25 pm
Jan 3, 2009 at 4:35 pm -
Hi, I'm trying to initiate connections in startup.pl for later use (mod_perl 1.xx): (startup.pl): use Apache::DBI; ... Apache::DBI- connect_on_init( 'dbi:Pg:dbname=mydb;host=myhost;port=5432', ...
Marinos Yannikos
Jan 2, 2009 at 6:13 pm
Jan 2, 2009 at 8:10 pm -
Trying to get perldoc running in some fashion under Apache2 with libapreq2. I thought I'd use Apache2::Pod::HTML but no luck: [Tue Jan 27 14:55:04 2009] [error] [client 70.143.68.29] Can't locate ...
Mark Hedges
Jan 27, 2009 at 11:25 pm
Jan 28, 2009 at 4:38 am -
-- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 ...
Philip M. Gollucci
Jan 19, 2009 at 5:59 am
Jan 19, 2009 at 6:49 am -
Hi. Question : What exact form would a HTTP response need to have, for the browser to correctly interpret that the response it is getting is a document (for example an OpenOffice document or an email ...
André Warnier
Jan 16, 2009 at 7:29 pm
Jan 16, 2009 at 8:12 pm -
I am writing a CGI::App and I keep having to use full paths to get various places in my application. How can I set the CWD for a certain Location section of my code? Thanks! -- -fREW
fREW Schmidt
Jan 15, 2009 at 4:32 am
Jan 15, 2009 at 5:33 am -
I use mod_perl 2.0.3, Apache/2.2.4, Perl 5.8.8 on Linux. I encountered some problems that would have been easier to solve with more documentation. 1. mod_perl Directives Argument Types and Allowed ...
Rohan Carly
Jan 10, 2009 at 12:46 am
Jan 11, 2009 at 7:59 pm -
Hi, folks. I have the following errors when running "make test". I have seen a similar error discussed in the list in Nov 2008, but as it was mentioned that it could be an error related to Apache ...
Christian M. Probst
Jan 24, 2009 at 3:59 am
Jan 24, 2009 at 3:59 am -
Subject: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open From: Tony Stevenson <pctony@apache.org Date: Fri, 23 Jan 2009 13:28:19 +0000 To: travel-assistance@apache.org The Travel ...
Philip M. Gollucci
Jan 24, 2009 at 3:35 am
Jan 24, 2009 at 3:35 am -
Greetings, Apache::Bootstrap 0.05 release candidate 1 is available for testing and review: http://people.apache.org/~phred/Apache-Bootstrap-0.05-rc1.tar.gz If you write or maintain modules that use ...
Fred Moyer
Jan 21, 2009 at 1:18 am
Jan 21, 2009 at 1:18 am -
http://perl.apache.org/docs/2.0/user/config/custom.html The example under the heading 'Creating and Using Custom Configuration Directives', if copied verbatim, produces the following error when you ...
Kevin Field
Jan 20, 2009 at 4:47 pm
Jan 20, 2009 at 4:47 pm -
Hello, I just built a new vanilla server, Apache/2.0.63 (Unix) mod_perl/2.0.4 Perl/v5.8.0 under Solaris 10. I noticed that the $cgi- param does not reset in the mod_perl directories. When I run the ...
Theung, John
Jan 16, 2009 at 6:35 pm
Jan 16, 2009 at 6:35 pm -
heads up folks freebsd now at perl 5.8.9 -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. ...
Philip M. Gollucci
Jan 13, 2009 at 10:14 pm
Jan 13, 2009 at 10:14 pm -
Within a Directory directive, Is there a way to force all requests to be handled by a single perl (CGI) script running under Apache::Registry? This is a legacy script using CGI.pm and no modperl ...
Joe junkin
Jan 9, 2009 at 6:16 pm
Jan 9, 2009 at 6:16 pm -
This is a test mailing
Pgollucci
Jan 9, 2009 at 3:05 pm
Jan 9, 2009 at 3:05 pm -
- Update to 1.34 Port maintainer (skv@FreeBSD.org) is cc'd. Skv, another one I'm interested in maintainer for, but I'd forsee any more updates on the 1.3x line Generated with FreeBSD Port Tools 0.77 ...
Philip M. Gollucci
Jan 9, 2009 at 2:48 pm
Jan 9, 2009 at 2:48 pm -
This is not a mod_perl problem, but I received no response to it on the httpd-users mailing list. I send it in the hope that there are many smart people subscribed to this list who may be able to ...
Mackenna
Jan 7, 2009 at 5:29 pm
Jan 7, 2009 at 5:29 pm -
Hi, Environment: Apache/2.2.8 (Unix) DAV/2 mod_perl/2.0.4 Perl/v5.8.5 configured I'm trying to use Apache2-AuthenNTLM-0.02 for doing NTLM authentication. It works fine in normal scenarios. But if ...
Subbaiahannamalai
Jan 5, 2009 at 8:42 pm
Jan 5, 2009 at 8:42 pm -
Lets take this to apreq-dev land. -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci ...
Philip M. Gollucci
Jan 3, 2009 at 8:44 pm
Jan 3, 2009 at 8:44 pm -
Trying to shift our largely mod_perl2 web site to an Apache2 threaded MPM and perl ithreads. The following works under the non-threaded prefork MPM: use DB_File; my @dbs; # array of hash references ...
Craig
Jan 1, 2009 at 5:31 am
Jan 1, 2009 at 5:31 am
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 41 |
posts | 221 |
users | 57 |
website | perl.apache.org |
57 users for January 2009
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)