newbie help for mod_python
plain" req.write("HELLO") return apache.OK But the file is not executed - instead a download-dialog is opened. Any suggestions? Thanx. -- Jochen Kaechelin -- http://mail.python.org/mailman/listinfo/python-list
Re: newbie help for mod_python
Am Mittwoch, 23. Februar 2005 00:29 schrieb Brian Beck: > Jochen Kaechelin wrote: > > I run debian sid and apache2 with libapache2-mod-python2.3 > > and I added these lines > > > > > >AddHandler mod_python .py > >PythonDebug On > > > >