| Mayank Tiwari 
    mtiwari0 at cs.sc.edu Thu Oct 26 12:47:27 EST 2000 
 i forgot test .py... here it is
from mod_python import apache
def handler(req):
  req.content_type = "text/plain" 
  req.send_http_header()
  req.write("Hello World!")
  return apache.OK
  
I believe i have not missed nay required info, if i did, kindly poitn out.
	-mayank     
Q.) God.. root.. What's the difference?       
A.) God is forgiving...
 |