[plug] mod-python wierdness

Shayne O'Neill shayne at guild.murdoch.edu.au
Mon Jul 4 22:57:12 WST 2005


GRRR I hate defeat.

Does anyone know how to file a bug report to debian? After 7 hours of
multiple versions, different sources, everything I can not make any form
of python script run on apache and its driving me NUTS.

I am convinced its not something I have broken, as it would of become
imediately aparent.

*MADNESS*

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

On Mon, 4 Jul 2005, Shayne O'Neill wrote:

>
> Oops. That was a mistake. I'M still stuck on this. I've tried dropping
> these in directories, and everything. Seems nothing I do can convince
> apache to follow directives. However it still crashes if I get the
> directives wrong :(
>
> --
> Freedom's just another word for something new to regulate
>
> On Mon, 4 Jul 2005, Shayne O'Neill wrote:
>
> >
> >
> > --
> > 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
> > >
> > _______________________________________________
> > 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
> >
> _______________________________________________
> 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