[plug] mod-python wierdness

Shayne O'Neill shayne at guild.murdoch.edu.au
Mon Jul 4 17:55:11 WST 2005


Ok. I've apt-getted libapache-mod-python2.3 (or whatever it is) and it
seems to of installed fine.

I drop in this;-

(simple vhost definition goes here first)

<Directory /usr/src/shayne/fruitcake/html/>
   AddHandler mod_python .psp
   PythonHandler mod_python.psp
   PythonDebug On
   AddHandler mod_python .py
   PythonHandler mod_python.publisher
</Directory>

No errors. Means that the plugin is infact installed. Correctly however?
not sure.

What happens is it still refuses to acknowledge either the psp or py files
and just serves them straight out text files.

Anyone see what I might be dfoing wrong here?

--
Freedom's just another word for something new to regulate



More information about the plug mailing list