[mod_python] mod_python mptest does not interpret

bray at sent.com bray at sent.com
Mon Oct 11 08:50:13 EDT 2004


On Mon, 11 Oct 2004 13:07:28 +0200 (CEST), "Erik Andresen"
<erik at vontaene.de> said:
> Hello,
> 
> I'm new here and the last 2 hours I was trying to get mod_python working
> on my apache 1.3 (debian sarge).
> 
> Following your documentation I'm loading mod_python and have this is my
> config:
> <Directory /usr/local/httpd/htdocs/python>
>         AddHandler mod_python .py
>         PythonHandler mptest
>         PythonDebug On
> </Directory>
> 

maybe try:

      SetHandler python-program

instead of AddHandler.


-- 
  
  bray at sent.com



More information about the Mod_python mailing list