On 29 October 2001, Andrew Kuchling said:
> Aieeee! Isn't this just going down Zope's path of reinventing every
> single component? I can see that it's attractive if you could unpack,
> say, SPLAT!, and just have it run a little Web server on port YYY.
Well, only a little bit. An simple HTTP server shouldn't really be that
complicated. (Famous last words.)
> BUT then someone will ask "How do I restrict access to people inside
> my company?" and we're off to rewrite all of Apache's modules.
No, tell them about _q_access(). Python is a much more versatile
language than Apache's configuration language.
Greg