Re: Prob with configuring CGI.

2001-03-29 Thread Owen Boyle
Vikram Hari Deshmukh wrote: Well I have started with CGI, 2 days back. But some aspects makes me confused. I am having Apache server over Redhat linux 6.2. I'm a bit confused too... You mention CGI but you posted to a mod_perl list. Are you using mod_perl? To run plain old CGI programs

Apache::Session::Postgres Segmentation Fault

2001-03-29 Thread Victor Michael Blancas
I'm using Apache::Session::Postgres with Apache::ASP. I'm getting a Segmentation Fault whenever I do a $dbh-disconnect at the end of the script. When I comment out the the $dbh-disconnect however, I don't get any errors. Having a script without a $dbh-disconnect at the end is wrong isn't it.

Apache::Session::Postgres Segmentation Fault Addendum

2001-03-29 Thread Victor Michael Blancas
I'm using Apache::Session::Postgres with Apache::ASP. I'm getting a Segmentation Fault whenever I do a $dbh-disconnect at the end of the script. When I comment out the the $dbh-disconnect however, I don't get any errors. Having a script without a $dbh-disconnect at the end is wrong isn't it.

Re: mod_perl based Authentication ...

2001-03-29 Thread Michael Smith
The modperl book should help a lot. Try this: http://www.modperl.com/book/chapters/ch6.html Mike - Original Message - From: "Sumit Babu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 5:10 PM Subject: mod_perl based Authentication ... Hi, I am very

RE: mod_perl BOF

2001-03-29 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 1:41 AM To: Dave Rolsky Cc: mod_perl list Subject: Re: mod_perl BOF On Wed, 28 Mar 2001, Dave Rolsky wrote: Why was this scheduled during Matt Sergeant's AxKit presentation?

RE: mod_perl BOF

2001-03-29 Thread Matt Sergeant
On Thu, 29 Mar 2001, Geoffrey Young wrote: speaking of which, is there a meeting place for tuesday night? That's a no-brainer. The hotel bar! (I'm not really obsessed with beer, honest guvnor) -- Matt/ /||** Founder and CTO ** ** http://axkit.com/ ** //||**

Re: Efficient pre-loading of symlinks and virtual directories

2001-03-29 Thread Stas Bekman
On Mon, 26 Mar 2001, Fredrik Sjoholm wrote: It's well known that Apache::Registry will load and compile the same script multiple times when a site contains Apache::Registry scripts in mutliple directories, symlinked and aliased to different URLs (perhaps as a means of different levels of

Re: Efficient pre-loading of symlinks and virtual directories

2001-03-29 Thread Robin Berjon
At 16:57 29/03/2001 +0800, Stas Bekman wrote: On Mon, 26 Mar 2001, Fredrik Sjoholm wrote: An easy (and efficient) way of avoiding this is to map the virtual Apache perl module name to the underlying file's inode#, instead of its URL. As an extra bonus, this makes pre-loading scripts a breeze,

Re: mod_perl BOF

2001-03-29 Thread Stas Bekman
On Thu, 29 Mar 2001, Matt Sergeant wrote: On Wed, 28 Mar 2001, Dave Rolsky wrote: Why was this scheduled during Matt Sergeant's AxKit presentation? Why not during a time slot when there are no mod_perl presentations? This is not rocket science here. I'm creating my own "Beer BOF",

Re: mod_perl BOF

2001-03-29 Thread Pierre Phaneuf
Stas Bekman wrote: Last week I was presenting mod_perl at the Linux World Show in Singapore and we had a really nice social event with a babe belly dancer... hey, Gunther was dancing with her... just look at his happy face :) Man, when I see stuff like that, I know I'm in the right business.

PerlRestartHandler

2001-03-29 Thread Robin Berjon
Hi, just out of curiosity, has anyone used PerlRestartHandler ? To what use ? I don't know what I'd use it for, so I'm wondering whether I'm missing out on something really cool :) -- robin b. The more you run over a dog, the flatter it gets.

Re: PerlRestartHandler

2001-03-29 Thread Stas Bekman
On Thu, 29 Mar 2001, Robin Berjon wrote: Hi, just out of curiosity, has anyone used PerlRestartHandler ? To what use ? I don't know what I'd use it for, so I'm wondering whether I'm missing out on something really cool :) The eagle book says: PerlRestartHandler points to a routine that is

Re: Apache::Session::Postgres Segmentation Fault Addendum

2001-03-29 Thread Jeffrey W. Baker
On Thu, 29 Mar 2001, Victor Michael Blancas wrote: I'm using Apache::Session::Postgres with Apache::ASP. I'm getting a Segmentation Fault whenever I do a $dbh-disconnect at the end of the script. When I comment out the the $dbh-disconnect however, I don't get any errors. Having a script

Re: PerlRestartHandler

2001-03-29 Thread Robin Berjon
At 17:57 29/03/2001 +0800, Stas Bekman wrote: On Thu, 29 Mar 2001, Robin Berjon wrote: just out of curiosity, has anyone used PerlRestartHandler ? To what use ? I don't know what I'd use it for, so I'm wondering whether I'm missing out on something really cool :) The eagle book says:

Re: PerlRestartHandler

2001-03-29 Thread Stas Bekman
On Thu, 29 Mar 2001, Robin Berjon wrote: At 17:57 29/03/2001 +0800, Stas Bekman wrote: On Thu, 29 Mar 2001, Robin Berjon wrote: just out of curiosity, has anyone used PerlRestartHandler ? To what use ? I don't know what I'd use it for, so I'm wondering whether I'm missing out on

Re: mod_perl BOF

2001-03-29 Thread Randal L. Schwartz
"Pierre" == Pierre Phaneuf [EMAIL PROTECTED] writes: Pierre Stas Bekman wrote: Last week I was presenting mod_perl at the Linux World Show in Singapore and we had a really nice social event with a babe belly dancer... hey, Gunther was dancing with her... just look at his happy face :)

Re: PerlRestartHandler

2001-03-29 Thread Robin Berjon
At 18:20 29/03/2001 +0800, Stas Bekman wrote: On Thu, 29 Mar 2001, Robin Berjon wrote: Ah yes, hadn't spotted that one, thanks Stas (once again...). That's the benefit you get when you review someone's book. You get the book's source text :) So I just use grep... after reading the book harcopy

Re: PerlRestartHandler

2001-03-29 Thread Pierre Phaneuf
Robin Berjon wrote: Yes, I stole the content from the as yet unpublished Tk and mod_perl books that I got to review and I'm writing "Applications mod_perl-Tk: le probleme du monadisme heuristique chez Leibniz, Quine, et Bekman" for the Sorbonne University Press. Ouch! Just reading the

books reviewing (was Re: PerlRestartHandler)

2001-03-29 Thread Stas Bekman
Indeed, I've often wished O'Reilly would provide book sources for people that have bought the treebook. Manning has something like that, you can buy the ebook cheaper than the actual book, and then if you decide to buy the treebook it's that much cheaper. I agree. Meanwhile you can always

Odd Can't locate errors

2001-03-29 Thread Robert Landrum
Every once in a while (once a week maybe), I get a string of error reports about the following problem Can't locate auto/CapWiz/Mail/App/handler.al in @INC (@INC contains: /usr/local/apache/lib /usr/local/lib/perl5/5.6.0/i686-linux /usr/local/lib/perl5/5.6.0

Re: PerlRestartHandler

2001-03-29 Thread Matt Sergeant
On Thu, 29 Mar 2001, Robin Berjon wrote: At 18:20 29/03/2001 +0800, Stas Bekman wrote: On Thu, 29 Mar 2001, Robin Berjon wrote: Ah yes, hadn't spotted that one, thanks Stas (once again...). That's the benefit you get when you review someone's book. You get the book's source text :) So I

Re: PerlRestartHandler

2001-03-29 Thread Robin Berjon
At 18:17 29/03/2001 +0100, Matt Sergeant wrote: On Thu, 29 Mar 2001, Robin Berjon wrote: Indeed, I've often wished O'Reilly would provide book sources for people that have bought the treebook. Manning has something like that, you can buy the ebook cheaper than the actual book, and then if you

Re: Apache::Session::Postgres Segmentation Fault Addendum

2001-03-29 Thread Joshua Chamas
Victor Michael Blancas wrote: I'm using Apache::Session::Postgres with Apache::ASP. I'm getting a Segmentation Fault whenever I do a $dbh-disconnect at the end of the script. When I comment out the the $dbh-disconnect however, I don't get any errors. Having a script without a

Re: Help with Apache::ASP!

2001-03-29 Thread Joshua Chamas
Sean Coyle wrote: Josh, I am not entirely sure that is the issue here. Just to cover off all the bases, I am familiar with the FAQ, and several others. However, it is actually not unparsed ASP that I am viewing in the browser output, but seemingly partially parsed output.

Re: Apache::Session::Postgres Segmentation Fault Addendum

2001-03-29 Thread Matt Sergeant
On Thu, 29 Mar 2001, Victor Michael Blancas wrote: I'm using Apache::Session::Postgres with Apache::ASP. I'm getting a Segmentation Fault whenever I do a $dbh-disconnect at the end of the script. When I comment out the the $dbh-disconnect however, I don't get any errors. Having a script

Re: mod_perl BOF

2001-03-29 Thread tom
Which hotel? On Thu, Mar 29, 2001 at 02:55:35PM +0100, Matt Sergeant wrote: On Thu, 29 Mar 2001, Geoffrey Young wrote: speaking of which, is there a meeting place for tuesday night? That's a no-brainer. The hotel bar! (I'm not really obsessed with beer, honest guvnor) -- Matt/

Re: how to prevent ie ( et al ) from resubmitting POST info

2001-03-29 Thread Jeffrey W. Baker
On Thu, 29 Mar 2001 [EMAIL PROTECTED] wrote: Anyone have any tricks up their sleeve to prevent the following: IE, on opening a new browser windows, or on revisiting through history a page which submitted some post data, will re-post that data, which causes me problems, as POST triggers my

Re: how to prevent ie ( et al ) from resubmitting POST info

2001-03-29 Thread tom
Aha! I knew I should have stopped taxing my brain about this one long ago! The answer is simple: when your head hurts, ask the list. Thanks very much. On Thu, Mar 29, 2001 at 10:17:24AM -0800, Jeffrey W. Baker wrote: On Thu, 29 Mar 2001 [EMAIL PROTECTED] wrote: Anyone have any tricks

Re: mod_perl BOF

2001-03-29 Thread Matt Sergeant
On Thu, 29 Mar 2001, [EMAIL PROTECTED] wrote: Which hotel? The Westin Santa Clara - where the conf is being held. On Thu, Mar 29, 2001 at 02:55:35PM +0100, Matt Sergeant wrote: On Thu, 29 Mar 2001, Geoffrey Young wrote: speaking of which, is there a meeting place for tuesday night?

RE: DBD - Oracle Error connecting to Oracle on HP-UX 11.00 with Apache 1.3.12, mod_perl/1.22, DBI/1.14, DBD(1.06)

2001-03-29 Thread EXT-Sethi, Arun
thanks Geoff, I appreciate your feedback. is there any bug databse for DBI/DBD on internet where I can serach for of any known issues with these on HP-UX 11.0 ? thanks Arun -- From: Geoffrey Young[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 05:20 To:

Re: Installing new modules via CPAN?

2001-03-29 Thread G.W. Haywood
Hi there, On Thu, 29 Mar 2001, Bolt Thrower wrote: Can't locate object method "module" via package "Apache" at /usr/lib/perl5/site_perl/5.005/Apache/DBI.pm line 202. It seems that something doesn't like the Apache-module() call, which wouldn't be available unless it's actually in a

Re: Odd Can't locate errors

2001-03-29 Thread G.W. Haywood
Hi there, On Thu, 29 Mar 2001, Robert Landrum wrote: (once a week maybe), I get a string of error reports [snip] Can't locate auto/CapWiz/Mail/App/handler.al in @INC [snip] This puzzles me... at /dev/null line 0 Are you getting segfaults? Running short of memory? Any other clues? The

Re: Odd Can't locate errors

2001-03-29 Thread Robert Landrum
At 9:37 PM +0100 3/29/01, G.W. Haywood wrote: Hi there, On Thu, 29 Mar 2001, Robert Landrum wrote: (once a week maybe), I get a string of error reports [snip] Can't locate auto/CapWiz/Mail/App/handler.al in @INC [snip] This puzzles me... at /dev/null line 0 Are you getting segfaults?

Read file at startup, access data during request?

2001-03-29 Thread Richard Anderson
I want to read and parse a file when Apache mod_perl starts and have access to the data while my mod_perl methods are processing the request. The most obvious approach (to me) is to put the reading/parsing code at the beginning of my mod_perl module, outside of my methods, and load the data

bug in exploder blows up Digest security

2001-03-29 Thread Steven Lembark
anyone know of a way around this? i have a site that depends heavily on anchors for delivering reports. exploder chops off the uri at the arguments, which is not what mod_auth_digest (nor RFC 2617) expect. anyone know of a way to force exploder to use the full uri for the digest

AuthCookieDBI

2001-03-29 Thread ahanuska
I am fairly new to mod_perl and am trying to install AuthCookieDBI to work with Mysql. My specifications are as follows: (everything was recompiled from scratch) Solaris 8 (sparc) Apache_1.3.19 mod_perl-1.25 mod_ssl-2.8.1-1.3.19 openssl-0.9.6 Apache-AuthCookie-2.011 Apache-AuthCookieDBI-1.18

Anticipated www.modperl.com outage

2001-03-29 Thread Lincoln Stein
Just thought you folks might want to know that www.modperl.com will probably be unreachable for a day or two. NorthPoint communications has gone bankrupt, bringing my DSL connection down with it. I'm moving the server to another location for the interim, but it might take a day or two for the

Re: Apache::Session::Postgres Segmentation Fault Addendum

2001-03-29 Thread Cees Hek
On Thu, 29 Mar 2001, Victor Michael Blancas wrote: I'm using Apache::Session::Postgres with Apache::ASP. I'm getting a Segmentation Fault whenever I do a $dbh-disconnect at the end of the script. When I comment out the the $dbh-disconnect however, I don't get any errors. Having a script

Re: Installing new modules via CPAN?

2001-03-29 Thread Victor Michael Blancas
On Thu, 29 Mar 2001, Bolt Thrower wrote: I've got a working mod_perl installation on a Linux 2.2.14 / Apache/1.3.17 (Unix) mod_perl/1.25 / perl 5.005_03 machine. I'm trying to install Apache::AuthCookieDBI via my CPAN shell, and I keep getting errors of the sort: Can't locate object

Re: Apache::Session problems

2001-03-29 Thread Christopher L. Everett
Cees Hek wrote: On Mon, 26 Mar 2001, Christopher L. Everett,,, wrote: Apache::Session::MySQL won't save session state. Apache::Session::File returns the following error: Insecure dependency in open while running with -T switch at

Re: Installing new modules via CPAN?

2001-03-29 Thread Bolt Thrower
Victor Michael Blancas wrote: So how am I supposed to install Apache::AuthCookieDBI via the CPAN shell? Thanks, `perl -MCPAN -e "install Apache::AuthCookieDBI"` Yes, that was the implied first step that was giving me trouble in the first place, and the reason for my initial