Re: Dynamically serving an .htaccess file with mod_perl

2002-01-28 Thread Matt Sergeant
On Mon, 28 Jan 2002, Michael A Nachbaur wrote: > Hello all, > > Does anyone know of a way that I can server the contents of an .htaccess > file dynamically? I know Apache checks the request directory (and all > directories above it) for an .htaccess file before serving a file request, > but ther

Re: Dynamically serving an .htaccess file with mod_perl

2002-01-29 Thread darren chamberlain
Michael A Nachbaur <[EMAIL PROTECTED]> said something to this effect on 01/28/2002: > Does anyone know of a way that I can server the contents of an > .htaccess file dynamically? I know Apache checks the request > directory (and all directories above it) for an .htaccess file > before serving a f

Re: Dynamically serving an .htaccess file with mod_perl

2002-01-29 Thread dom
> > Does anyone know of a way that I can server the contents of an > > .htaccess file dynamically? > Make the .htacess file in question a FIFO, with a script on the > backend that Does The Right Thing. Whoops, you would loose big when two concurrent Apache processes attempt to access the .htacce

Re: Dynamically serving an .htaccess file with mod_perl

2002-01-29 Thread Dave Hodgkinson
[EMAIL PROTECTED] writes: > > > Does anyone know of a way that I can server the contents of an > > > .htaccess file dynamically? > > Make the .htacess file in question a FIFO, with a script on the > > backend that Does The Right Thing. > > Whoops, you would loose big when two concurrent Apache