mod_python on Win32 [new problem]

dsavitsk dsavitsk at e-coli.net
Fri May 4 15:17:47 EDT 2001


"David LeBlanc" <whisper at oz.nospamnet> wrote in message
news:9curj4$emn$5 at 216.39.170.247...

* * *

> From my httpd.conf:
>   <Directory "k:/apache/htdocs/test">
>     AddHandler python-program .py
>     PythonHandler mptest
>     PythonDebug On
>   </Directory>
>
> Good luck,
>
> Dave LeBlanc

thanks for the reply.  it seems that in the docs they say to use the line:

    "PythonHandler test"

when what they mean is:

    "PythonHandler mptest"

doug





More information about the Python-list mailing list