[mod_python] Mapping a URI to pages dynamically.

mod_python at mikebell.org mod_python at mikebell.org
Sat May 17 00:15:50 EST 2003


On Fri, May 16, 2003 at 11:18:19PM +0200, Philip Jägenstedt wrote:
> So, how could I achieve something like this with mod_python? The key
> issue is getting mod_python to handle everything really, but if that's
> not a good way to go about the problem, please tell what else I could
> do.

Give this a try, in your apache configs do something like:

<Location /URL/>
SetHandler python-program
PythonHandler MyHandler
</Location>


More information about the Mod_python mailing list