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-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 database handles of the other virtual