Serg Kozhemyakin
luc at server.by
Sun Feb 29 13:57:30 EST 2004
В сообщении от Sun February 29 2004 04:51 S C написал(a): > def handler(req): > req.write("Hello World!") > return apache.OK Just add req.content_type="text/plain" before req.write.
|