John
isofroni at cc.uoi.gr
Thu Dec 2 12:53:01 EST 2004
----- Original Message ----- From: "Francois" <py at topmusic.ch> To: "Mod_Python" <mod_python at modpython.org> Sent: Thursday, December 02, 2004 5:50 PM Subject: RE: [mod_python] cg-bin files execution > > I put that in my httpd.conf > > <Directory /a/dir/> > > AddHandler python-program .py > > PythonHandler mod_python.publisher > > PythonDebug On > > </Directory> > > > > But now i cannot lunch any .py file. > > Do you have any error message ? What's your *.py file ? Did you restart > apache ? > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > Here is my error_log [Thu Dec 2 19:50:39 2004] [notice] mod_python: (Re)importing mod_python.publisher from None [Thu Dec 2 19:51:27 2004] [notice] mod_python: (Re)importing mod_python.publisher from None When i try to lunch the *.py files i receive and 404 error (page does not exist)
|