webgo/mptest.py
2005-09-06 17:52:46 +00:00

8 lines
102 B
Python
Executable file

from mod_python import apache
def handler(req):
req.write("Hello World!")
return apache.OK