[mod_python] Re: [SOLVED] psp_site

Reed L. O'Brien reed at intersiege.com
Mon Mar 29 07:25:56 EST 2004


I repeated this error with Apache 2.0.48 and 3.1.3 and figured out I had 
to change my SetHandler to make it work.  It now appears to be working OK.

<Directory /usr/local/www/data>
SetHandler mod_python  to  ------>>>> SetHandler python-program   
<<<<-----------
PythonHandler mod_python.publisher
PythonDebug On
</Directory>


 Reed L. O'Brien wrote:

> Right so I went to dl the psp_site example and it was pretty.  And 
> then I decided to update some apps on my machine.  I upgraded  on 
> FreeBSD 4.9
>
> Apache2.0.48 --> 2.0.49
> mod_python3.0.3 --> 3.1.3
> Python 2.3.3 --> 2.3.3 patchlevel 4
>
> and now the hover over menu is broken (is just plain  links) and it 
> doesn't get the logo (broken image symbol) ....
> I think it happened after I upgraded apache.  Anyone else seen this 
> behavior? or have an idea what caused it?
> I have tried dienstalling and reinstalling the above.  No luck.  
> mod_php still works.
>
>
> TIA
> reed




More information about the Mod_python mailing list