[mod_python] whole site handlers and authentication

Jorey Bump list at joreybump.com
Tue Nov 14 09:17:50 EST 2006


Richard Lewis wrote:

> I plan to implement a URI-controlled API where all "commands" will begin 
> with "/edit/". And I want to provide authentication for these commands (I 
> have a MySQL user database). Because I have this "whole site" handler, will 
> it be possible to use standard authentication directives? And will it be 
> possible to use the Directory directive for "/edit/" requests, as I don't 
> have actual directories?

Use Location, not Directory.


More information about the Mod_python mailing list