|
sjw
mecury at illusion.snu.ac.kr
Wed Jan 3 10:57:12 EST 2001
hmm, I've installed mod_python and tested it
and it was ok..
( the code is the sample code, like following..
from mod_python import apache
def handler(req):
req.send_http_header()
req.write("Hello World!")
return apache.OK )
BUT, All I want to do is paste a simple, text counter
to my homepage, like <!--#exec cgi="some/dirs/counter.cgi?id=myID"-->
did.
How can I do that with mod-python?..
Thanks in advance
|