Search Discussions
-
First let me say that I'm aware that this topic comes up with some frequency on the mod_perl and DBI-users list. I am aware of posts like this one: ...
Jeff Horn
Oct 24, 2000 at 8:10 pm
Dec 4, 2000 at 7:36 am -
Hi, We have an application where we will have to service as high as 50 queries a second. We've discovered that most database just cannot keep pace. The only option we know is to service queries out ...
Differentiated Software Solutions Pvt. Ltd
Oct 11, 2000 at 7:51 am
Nov 11, 2000 at 4:26 pm -
http://modperl.sergeant.org/ApacheConRep.txt Enjoy. -- <Matt/ /|| ** Director and CTO ** //|| ** AxKit.com Ltd ** ** XML Application Serving ** // || ** http://axkit.org ** ** XSLT, XPathScript, XSP ...
Matt Sergeant
Oct 27, 2000 at 2:56 pm
Nov 3, 2000 at 3:00 pm -
Hello All: I've written some mod_perl scripts that need testing over a million hits or so before I deploy it. I need to prove to myself and my marketing guy that my script has certain statistical ...
Christopher L. Everett
Oct 27, 2000 at 8:27 pm
Nov 1, 2000 at 10:54 pm -
Dear ALL I've writen a module that does transparent session management via either Cookies, Munged URI or Query Args. It has quite a few options to change the behavour, and appears stable in my ...
Greg Cope
Oct 17, 2000 at 6:33 pm
Oct 30, 2000 at 4:23 pm -
Hi all Is it possible to authenticate a user without having to use the unfriendly login box provided by browsers, without using cookies? I have managed to authenticate a user once through some text ...
Ian Frawley
Oct 17, 2000 at 1:20 pm
Oct 19, 2000 at 12:53 am -
Hi All, Quick question - can I fork off a process in mod_perl? I've got a piece of code that needs to do a lot of processing that's unrelated to what shows up in the browser. So I'd like to be able ...
David E. Wheeler
Oct 4, 2000 at 7:39 pm
Nov 5, 2000 at 11:13 pm -
Dear All I've finally got a tar ball onto sourceforge (but that's another [OT] story ;-) Announcing Apache::SessionManager. For those that do not know this is a (near) Transparent Session Manager ...
Greg Cope
Oct 29, 2000 at 5:24 pm
Oct 30, 2000 at 7:15 pm -
I have a number of scripts in places other then /perl that I want to use mod_perl for. However, I can't turn it on for all scripts in a specific directory or even a certain extension. Is there any ...
Paonia Ezrine
Oct 31, 2000 at 8:31 pm
Nov 6, 2000 at 4:11 pm -
This is a follow-up on a question that I asked a couple of months ago. The subject was "executing a cgi from within a handler (templating redux)", dated 8/23/00. The gist of the matter is that we ...
Todd Finney
Oct 30, 2000 at 5:32 am
Nov 1, 2000 at 7:41 pm -
9
Taint
A couple of questions about taint checking. 1) What is the default taint check setting? 2) Does compiling mod_perl with EVERYTHING=1 make a difference to the taint setting? 3) Does 'PerlTaintCheck ...Herrington, Jack
Oct 2, 2000 at 4:59 pm
Oct 3, 2000 at 5:30 pm -
hi, I've been developing with mod_perl for a while, but, thanks to Richter's Embperl module and the excellent backwards compatibility (regarding CGI.pm) I had never got anywhere near Apache::Request ...
Martin langhoff
Oct 2, 2000 at 8:36 pm
Oct 3, 2000 at 1:54 pm -
The following is a half-baked proposal for a wild idea. Please comment on this. If the powers that be think this is OT, then please move this I will take it elsewhere. If this is something that is ...
Ajit Deshpande
Oct 11, 2000 at 2:30 am
Oct 26, 2000 at 4:57 pm -
How about Harvey Floorbangers, from 7 till late. (erm, I think late might still be 11pm for england *sigh*)... "With a name like Harvey Floorbangers you'd expect this to be a cheesy theme bar with ...
Matt Sergeant
Oct 19, 2000 at 2:39 pm
Oct 26, 2000 at 9:12 am -
Good evening all, I've got this happy little access handler that works just fine. Now I need for it to accept parameters through import(). The catch is that MyClass::import() isn't being called. I've ...
Rodney Broom
Oct 20, 2000 at 3:26 am
Oct 23, 2000 at 9:57 pm -
I am new to Apache and Mod_Perl and I have a question. I am running Red Hat 6.0 on an Intel machine. I loaded the Server setup. Apache 1.3.6 is loaded and runs fine. I was able to load and run ...
Annette
Oct 17, 2000 at 6:56 am
Oct 18, 2000 at 8:34 pm -
Hi All, Can anyone tell me why these are not equivalent? Shouldn't strftime know that the time returned from gmtime() is GMT? I'm trying to create a library that'll use ht_time when $ENV{MOD_PERL} is ...
David E. Wheeler
Oct 16, 2000 at 8:38 pm
Oct 17, 2000 at 9:03 pm -
Dear mod_perl users, I have a problem that I can't explain and don't know exactly how to debug: the httpd process keeps gobbling up memory over time. This is what we are running: Server Version: ...
Andreas Schiffler
Oct 6, 2000 at 1:04 pm
Oct 7, 2000 at 8:35 pm -
Hello all, I'm trying to integrate CyberCash with a shopping system that we've developed in-house using mod_perl almost exclusively. I haven't been particularly impressed with the way it installs. ...
Ryan Adams
Oct 1, 2000 at 8:49 pm
Oct 5, 2000 at 10:31 pm -
Hello, I recentlu installed Apache::ASP on my server (i686, RH 6.2, Apache 1.3.12 + mod_perl, Perl 5, PHP 4) but I can't seem to get it working. When I try to access the /site/eg/ directory of the ...
Fabio Albertin
Oct 30, 2000 at 6:49 pm
Oct 31, 2000 at 5:33 pm -
I'm having trouble when a browser sends a fair sized amount of data to Apache as cookies - say around 8k. I know that most clients will not allow cookies greater than 4k per cookie (and often no more ...
Biggs, Jody
Oct 20, 2000 at 11:20 pm
Oct 30, 2000 at 5:16 pm -
hi, this HTTP protocol (definition and actual implementation) question is making me mad. Will (and should) a cookie be valid withing the same host/domain/subdirectory when changing PORT numbers? All ...
Martin langhoff
Oct 19, 2000 at 8:41 pm
Oct 30, 2000 at 5:12 pm -
I've got a system running the following: Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a If I run the cgi scripts from command line they connect to the oracle ...
HotMail: Bill
Oct 26, 2000 at 3:29 pm
Oct 27, 2000 at 2:13 am -
Is anybody using GzipChain? Is there some known means of verifying that it is in fact working properly? (Other than watching an unreliable browser progress bar)
Jerrad Pierce
Oct 28, 2000 at 8:40 pm
Nov 6, 2000 at 1:29 am -
It is me or has anyone noticed a definite LACK of information on how to modify the httpd.conf for the various modules in order to get them working??? Why is it that no one has ever posted an actual ...
Jimi Thompson
Oct 31, 2000 at 12:02 am
Nov 1, 2000 at 4:48 pm -
Hi all Fist of all, sorry for my bad english... We "think/found" a technic to manage user action through a web interface. And I like to know your opinion about it. The goal is to trigger actions ...
Nouguier
Oct 27, 2000 at 10:40 am
Oct 27, 2000 at 4:32 pm -
Yes. We found a problem in Expat.pm line 451 (in sub parse). The following chunk of code (latest version from cpan) sub parse { my $self = shift; my $arg = shift; croak "Parse already in progress ...
Shane Adams
Oct 9, 2000 at 10:36 pm
Oct 12, 2000 at 6:35 pm -
Caveat : I have built modperl on a gazillion unix boxes. This win32 is black magic to me so I have no idea what I am doing, I just need to get mod_perl running under NT desperately. That said, here ...
Siberian.org
Oct 11, 2000 at 10:24 pm
Oct 12, 2000 at 10:41 am -
I'm trying to write an ASP app that runs under PerlScript and Apache::ASP. i've found that with ActivePerl 618 -- $Request- QueryString- ('foo') return a reference to a Win32::OLE hash. to get a ...
Joel w. reed
Oct 9, 2000 at 8:38 pm
Oct 10, 2000 at 3:08 am -
How do you handle uploading files when using multi-paged forms (for example entered text and a picture are previewed before storing into the database and special directory)? Uploaded files can't be ...
Alexander Farber (EED)
Oct 19, 2000 at 9:13 am
Oct 19, 2000 at 11:31 am -
I know this isnt the right place to ask this question but if someone could at least fill me in and point me in the right direction I'd be gratefull. I'm trying to find a way to do XML over HTTP. I ...
Geoffrey Gallaway
Oct 18, 2000 at 3:53 am
Oct 18, 2000 at 8:29 pm -
Can anyone help me I have been scratching my head with this problem for a while and I can't figure a solution out. I have written a CGI script that is executed from an ErrorDocument 403 so that when ...
Ian Frawley
Oct 5, 2000 at 2:36 pm
Oct 6, 2000 at 7:34 am -
I have an authentication scheme which checks every request for a valid cookie, and if your session has timed out redirects to a login page. After logging in, the request is resubmitted as a GET. This ...
Chris
Oct 4, 2000 at 10:24 pm
Oct 5, 2000 at 1:54 pm -
Hi! Trying to use mod_perl for a perl module to load a bunch of data on server startup and writing possible changes back to disk on server shutdown leads me to strange behaviour in the END { } block: ...
Ernest Lergon
Oct 16, 2000 at 7:35 pm
Dec 22, 2000 at 5:12 am -
I installed a handler as such: httpsd.conf: ----------------- PerlModule Tofu::Tofuhandler <Location /userfiles SetHandler perl-script PerlHandler Tofu::Tofuhandler </Location <Location / AddHandler ...
Clayton Mitchell
Oct 11, 2000 at 7:58 pm
Dec 22, 2000 at 4:55 am -
Hi, I have started with one httpd; and executed the following mod-perl program from the browser. We've configured apache to have persistent DBI The idea is first time the database handle will be ...
Differentiated Software Solutions Pvt. Ltd
Oct 23, 2000 at 8:29 am
Nov 9, 2000 at 6:20 am -
Hi, Is it possible using the magic of mod_perl to set a hash array available for all scripts without each script having to open the dbm file. eg Each of my scripts tie a dbm file to a hash array ...
Scott Alexander
Oct 31, 2000 at 8:33 am
Nov 1, 2000 at 12:28 am -
Hi everyone, I'm sure this is a simple problem... Im using Session.pm to track information between httpd requests. However, when I store some information in the session, it is gone when I try to ...
Cbell
Oct 31, 2000 at 4:30 pm
Oct 31, 2000 at 7:31 pm -
Ciao! With the latest modperl from CVS, all tests pass during build/test phase. However it coredumps when used with my http.conf/startup.pl files. An earlier CVS release of modperl ...
Bruce W. Hoylman
Oct 3, 2000 at 5:59 pm
Oct 26, 2000 at 5:01 pm -
For some reason mod_perl-1.24 is failing to configure with apache 1.3.14: srv2:/usr/webservers/src/mod_perl-1.24# perl Makefile.PL APACHE_SRC=../apache_1.3.14/src EVERYTHING=1 DO_HTTPD=0 Enter `q' to ...
Jeremy Hansen
Oct 14, 2000 at 6:42 pm
Oct 16, 2000 at 11:41 am -
I'm having a problem making apache work with mod_perl. Short problem description is: when I compile apache by itself, it works, but when I compile mod_perl (which builds apache also) it doesn't work ...
Dennis
Oct 14, 2000 at 4:26 pm
Oct 16, 2000 at 4:51 am -
Hi there....the following code causes the following to happen: And I have no idea why [grin]. I'm assuming something in my requires and such is balking out, but what? Program received signal SIGSEGV, ...
Yann Ramin
Oct 1, 2000 at 4:26 am
Oct 13, 2000 at 10:05 pm -
Try the following handler: package Foo; use Apache::Request; sub handler { my $r = shift; my (@vars) = ( 'abc', "abc\0def", "def" ); $r- send_http_header; $r- print("$_\n") foreach @vars; } 1; I'm ...
Dave Rolsky
Oct 9, 2000 at 11:24 pm
Oct 13, 2000 at 5:40 pm -
4
hi all
hi all, we have a query which goes to 7kb and we use mysql and php , th eserver is literally crashing when we do the process what is the other alternative fpor me The site is aQuiz site regards ...Rajesh Mathachan
Oct 11, 2000 at 9:18 am
Oct 12, 2000 at 4:19 am -
I try to use Apache::Status to find out memory usage of my perl scripts, I configured the system according to the mod_perl guide: Add the following lines to httpd.conf <Location /perl-status ...
James Xie
Oct 3, 2000 at 10:47 pm
Oct 4, 2000 at 7:14 pm -
Sorry but I've run out of sources. (Don't have netnews.) Is there a mailing list for CGI.pm? I've done all I can by reading the 'the book' and searching the net. Can't find anything like the symtoms ...
Roderick A. Anderson
Oct 3, 2000 at 9:12 pm
Oct 4, 2000 at 3:37 pm -
I am developing computer software for more than 30 years. Yet not able to install even the minimal support for ASP using APACHE on WIN95 platform (which is no doubt, the most popular in the world). I ...
-
Oct 2, 2000 at 7:34 am
Oct 4, 2000 at 9:37 am -
folks -- i'm wondering if anyone else has seen the following behaviour, and, if you have, how you dealt with it. here's the problem: i have a bunch (200 or so) CGI scripts being handled by ...
Kevin montuori
Oct 2, 2000 at 3:03 pm
Oct 2, 2000 at 10:22 pm
Group Overview
group | modperl |
categories | modperl, perl |
discussions | 254 |
posts | 845 |
users | 283 |
website | perl.apache.org |
283 users for October 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)