Search Discussions
-
Drew Taylor and I are about to write a subclass of Apache::Request which includes form element generation methods, a la CGI.pm. The current favourite name is Apache::Request::Forms, but we'd like to ...
Peter Haworth
May 17, 2000 at 2:35 pm
May 24, 2000 at 1:08 pm -
While I understand how my problem happens, it just caught me again (letting me debug another two hours), and so I wanted to ask why this peculiar behaviour is really necessary. But straight to the ...
Marc Lehmann
May 23, 2000 at 3:55 am
Nov 25, 2000 at 4:26 pm -
I've been perusing the archives on the topic of cookie vs. url vs. user session tracking, and I can't find a solution that is 100% effective. Here's the scenario... using Apache::Session::DBI on a ...
Jay Jacobs
May 9, 2000 at 8:39 pm
May 19, 2000 at 3:55 am -
Apache 1.3.12 modperl 1.24 perl 5.6.0 CGI::Carp preloaded. DBI preloaded. [Wed May 24 19:58:28 2000] [error] PerlRun: `Bizarre copy of HASH in aassign at /usr5/perl/lib/5.6.0/Carp/Heavy.pm line 79. ...
John M Vinopal
May 25, 2000 at 6:09 am
Jun 2, 2000 at 7:51 am -
Yeah, I've been thinking about it. There was one site that has offered me to provide a good search engine and they did, but the problem is that they didn't keep up with new releases, so people were ...
Stas Bekman
May 3, 2000 at 7:33 pm
May 22, 2000 at 1:26 pm -
I'm in the process of designing an ecommerce system, and have several options on the table. Since I love perl/mod_perl/apache, my knee-jerk reaction is to write it in perl. However, in the best ...
Michael Nachbaur
May 25, 2000 at 3:17 pm
Jun 2, 2000 at 1:34 am -
22
PerlAddVar ?
It would be nice, in my opinion, to have some way of doing: PerlAddVar Fred "Value 1" PerlAddVar Fred "Value 2" And then in your script: my @values = $r- dir_config('Fred'); which gets ("Value ...Matt Sergeant
May 1, 2000 at 12:26 pm
May 8, 2000 at 1:52 pm -
Good Morning, I just started using mod_perl, I'm still using the CGI.pm module, but I plan to convert. I've loaded the Apache::Registry and I'm experiencing a strange problem. I have this snippet: ...
Pierre J. Nicolas
May 5, 2000 at 1:59 pm
May 12, 2000 at 6:34 pm -
Hi there! i'm new to mod_perl/Apache! I have to find out what the best method is for having mod_perl have bi-directional communication with a unix daemon process which will receive a string (for ...
Reilly, Thomas
May 22, 2000 at 9:25 am
May 23, 2000 at 7:27 pm -
http://slashdot.org/comments.pl?sid=00/05/05/0137201&cid=250 There's a real good reply below, but terribly formatted (all italics). -- <Matt/ Fastnet Software Ltd. High Performance Web Specialists ...
Matt Sergeant
May 6, 2000 at 10:28 am
May 9, 2000 at 6:45 pm -
Apache::print() dereferences its arguments. For example, this code: my $foo = "bar"; $r- print(\$foo); prints "bar" instead of the expected SCALAR(0xDEADBEEF). Can anyone explain the purpose of this ...
Jeffrey W. Baker
May 3, 2000 at 5:40 pm
May 5, 2000 at 9:53 pm -
I'm having a problem with the make test in mod_perl 1.24. It doesn't seem to be configured correctly. Here are the steps I've taken so far. mod_perl 1.24 ------------- 1. perl Makefile.PL ...
Mark Murphy
May 23, 2000 at 6:01 pm
Jun 2, 2000 at 1:50 pm -
Hello, I have stumbled upon an issue with Apache::ASP <!--#include virtual-- directive. Included files do not seem to be able to access the same scope of variables. I am using the following test ...
Philip Mak
May 20, 2000 at 8:29 am
May 28, 2000 at 1:32 am -
Hi there, Our Apache::Registry CGIs need access to a dozen or so core modules - is there an elegant solution to loading these without seeing a dozen or so use statements at the head of the script? ...
Martin Wood
May 11, 2000 at 1:22 pm
May 13, 2000 at 8:56 am -
I'm running into something kind of strange... On a fresh restart of apache, my processes are about 20 ~ 25 MB each, which is about normal for mod_perl (as far as I know). However, within a few hours ...
Wim Kerkhoff
May 8, 2000 at 4:32 pm
May 11, 2000 at 2:33 am -
Greetings, [i sent this once, but think it got hung up at the mail server... my apologies if this already went through] I've run into some interesting behaviors with the PerlFreshRestart directive. ...
David Veatch
May 19, 2000 at 3:48 pm
May 22, 2000 at 2:22 pm -
10
Apache::DBI
I'm not sure if this is even a problem but it's always been on my mind. I use Apache::DBI and I have a general module that handles db connections for my scripts. Here's the relevant portion: my $DBH ...Jim Serio
May 3, 2000 at 3:22 pm
May 23, 2000 at 5:54 pm -
I'm glad you brought this up again. Since I mentioned I'd be happy to host such a thing, and asked for suggestions, I've got a total of one (from Stas--thanks!). That suggestion was to use ht://dig ...
Jeremy Howard
May 17, 2000 at 1:20 pm
May 22, 2000 at 8:48 pm -
Hi all, I checked the archives and the guide to no avail, so here goes. I am having trouble setting a cookie in the header and then doing a redirect. The cookies are working fine every where, but if ...
Bill Desjardins
May 2, 2000 at 5:41 am
May 9, 2000 at 11:11 pm -
Greetings, I am pleased to announce that Apache::Session version 1.50 has been released. This is a major update from the previous version. Notable updates include: *Support for Postgres as a backing ...
Jeffrey W. Baker
May 26, 2000 at 4:39 pm
May 27, 2000 at 9:21 pm -
INTERNET DEVELOPER If you like the idea of working with unique, talented people and wearing jeans and a t-shirt to work, you're just the person we're looking for. Origin is a long-standing leader in ...
Graf, Chris
May 18, 2000 at 4:53 pm
May 19, 2000 at 3:14 pm -
Is there some trick to passing an Apache::File to a function from an XS module that expects a FILE *? There's too much perl magic going on in the Apache::File implementation for me to see where I can ...
Jim Winstead
May 17, 2000 at 6:14 pm
May 19, 2000 at 2:53 pm -
I've been migrating some code off of the ENV-dependent methods in CGI.pm, so I can turn of PerlSetupEnv. Anyway, I couldn't find an Apache::Request method that had the functionality of CGI::Delete. ...
Michael Blakeley
May 6, 2000 at 8:54 pm
May 18, 2000 at 6:37 am -
hi, My question is instead of using two Apache servers OR Apache+proxy scenario (static vs dynamic pages) will it be possible to leave static pages to kHTTPD and run only one APACHE server..... Did ...
Raptor
May 15, 2000 at 2:45 pm
May 16, 2000 at 9:30 am -
Can anyone help explain why PERL gives such a large memory footprint & advise how to get around it. Running the simple script below, I get a footprint of 63 MB about 22 bytes per int. The C program ...
David Larkin
May 19, 2000 at 9:20 pm
May 23, 2000 at 11:51 am -
For all those who favor chocolate cookies (mostly related to the latest discussion about the sessions): IE hole exposes Web surfers' private data: Microsoft is working on a patch that will prevent ...
Stas Bekman
May 11, 2000 at 9:37 pm
May 14, 2000 at 4:50 am -
On 4/26/2000, Steve Hay wrote about "Problem compiling mod_perl 1.23 on Solaris 2.4" I am experiencing what appears to be a very similar problem, but with more recent modules and OS. I am running ...
Fred Miller
May 23, 2000 at 7:35 pm
Jun 1, 2000 at 7:05 pm -
Greetings, I have released Apache::Session 1.51. The addition of the Oracle backing store took less time than expected. It is included and tested in this release. This is the only change from 1.50. ...
Jeffrey W. Baker
May 26, 2000 at 10:37 pm
May 31, 2000 at 8:31 pm -
I'm getting this on every startup: Constant subroutine XHTML_DTD redefined at /usr/lib/perl5/5.00503/constant.pm line 175. what's this about? I just upgraded to the latest mod_perl, Apache, and ...
Randal L. Schwartz
May 24, 2000 at 11:44 pm
May 25, 2000 at 9:05 pm -
I am testing the use of Apache::PerlVINC but I think I must do something wrong because I get an error on the PerlRequire statement in the following bit of httpd.conf when starting apache: ...
Kees Vonk 7249 24549
May 18, 2000 at 2:02 pm
May 25, 2000 at 7:06 pm -
I have read all of the messages in regarding the zygotic HTML::Forms/FormGen project, and I like the idea. However, I hope that the inplementation of such a beast isn't in Perl. To ensure that a ...
Jeffrey W. Baker
May 24, 2000 at 2:58 am
May 25, 2000 at 3:41 pm -
which handler comes first? PerlHandler or mod_include? i want to have my PerlHandler generate a SSI skeleton and then pass it the mod_include's parser to insert some existing static HTMLs. ...
Kenneth Lee
May 13, 2000 at 4:37 am
May 22, 2000 at 2:29 pm -
All, Sorry if this question sounds stupid.. but I am new to mod_perl and Apache::DBI.. I have successfully installed Apache Server 1.3.12 and mod_perl 1.24 and Apache::DBI 0.87 on Solaris 2.7. And I ...
Niral Trivedi
May 18, 2000 at 5:10 pm
May 18, 2000 at 10:05 pm -
I have the requirement to set up a number of testing environments on the same machine, in order to prevent having to run 20 copies of apache I want to try to do this using virtual hosts. The problem ...
Kees Vonk 7249 24549
May 17, 2000 at 7:55 am
May 18, 2000 at 4:24 am -
hi all, what i'd like to do is "pre-initialize" my DBI connections from whithin my PerlHandler's BEGIN block. something like this: BEGIN { if ( Apache- dir_config('CONNECT_ON_INIT') { Apache::DBI- ...
Svante sörmark
May 14, 2000 at 3:07 pm
May 16, 2000 at 6:54 am -
I realize that this is not an ePerl forum, but since ePerl runs as part of mod_perl, I thought it couldn't hurt to at least ask here. I must be missing something obvious. I've installed ...
Bri Carey
May 10, 2000 at 12:27 pm
May 15, 2000 at 5:25 pm -
Take a look at the updated graph of the mod_perl growth: http://perl.apache.org/netcraft/ Pay attention to the ramp! BTW, Apache holds 61.53% of the server market share!!! ...
Stas Bekman
May 8, 2000 at 11:37 am
May 8, 2000 at 1:07 pm -
I am trying Apache ASP under Solaris 7 with Apache 1.3.12 mod_perl enabled. I have successfully Apache JServ and mod_perl, both are working fine. Before installing Apache::ASP I have installed all ...
Sridhar
May 24, 2000 at 2:17 am
May 27, 2000 at 10:51 pm -
modperlers, does it make sense if i put some mod_perl specific codes inside an eval() so that the code runs on machines that have or haven't mod_perl installed? eval <<'MOD_PERL_CODE' if ...
Kenneth Lee
May 18, 2000 at 11:56 am
May 19, 2000 at 3:01 pm -
Hi, At my company we're developing a project using mod_perl and Apache::Registry. The project consists of one main script, which "require"s a couple of other scripts and calls functions contained in ...
Uri Bernstein
May 11, 2000 at 3:02 pm
May 16, 2000 at 6:02 am -
Well, in an effort to improve my effectiveness when coding perl, I bought "Effective Perl Programming" by Hall w/ Schwartz. I must say, I am enjoying this book. It appears to be one of the few tech ...
J. J. Horner
May 9, 2000 at 5:18 pm
May 14, 2000 at 4:14 pm -
I have someone on the AxKit list asking if there's a way to do configuration outside of .htaccess files. I figure rather than writing some new code to do this, <Perl sections could be used. Will this ...
Matt Sergeant
May 5, 2000 at 2:26 pm
May 5, 2000 at 3:01 pm -
modperl@apache.org, for a future project I'm in the need to support two different ways how our web based service can be accessed: 1.) The traditional way: Handling user requests through a browser 2.) ...
Tobias Hoellrich
May 2, 2000 at 5:54 pm
May 2, 2000 at 11:33 pm -
Any body knows how to access Microsoft SQL/on NT from Apache on Linux ? Our data base is running on NT/SQL , but web server is running Apache/Linux Thanks, PC Wang
Wang, Pin-Chieh
May 26, 2000 at 10:46 pm
May 30, 2000 at 7:56 pm -
I tried out Apache::GzipChain for dynamic mod_perl pages (using Apache::Registry), and it was great for reducing the download time (especially over modem). I am seriously thinking about using it for ...
Bruce Lo
May 25, 2000 at 11:15 pm
May 26, 2000 at 8:04 pm -
Hi guys, I've built Apache 1.3.12 with mod_perl 1.21. I would get permission denied message, if I use this perl script. $remote = IO::Socket::INET- new( Proto = "tcp", PeerAddr = 209.10.98.1, ...
Prasit P
May 25, 2000 at 4:02 pm
May 25, 2000 at 8:48 pm -
Hi all, I am trying to limit the execution of a mod_perl script by setting the limit of RLimitCPU. But this does not seem to work. I am using apache 1.3.12 , mod_perl. I tired using the module ...
Suresh
May 25, 2000 at 5:49 pm
May 25, 2000 at 7:10 pm -
Hey all... I just upgraded my box to redhat 6.2.2 and compiled Apache 1.3.12 with mod_perl (1.23) as a DSO (outside the Apache tree using apxs). Now, modules that use to work are suddenly causing seg ...
Mark Haviland
May 12, 2000 at 7:43 pm
May 23, 2000 at 6:51 pm -
Am I correct in assuming that my tied session variable (using Apache::Session::DBI), which I have stored away in a pnote, is no longer tied when I try to retrieve it in a later handler? Is there a ...
Joshnarins
May 22, 2000 at 1:03 pm
May 23, 2000 at 4:33 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 307 |
posts | 1,363 |
users | 309 |
website | perl.apache.org |
309 users for May 2000
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)