Examples/modpython_dbg.py

Sun, 29 Jul 2018 14:05:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Jul 2018 14:05:34 +0200
branch
corba_options
changeset 6450
bae2cc59c0df
parent 0
de9c2efb9d02
permissions
-rw-r--r--

CORBA branch closed.

from mod_python import apache

apache.initDebugger('/Path/To/modpython_dbg.py')

def handler(req):
    req.content_type = "text/plain"
    req.send_http_header()
    req.write("Hello World!\n")

    return apache.OK

eric ide

mercurial