Easier way to check python
Like we say in Portuguese "Who knows, know it" here is an easier way to get the mod_python info (posted by Grahan Dumpleton in the comments)
It is easier to go:
<Location /mpinfo>
SetHandler mod_python
PythonHandler mod_python.testhandler
</Location>
and then use '/mpinfo' as URL.
0 Comments:
Post a Comment
<< Home