On Wed, 5 Oct 2005, Jay Loden wrote:
> I'm having trouble with Apache and Mod_python - mod_python is set to use
> /var/www/html and pass all *.htm files on to the handler I wrote.
> Unfortunately, mod_python does a greedy match, so
> /var/www/html/subdirectory/file.htm still gets passed to the h
I'm having trouble with Apache and Mod_python - mod_python is set to
use /var/www/html and pass all *.htm files on to the handler I wrote.
Unfortunately, mod_python does a greedy match,
so /var/www/html/subdirectory/file.htm still gets passed to the handler! Is
there some way to limit the hand