Search Discussions
-
Does anyone in the list use any kind of version control (e.g. CVS) for the perl/template codebase of their website? Now that my code base is growing I feel the increasing need to provide better ...
Richard Clarke
Oct 30, 2002 at 9:09 pm
Nov 4, 2002 at 4:47 pm -
http://public.yahoo.com/~radwin/talks/yahoo-phpcon2002.htm If nothing else this should be atleast generate some thoughts ?? It does show the mod_perl logo so I assume the comments are applying to ...
Mithun Bhattacharya
Oct 30, 2002 at 8:10 am
Nov 4, 2002 at 4:44 pm -
Hi! We're developing a perl module for apache/mod_perl, but have encountered a really strange problem. After 'a while' we seem to lose the data sent to the apache-server, at least it never reaches ...
Hakan Nilsson
Oct 2, 2002 at 3:23 pm
Nov 11, 2002 at 2:22 pm -
Hi folks... I'm having a bit of a weird problem with Apache::Cookie and IE. I'm setting a cookie and then doing a redirect as follows: my $c = Apache::Cookie- new( $r, -name = 'userdata', -value = ...
Alan
Oct 1, 2002 at 6:30 pm
Oct 3, 2002 at 8:41 am -
Hi, I'm trying to get my script to work with conditional get, however, when the browser should use the local copy it doesn't display anything, just telling me that the image's broken. I get the image ...
Cristóvão Dalla Costa
Oct 25, 2002 at 11:30 pm
Oct 30, 2002 at 5:45 am -
Moin, moin although it never happened to me i have to fight some rumours. Is it true that you can kill the whole server, not just the script if you do something wrong with mod_perl? (I doubt it) -- ...
Joerg Plate
Oct 16, 2002 at 4:06 pm
Oct 27, 2002 at 3:13 pm -
I know there are servlets, but I was led to believe that I would almost be able to drop my mod_perl modules into the iPlanet server, as if it has some equivelent functionality. If so, I can't find ...
Paul
Oct 9, 2002 at 9:43 pm
Oct 14, 2002 at 8:53 pm -
DeAngelo Lampkin
Oct 23, 2002 at 8:51 pm
Oct 28, 2002 at 2:05 pm -
Since memory leaks seem to be the topic du jour, I wondered if anyone else had seen this one: When using a modular mod_perl, I get a huge leak if I preload the 'Pg' driver in my startup perl script ...
Keith G. Murphy
Oct 16, 2002 at 3:48 pm
Oct 22, 2002 at 4:09 pm -
Hi, I am glad to see the list traffic has been picking up lately. It makes me have higher hope about posting this. First some background info. I have a fairly large CGI::Application module about 30 ...
Eric Frazier
Oct 12, 2002 at 2:55 am
Oct 15, 2002 at 2:48 pm -
Steve, I have no objection to replying to the mod_perl list. I have no idea what is wrong & I am so new at all of this that the more people who might have an idea the better. I am running Apache ...
Mitchel, Jennifer (Jem)
Oct 28, 2002 at 9:47 pm
Oct 29, 2002 at 9:14 pm -
Please bear with me. I have a really weird question. Let me preface it by stating that I'm building a very simple templating application. I asked on perlmonks whether or not code evaluation in regexp ...
Rodney Hampton
Oct 23, 2002 at 6:27 pm
Oct 26, 2002 at 8:30 pm -
Hi all I'm asking for some insight, guidance, comments from the list. I'm currently running a pilot app under win2000 + apache 2.0.42 + perl5.8 + mod_perl. Mostly, it's running great, much faster ...
Paul Simon
Oct 15, 2002 at 5:01 pm
Oct 16, 2002 at 6:38 pm -
Hey, The Apache Hello World benchmarks are updated at http://chamas.com/bench/ The changes that affect performance numbers include: Set MaxRequestsPerChild to 1000 globally for more realistic run. ...
Josh Chamas
Oct 14, 2002 at 7:25 am
Oct 16, 2002 at 6:19 am -
Hi all, I have a ig mem usage problem with perl. I load 2Mb data from a database in perl hash and perl takes 15Mb memory. As I use this under mod_perl - perl never returns this memory to the OS. I ...
Plamen Stojanov
Oct 8, 2002 at 3:03 pm
Oct 10, 2002 at 1:19 am -
Moi, a quick question: is it possible to have the 'same' dbh across the apache children even if you do your best not to? This minimalistic handler: use strict; package Foo; use Apache::DBI; use DBI; ...
Harm
Oct 29, 2002 at 8:59 pm
Oct 30, 2002 at 8:56 pm -
Gurus, I have compiled mod_perl 1.27 with apache 1.3.27 under perl 5.8.0, solaris 2.6, using gcc 2.7.2.3. When I run the make test, it fails with the following in the error_log: ...
John E. Mendenhall
Oct 28, 2002 at 8:46 pm
Oct 29, 2002 at 5:59 pm -
Sorry for the repost, but no responses so far, and I need some help with this one. I've managed to get a couple of backtraces on a segfault problem we've been having for months now. The segfaults ...
Dbohling
Oct 8, 2002 at 4:43 pm
Oct 18, 2002 at 10:31 pm -
I'm using Apache::DBI connecting to a Postgres db. I'm using Template Toolkit but no explicit db calls from within the templates -- they're all done within the perl modules. Unfortunately after a ...
Kirk Bowe
Oct 15, 2002 at 7:42 pm
Oct 16, 2002 at 3:15 pm -
Actually, I have two questions, but the second is very secondary, an unrelated to the first. All work is on a RedHat Linux box, as a non-root user. Perl is 5.6.1, and I already have two copies of ...
Ian Stuart
Oct 7, 2002 at 12:40 pm
Nov 11, 2002 at 3:40 pm -
The ping statistics look like this: ---- SXPDC PING Statistics---- 308 packets transmitted, 308 packets received, 0% packet loss round-trip (ms) min/avg/max = 0/0/0 Not too slow I suppose ;-) I can't ...
Frank Zimper
Oct 23, 2002 at 10:19 am
Oct 23, 2002 at 6:17 pm -
Hi, I'm trying to hand all SSL requests to a backend mod_perl server with mod_gzip installed for compression. This means that SSL content is pre-compressed by the backend server before being ...
Nigel Hamilton
Oct 18, 2002 at 8:46 pm
Oct 21, 2002 at 12:37 pm -
I am having trouble with Apache:AuthCookieDBI. I hope someone here can help because I have not been able to find a solution despite extensive searching. Config overview: RH 7.3 Apache/1.3.23 (Unix) ...
George Valpak
Oct 10, 2002 at 11:21 pm
Oct 16, 2002 at 11:10 pm -
I'm writing handler which generate some html from files in requested dir if requested file does not exist. I have a problem with getting file list of the directory. I've tried to use IO::Dir, like ...
Ruslan U. Zakirov
Oct 27, 2002 at 5:30 pm
Oct 28, 2002 at 6:20 pm -
So here's the situation. I have some code that generates images dynamically. It works, mostly. Sometimes the image will show up as a broken image in the browser. If I reload the page once or twice, ...
Dave Rolsky
Oct 23, 2002 at 10:55 pm
Oct 24, 2002 at 4:47 pm -
I'm trying to save an uploaded binary file (a jpg) through a perlscript. The code doing this looks like: if (open OUTFILE, " /var/www/tmp/test.jpg"){ binmode $ULFILE, ":raw"; binmode OUTFILE, ":raw"; ...
Leif Snorre Schøyen Boasson
Oct 22, 2002 at 4:08 pm
Oct 24, 2002 at 12:59 am -
I'm considering use of Apache::AuthCookie in my environment. Here's the problem I need to solve. I'm not certain if AuthCookie will, without modification, support my needs. 1. Authentication cookies ...
Christian Gilmore
Oct 22, 2002 at 5:16 pm
Oct 23, 2002 at 3:54 am -
Is there any way I can get the Process Id or thread ID for a particular process / thread that is handling my request ? thanks a bunch ..
Sylbert L
Oct 17, 2002 at 10:25 am
Oct 22, 2002 at 3:54 pm -
Hi. We are using Apache::DBI to connect mod_perl to mysql. Suddenly (at about 21:00 GMT every day) the number of mysql processes spirals into chaos. From a stable 8 to 20 processes, it jumps up to 70 ...
John Cameron
Oct 18, 2002 at 5:49 am
Oct 18, 2002 at 7:09 am -
It seems that as I work on my script, Apache doesn't reload it when the script changes on disk. It seems like it's something that I did because it used to. Is there some common well known thing or ...
Michael Grant
Oct 3, 2002 at 11:27 pm
Oct 13, 2002 at 3:16 am -
I was looking at jobs.perl.org this afternoon, and there are a lot of things on there like this: - "we'll pay you when we have some money" - $20-$30 an hour - "Do all this, we'll give you $75." I'm ...
Todd Finney
Oct 11, 2002 at 7:42 pm
Oct 12, 2002 at 5:47 pm -
Hi all, This is kinda installation question. I have installed perl, Apache, Mod_perl with some modules (GD, Apache FileManager, DBD-Chart etc.,) in my development machine. Is there anyway to copy the ...
Ganesan M
Oct 8, 2002 at 2:32 pm
Oct 10, 2002 at 1:17 am -
Is there something in the configuration not jiving? Windows 2000, Apache 2.0.42, mod_perl-2(1.99_08-dev via ppm) In http.conf I have: Include conf/test.conf AddHandler cgi-script .cgi In test.conf I ...
Paul Simon
Oct 3, 2002 at 12:14 pm
Oct 6, 2002 at 7:33 pm -
OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl, perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl 1.2.b10, file system sessions and locking data. NEW STUFF: redhat ...
___cliff rayman___
Oct 1, 2002 at 3:02 am
Oct 6, 2002 at 6:57 pm -
I have a newly installed Red Hat 8.0 system, with the following characteristics: * Perl v5.8.0 * mod_perl 1.27 * Apache 1.3.26 The build of mod_perl/Apache worked fine; the project I had been working ...
Kip Cranford
Oct 25, 2002 at 3:18 am
Nov 29, 2002 at 10:10 am -
Hi, I am trying to place a handler at the end of the list of PerlLogHandler's. I know I want to use APR::HOOK_REALLY_LAST but I'm not sure how or where to specify it for my handler. I tried ...
Erich Oliphant
Oct 22, 2002 at 4:07 pm
Nov 24, 2002 at 10:54 am -
Hi - I'm having a problem on Windows 2000 where DBD::Oracle works fine from perl on the command prompt but not from inside mod_perl. I think it is a problem loading DLLs but I can't figure out what's ...
Larry Leszczynski
Oct 30, 2002 at 10:51 pm
Nov 1, 2002 at 2:28 am -
I simply want to make a module so I can reuse a common header instead of manually changing each page. Under mod-perl how do you simply create a module that I can use/require/include that I can call a ...
Robert Covell
Oct 25, 2002 at 7:42 pm
Oct 26, 2002 at 5:18 pm -
Hello! I want to upgrade my project with implementing some feature. Project was writen for mod_cgi, but I would like to parse content that was generated by my scripts to implement something like SSI ...
Ruslan U. Zakirov
Oct 15, 2002 at 11:12 am
Oct 16, 2002 at 3:44 pm -
Hello, I have a mod_perl application which does a internal_redirect() and registers a cleanup handler before returning. I am noticing that the cleanup handler executes and i see the following in my ...
Srp
Oct 15, 2002 at 11:01 am
Oct 16, 2002 at 1:59 pm -
This release is all about bug fixes. Basically, <%filter blocks have been a bit borked in various ways (different in different releases) since 1.10, and now they should be in good shape. There were a ...
Dave Rolsky
Oct 14, 2002 at 6:02 am
Oct 14, 2002 at 1:53 pm -
I am to provide some custom logging in my mod_perl application. Omitting some unnecessary details, I need to store some information after processing each request, putting this info into some central ...
Marcin Kasperski
Oct 10, 2002 at 1:19 am
Oct 10, 2002 at 2:47 pm -
How do HTTP headers work under Registery::ModPerl? set up: windows2000 apache2.0.42 mod_perl/1.99_08-dev Perl/v5.8.0 I had to comment out the following in the CGI script: #print "Expires: " . ...
Paul Simon
Oct 3, 2002 at 7:10 pm
Oct 4, 2002 at 6:15 pm -
I call a page, /my/script1?task=foo which does some things and then needs to redirect to /my/script2?task=bar. However, putting $r- internal_redirect('/my/script2?task=bar'); doesn't seem to work as ...
Ffabrizio
Oct 2, 2002 at 4:34 pm
Oct 3, 2002 at 2:38 pm -
Hi here is a program that shows something wrong when using Text::Iconv with IO::Scalar or IO::String read a sample xml file, with an accented character, after xml parsing (which translates to utf-8), ...
Pascal Barbedor
Oct 1, 2002 at 12:25 pm
Oct 1, 2002 at 3:07 pm -
hi all, i am running standard setup with one plain apache with mod_proxy and a mod_perl apache to which all mod_perl requests are directed by the proxy module. i want to be able to detect when the ...
Giorgos
Oct 3, 2002 at 2:26 pm
Nov 11, 2002 at 7:34 pm -
Apparently some of the compile options need to be delimited by commas for compilers on SGI IRIX64 system. For a quick refresher on what the error was, the following error shows up during the ...
DeAngelo Lampkin
Oct 28, 2002 at 5:23 pm
Oct 28, 2002 at 7:33 pm -
Does anyone have an example of how to use $r- requires? I cannot find Apache::AuthzAge for an example of its use. I'm trying to handle all my location directive specific stuff in a TransHandler and ...
Rodney Hampton
Oct 16, 2002 at 4:24 pm
Oct 18, 2002 at 12:51 am -
Well, not really a patch but a tiny contribution to an excellent guide -- Mr Beckman, I hope this is of use: On/section: guide/performance.html#Using_1_Under_mod_perl_and_be "Using $|=1 Under ...
Lee Goddard
Oct 15, 2002 at 2:11 pm
Oct 16, 2002 at 2:13 pm -
Hi I've just been perusing the docs on perl.apache.com and in the "Cute Tricks" section there is mention of a module called Apache::NavBar being available from CPAN. I may be blind but I can't find ...
Paul Barker
Oct 14, 2002 at 10:00 am
Oct 14, 2002 at 12:23 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 170 |
posts | 690 |
users | 230 |
website | perl.apache.org |
230 users for October 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)