Search Discussions
-
I'm getting the following error while trying to use Apache2::Reload on Apache/2.0.55 (Unix) PHP/5.0.5 DAV/2 mod_apreq2-20050712/2.5.2-dev mod_perl/2.0.2-dev Perl/v5.8.7 Can't locate mod_perl.pm in ...
Boysenberry Payne
Oct 17, 2005 at 10:16 pm
Nov 2, 2005 at 9:30 pm -
Anyone know of some good apache2 mp2 related reading material that I could purchase for more up to date info than the stuff I'm getting from my old O' Reilly books? Thanks, Boysenberry ...
Boysenberry Payne
Oct 1, 2005 at 5:41 pm
Oct 4, 2005 at 4:21 pm -
A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-dev.tar.gz and report back successes or ...
Philip M. Gollucci
Oct 4, 2005 at 2:34 am
Oct 13, 2005 at 4:42 am -
Hi, I am trying to use Apache::Session with mod_perl because I heard that it is a little faster than CGI::Session. The problem is that I cannot save variables in the created sessions. They are ...
Octavian Rasnita
Oct 5, 2005 at 6:53 pm
Oct 6, 2005 at 7:30 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: Today, I'm getting registry errors on my friend's virtual host using ModPerl::Registry on mod_perl 2.0.2: ...
Tyler MacDonald
Oct 29, 2005 at 8:57 am
Nov 4, 2005 at 11:04 pm -
hi, I am new to mod_perl.This is my first doubt,and I need some help. I test this script under mod_perl: #!/usr/bin/perl -w use strict; use warnings; print "Content-type: text/plain\r\n\r\n"; my ...
Angel flower
Oct 18, 2005 at 9:38 am
Oct 20, 2005 at 1:23 am -
I've made great use of $r- pnotes, and now finding myself in need of a similar way to stash objects within the connection object. While there are regular 'notes' offered by the connection ($c- ...
Jeff Ambrosino
Oct 24, 2005 at 6:28 pm
Oct 30, 2005 at 3:00 pm -
Hi all, I have a simple need where a process can take minutes to complete. But I want to display some progress bar of sorts to the user. My idea is to have the handler call the local url which does ...
Foo Ji-Haw
Oct 7, 2005 at 10:55 am
Oct 26, 2005 at 7:17 am -
I've written a modperl handler which internally sends request like this: http://somehost.com to instead go to an internal site: http://192.168.0.4:8080 And the handler works as expected. But when the ...
Eric Lenio
Oct 21, 2005 at 2:44 am
Oct 22, 2005 at 3:29 am -
Dear Friends, I am encountering a strange problem with my mod perl 2. I have installed mod perl 2 on apache and its using perl-5.8.6. I am using a server with two AMD 64 bit processors and 4 GB RAM. ...
Vivek
Oct 18, 2005 at 6:16 am
Oct 18, 2005 at 4:55 pm -
A release candidate for mod_perl 2.0.2 is now available for testing. Please grab the candidate from http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.2-RC2.tar.gz and report back successes or ...
Philip M. Gollucci
Oct 13, 2005 at 1:06 am
Oct 18, 2005 at 4:02 am -
Hi, I have asked on this list about how I can put a handler listen just to the / location, but not to other locations which are not handled by other perl handlers. I found the answer, and here it is: ...
Octavian Rasnita
Oct 13, 2005 at 5:01 pm
Oct 14, 2005 at 11:39 am -
I'm trying to debug a strange situation with the following environment: Apache 2.0.54 mod_perl 2.0.1 perl 5.8.6 CGI.pm 3.10 Linux 2.6.12-1.1447_FC4smp Say I have a mod_perl script called x.cgi ...
Jim Albert
Oct 4, 2005 at 5:22 pm
Oct 6, 2005 at 5:35 pm -
I have Apache I downloaded from apache.org. I got the ppm for mod_perl from the binary distribution site mentioned on the apache help page. I installed it using ppm (active state). And when I add the ...
Troy Bull
Oct 4, 2005 at 5:42 pm
Oct 6, 2005 at 2:53 pm -
I'm somewhat confused on how to write perl module code that DTRT when it's loaded under MP2 when using PerlModule/PerlLoadModule. Initially, I started out with this code: Of course, this failed under ...
Christopher H. Laco
Oct 2, 2005 at 6:32 pm
Oct 4, 2005 at 1:16 pm -
I'm just changing my old "handler:FilterRequestHandler" in PerlOutputFilterHandler as it is not working with my "new&fresh"mp2 compilation. Then there's the question. What i want is to parse html ...
Eps com estem
Oct 18, 2005 at 8:27 pm
Oct 21, 2005 at 2:16 pm -
A release candidate for Apache-Test 1.27 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.27-dev.tar.gz Please take the time to exercise the candidate through all your existing ...
Philip M. Gollucci
Oct 4, 2005 at 2:41 am
Oct 16, 2005 at 3:37 am -
Hi, I am the author of the Class::Date module, which can be found in CPAN, and i had a complaint about timezone handling in perl. I tried to debug it, and I have found that mod_perl uses the TZ ...
Balázs Szabó (dLux)
Oct 31, 2005 at 6:13 pm
Nov 2, 2005 at 9:30 pm -
Background Running: current stable of mp2 and libapreq-devel Problem: I'm allowing GET style urls to forms for pre-population If the POST action is dirty though, i get cross contamination of vars IF ...
Jonathan
Oct 31, 2005 at 11:15 pm
Nov 1, 2005 at 6:54 am -
I'm trying to get code coverage metrics of an apache2 module I'm developing, using Devel::Cover. I've figured out a way to do it, but it's a bit hacky :-) Devel::Cover instructs you to run "make ...
Tyler MacDonald
Oct 31, 2005 at 2:57 am
Oct 31, 2005 at 5:05 pm -
I recently made the move from mod_perl 1.99 to mod_perl 2.0.2. After a bit of porting (changing Apache:: to Apache2::, etc), everything seemed to be working fairly well. But then some bizarre things ...
Tyler MacDonald
Oct 26, 2005 at 6:33 pm
Oct 29, 2005 at 8:57 am -
Hi all! A have some problems with using apache::dbi and name virtual hosts. I have four sites, each having its own login into database. All of them listen to one ip using NameVirtualHost directive ...
Gb
Oct 26, 2005 at 10:20 am
Oct 27, 2005 at 12:42 pm -
my webapp is using mysql + apache::dbi to store data on starting up my webapp, i need to pull some data from mysql that is in the parent process (pre fork) pre fork connections are bad though, so i'm ...
Jonathan
Oct 17, 2005 at 12:49 am
Oct 17, 2005 at 6:02 pm -
Hello, I have been noticing that PerlCleanupHandlers are not called when a user pressed the STOP button in their browser before the page is downloded. Is this normal behavior or a bug? I really need ...
Richard F. Rebel
Oct 14, 2005 at 9:33 pm
Oct 17, 2005 at 3:56 pm -
Hi Sorry for OT. I would like to know how difficult is it to get catalyst going on a mod-perl hosted account? E.g If I have a account at a hosting company that provides mod_perl. Can I 'install' a ...
Gert Burger
Oct 27, 2005 at 3:20 pm
Oct 27, 2005 at 6:04 pm -
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I am building a web application with a Postgres backend using Class::DBI. Some scripts generate repeatable ...
Ali ISIK
Oct 20, 2005 at 12:49 pm
Oct 21, 2005 at 9:59 pm -
This seems to disable the PerlHandler, but the Perl*Handlers remain intact. I have defined a PerlAuthenHandler, PerlAuthzHandler and a PerlFixupHandler for / and would like to disable all for ...
Frank Maas
Oct 13, 2005 at 3:37 pm
Oct 19, 2005 at 5:23 pm -
I'm hoping someone here has a suggestion- I wrote my mod_perl app with Session::File (local development) and am migrating it to Session::MySQL so it could cluster I ran into this issue: If I try to ...
Jonathan
Oct 17, 2005 at 6:18 pm
Oct 19, 2005 at 9:24 am -
Hi, in the procedure to compile new apache+modperl2+apreq2 i'm finding problems with apreq2 compilation. perl 5.87 apache 2.0.55 modperl 2.01 ExtUtils-XSBuilder-0.27 libapreq2-2.06-dev The commands i ...
Eps com estem
Oct 15, 2005 at 1:21 pm
Oct 16, 2005 at 9:44 pm -
Hi everyone. I've tried using google, and posting on forums, and no one seems to have an answer for me. Everything on google is all about using apache 1.3 with mod_perl, and the stuff about 2.0 ...
Brandon Mayes
Oct 13, 2005 at 4:28 pm
Oct 14, 2005 at 6:14 am -
Hi, Is it possible to configure httpd.conf in such a way that when the users request the / directory, that module will handle it, but if the users request for a static file like /style.css for ...
Octavian Rasnita
Oct 1, 2005 at 11:21 pm
Oct 13, 2005 at 11:54 am -
In anticipation of upgrading my mp2 build to the latest/greatest, I would like to consider switching from a DSO build to a static build. Could folks here offer their opinions on pros/cons in terms of ...
Jeff Ambrosino
Oct 27, 2005 at 9:38 pm
Oct 29, 2005 at 5:12 pm -
Hi experts, I have an application (Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7) which serves POST requests by an external application. Each POST request has some parameters which are required for ...
Saurabh Soni
Oct 21, 2005 at 2:07 pm
Oct 26, 2005 at 10:30 am -
I used a function to "manually" change some html not-xml-allowed into the correspondent correct codification. Now i've tried to use the HTML::Entities cpan module. This is what i had (some ugly ...
Eps com estem
Oct 22, 2005 at 11:24 am
Oct 24, 2005 at 9:41 am -
I've been scouring the MP2 docs but can't find out whether I can have MP1 and MP2 safely installed on the same machine. Does anything exist on this? Why I'm asking: I've got MP 1.29 and 2.0.2-RC2 ...
Chris Winters
Oct 15, 2005 at 7:52 pm
Oct 17, 2005 at 1:25 pm -
It appears that PerlSetVar and PerlAddVar, while being parsed and noted for .htaccess, have no effect. At least for the half-dozen trials I made. I presume I'm reading this right... if I have sub ...
Randal L. Schwartz
Oct 12, 2005 at 1:30 am
Oct 12, 2005 at 11:08 am -
1. Problem Description: make test fails to start httpd on AIX 5.2 Maintenance Level 2 with IBM HTTP Server 2.0.47.1. The HTTP startup process times out. 2. Used Components and their Configuration: ...
Uribemu
Oct 10, 2005 at 10:54 pm
Oct 11, 2005 at 1:44 am -
When trying to use any mod_perl functionality in the Apache server included with Oracle AS10g under AIX 5.3, such as -'PerlModule Apache::Status' -'PerlModule Apache::DBI' or others using XS, Apache ...
Rafael Caceres
Oct 4, 2005 at 11:07 pm
Oct 5, 2005 at 9:42 pm -
All, I'm looking to ensure that an Authenticated user's username is logged in our logfiles, along with a cookie string.. I've had a quick look through google and I'm currently finding that I should ...
Martin Moss
Oct 3, 2005 at 4:45 pm
Oct 3, 2005 at 7:46 pm -
Hi everybody, Since now we were using a "normal" installation of mod_perl, with dso apache and a dynamic loading enabled perl. Due to some problems with lib versions when trying to install our app in ...
Marc Gràcia Galobart
Oct 27, 2005 at 10:21 am
Oct 28, 2005 at 8:12 am -
Hi list, I installed the new mod_perl-2.0.2 binaries, but apache reports the module as 2.0.1. Also in the downloads page there is a typo here... mod_perl 2.0: Version 2.0.2 - October 20, 20055 in the ...
Aliet Santiesteban Sifontes
Oct 27, 2005 at 2:29 pm
Oct 27, 2005 at 3:08 pm -
******** PLEASE DO NOT DELETE BY SEEING THIS MUCH BIG MAIL.*************** Hi, I am trying to support SSL for apache and I am using below packages with the configuration options. Package Name: ...
Sunil Thunga
Oct 25, 2005 at 2:15 pm
Oct 27, 2005 at 9:26 am -
Hi list, does any body knows where I can get ppm binaries for modperl-2.0.2 on win32, the existing ones are for 2.0.1. Best Regards
Aliet Santiesteban Sifontes
Oct 23, 2005 at 12:30 am
Oct 23, 2005 at 2:26 am -
Hi, I have a perl web-application on apache that needed upgrades for perl, apache and mod_perl. I setup a server (win32) running Apache 2.0.54 with perl 5.8.7 and mod_perl 2.0.1 (Randy Kobes win32 ...
Saurabh Soni
Oct 11, 2005 at 12:02 pm
Oct 18, 2005 at 7:44 am -
Hello - I'm new to the list and new to mod_perl. I'm having a problem getting a perl module to do exactly what I want it to - perhaps I haven't yet gotten the magic formula just right, but perhaps ...
Sean Kelly
Oct 13, 2005 at 5:44 am
Oct 13, 2005 at 1:42 pm -
This is really off-topic, but I haven't found a good place to look into this issue. I have a set of pdfs on my server (2.0.54, macos 10.4.2) that I am serving statically, some of which I can download ...
Sean Davis
Oct 12, 2005 at 9:06 pm
Oct 12, 2005 at 9:52 pm -
All, I'm currently writing some HTML::Mason code to handle file uploads under mod_perl 1 and mod_perl 2. The uploads are put into a hash where the keys are the names and the values are either ...
Charlton Wilbur
Oct 11, 2005 at 5:03 pm
Oct 12, 2005 at 1:09 pm -
Dear List I am new to mod perI. I have set up a virtual web server and it rely on enviroment variables. When I restart my apache server only 3 enviroment variables are set. When I logon using the ...
Gordon Stewart
Oct 10, 2005 at 10:21 am
Oct 10, 2005 at 4:28 pm -
Anybody else having a hard time getting to http://perl.apache.org? Derrick Stone Internet Specialist Web Development Center UVa Health System
Stone, Derrick J *HS
Oct 5, 2005 at 4:43 pm
Oct 5, 2005 at 5:48 pm -
Hi, I have read the following in O'Reilly's "Practical mod_perl": To compress only outgoing static files, you can look at the mod_gzip and mod_deflate modules for Apache. I have asked on Apache's ...
Octavian Rasnita
Oct 1, 2005 at 2:37 pm
Oct 1, 2005 at 6:32 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 89 |
posts | 376 |
users | 99 |
website | perl.apache.org |
99 users for October 2005
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)