mod_python web-dav management system
Kyler Laird
Kyler at news.Lairds.org
Mon Apr 24 00:17:07 EDT 2006
grahamd at dscpl.com.au writes:
>What about if there existed a mod_dav_python for Apache. Would
>that be of interest.
To me it would only be of interest if it's combined with Apache's
suid capabilities.
> The idea is that the module could bridge the
>C API hooks and structures of mod_dav module to Python code.
>This means the benefit from all the hard work that has been put
>into the Apache mod_dav module and only need to implement
>stuff that handles the individual operations if you want to implement
>some sort of custom DAV server.
I can already get what I need using Apache DAV support with a custom
(FUSE) filesystem. I'd just rather have a nice simple Python solution.
--kyler
More information about the Python-list
mailing list