On Tue, Jul 06, 2004 at 02:01:48PM +0200, Igor Stroh wrote: > Actually, I do know how I _could_ make it, but I don't like the way it's > done :) > I've read[1] and must admit that I don't like this solution. What I need > as a > setup that reads something like >> ServerName foo.bar.com > > DocumentRoot /var/www/quixoteBasedApp > > SetHandler python-program > PythonPath "sys.path+['/var/www/']" > PythonHandler quixote.mod_python_handler > PythonOption quixote-root-namespace quixoteBasedApp > PythonInterpreter quixote.quixoteBasedApp > PythonDebug On > Did you see Jonathon's configuration that [1] was in reply to? http://mail.mems-exchange.org/pipermail/quixote-users/2002-May/000450.html I think it suggests some changes to your hypothetical config above. -- Man's mind, once stretched by a new idea, never regains its original dimensions. -- Oliver Wendell Holmes