Ben Leslie
benno at sesgroup.net
Wed Jun 13 10:59:16 EST 2001
On Tue, 12 Jun 2001, Santhosh V wrote: > Hi > > I added the following lines to the httpd.conf after installing mod_python ( static compilation ) > > <Directory /python> > AddHandler python-program .py > PythonHandler mptest > PythonDebug On > </Directory> Have you included the mod_python library? Forget how of the top of my head, but you probably need to have a line in httpd.conf to specify that you want to load the mod_python library. Benno
|