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 file

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 .htaccess

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 processes

Dynamically serving an .htaccess file with mod_perl

2002-01-28 Thread Michael A Nachbaur
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 there is no mention of how it goes about loading that file.

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 there is