Examples/modpython.py@7db67b70e6a8
Examples/modpython.py
Mon, 04 Jan 2021 16:52:56 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 04 Jan 2021 16:52:56 +0100
- changeset 7956
- 7db67b70e6a8
- parent 0
-
de9c2efb9d02
- permissions
- -rw-r--r--
Added some TODO comments to enhance the notification widget.
from mod_python import apache
def handler(req):
req.content_type = "text/plain"
req.send_http_header()
req.write("Hello World!\n")
return apache.OK