Re: problems with module at root of web site

2000-01-26 Thread Doug MacEachern
On Wed, 12 Jan 2000, Sean Chittenden wrote: > Mind if I ask a nit-pick of a performance question? Currently > speed and performance are of upmost importance (I'm currently involved in > a mod_perl vs JServ development race). That being said, isn't pushing a > handler onto the request stac

Re: problems with module at root of web site

2000-01-13 Thread Doug Stevenson
Perrin Harkins wrote: > > Sean Chittenden wrote: > > > > Mind if I ask a nit-pick of a performance question? Currently > > speed and performance are of upmost importance (I'm currently involved in > > a mod_perl vs JServ development race). > > If you're on Linux, I can tell you right no

Re: problems with module at root of web site

2000-01-12 Thread Perrin Harkins
Sean Chittenden wrote: > > Mind if I ask a nit-pick of a performance question? Currently > speed and performance are of upmost importance (I'm currently involved in > a mod_perl vs JServ development race). If you're on Linux, I can tell you right now that mod_perl is significantly faste

Re: problems with module at root of web site

2000-01-12 Thread Randal L. Schwartz
> "Randal" == Randal L Schwartz <[EMAIL PROTECTED]> writes: Randal> Or a variation of that, that I like... set up a TransHandler like this: Randal> sub handler { # PerlTransHandler Randal> return DECLINED unless $r->uri eq "/"; Randal> $r->set_handler("perl-script"); That sh

Re: problems with module at root of web site

2000-01-12 Thread Randal L. Schwartz
> "Sean" == Sean Chittenden <[EMAIL PROTECTED]> writes: Sean> Mind if I ask a nit-pick of a performance question? Currently Sean> speed and performance are of upmost importance (I'm currently involved in Sean> a mod_perl vs JServ development race). That being said, isn't pushing a Sean> h

Re: problems with module at root of web site

2000-01-12 Thread Sean Chittenden
> Date: 12 Jan 2000 07:33:36 -0800 > From: Randal L. Schwartz <[EMAIL PROTECTED]> > To: Sean Chittenden <[EMAIL PROTECTED]> > Cc: Etienne Pelaprat <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: problems with module at root of web site > > >>>>

Re: problems with module at root of web site

2000-01-12 Thread Randal L. Schwartz
> "Sean" == Sean Chittenden <[EMAIL PROTECTED]> writes: Sean> There are a few ways to go about this one, but here's the solution Sean> that I'd use. Sean> 1) Install a PerlTransHandler that sets the URI to / or whatever Sean> you want to have your PerlHandler work with. Have the transh

Re: problems with module at root of web site

2000-01-12 Thread Stas Bekman
> I have written a perl module that is meant to run at the root of a web > site (blah.com/, let's say), but there are errors whenever it tries to > access an image with an absolute URL. For instance, this tag returns a > broken image: > > > > this, I'm guessing, is because it's using in som

Re: problems with module at root of web site

2000-01-12 Thread Sean Chittenden
AIL PROTECTED] > Subject: problems with module at root of web site > > Hi, > > I have written a perl module that is meant to run at the root of a web > site (blah.com/, let's say), but there are errors whenever it tries to > access an image with an absolute URL. For i

problems with module at root of web site

2000-01-12 Thread Etienne Pelaprat
Hi, I have written a perl module that is meant to run at the root of a web site (blah.com/, let's say), but there are errors whenever it tries to access an image with an absolute URL. For instance, this tag returns a broken image: this, I'm guessing, is because it's using in some way or an