[plug] mod-python wierdness
Shayne O'Neill
shayne at guild.murdoch.edu.au
Mon Jul 4 19:26:36 WST 2005
--
Freedom's just another word for something new to regulate
On Mon, 4 Jul 2005, Shayne O'Neill wrote:
>
> 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
> _______________________________________________
> PLUG discussion list: plug at plug.org.au
> http://www.plug.org.au/mailman/listinfo/plug
> Committee e-mail: committee at plug.linux.org.au
>
More information about the plug
mailing list