Re: Re: ProxyPass and DirectoryIndex

2001-11-09 Thread Andy Turner
On Fri, Nov 09, 2001 at 02:17:44PM -0500, Philip Mak wrote: > > RewriteRule ^(.*)/$ http://127.0.0.1:8001$1/index.asp [p] > > That looks like it will ProxyPass every directory to the mod_perl enabled > httpd. It would make index.html not work anymore, though. I think the > optimal solution would:

Re: Re: Do virtual hosts need their own servers?

2001-08-21 Thread Andy Turner
On Tue, Aug 21, 2001 at 01:17:05PM +0800, Stas Bekman wrote: > > Ahh, I was assuming a DBI handle lexically scoped to the handler subroutine, > > sorry about the confusion. > > it can be lexically scoped, but it doesn't prevent you from reading from > memory. It's not easy but possible. But thing

Re: Re: Do virtual hosts need their own servers?

2001-08-20 Thread Andy Turner
On Mon, Aug 20, 2001 at 01:40:30PM +0800, Stas Bekman wrote: > On Thu, 16 Aug 2001, Andy Turner wrote: > > On Wed, Aug 15, 2001 at 12:54:58PM -0400, Philip Mak wrote: > > > 1. A hacker with access to a virtual host on a mod_perl Apache can steal > > > the Apache::DBI da

Re: Problem with "use" getting the wrong file

2001-08-16 Thread Andy Turner
On Thu, Aug 16, 2001 at 05:20:07PM -0400, Philip Mak wrote: > But the code in "otherinr2" is getting the cfg.pm from "inr2" since they > have the same filename and relative paths. How can I make the "use" > command not act braindead about this? Is there a CPAN module that I can > import to overloa