[mod_python] (no subject)

Graham Dumpleton graham.dumpleton at gmail.com
Tue Jul 17 20:50:51 EDT 2007


Hmmm, you never mentioned you were on a Windows box.

Did you try what was previously suggested of putting the mod_python
configuration stuff in an appropriate Directory directive in your main
Apache configuration file?

<Directory C:/Scripts/>
PythonHandler mptest
AddHandler mod_python .py
PythonDebug On
</Directory>

Graham

On 18/07/07, ryan luna <ryan_gm at sbcglobal.net> wrote:
> Im running the latest python version, mod_python 3.3.1, and latest Apache.
> Heres my apache config file
> http://www.megaupload.com/?d=OKNGKO7Q
> Still having trouble figuring out why apache still shows the source code of
> .py files instead of the code output.
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
>


More information about the Mod_python mailing list