Python论坛  - 讨论区

标题:[python-chinese] 请教:python在web服务器端运行是否如同CGI程序?

2004年01月31日 星期六 03:52

Dr Wu wubante at yahoo.co.uk
Sat Jan 31 03:52:25 HKT 2004

Yes  you can run Python as CGI exactly the same as you run perl cgi 
scripts. Actually a CGI file can be anything that is executable.

save the following 3 lines in a file called hello.cgi

 #!/usr/local/bin/python
print "Content-Type: text/plain\n\n"
print "hello world\n";


move the hello.cgi to your cgi-bin directory. 
chmod 755 hello.cgi



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年01月31日 星期六 16:24

刘鑫 lx1978 at 21cn.com
Sat Jan 31 16:24:24 HKT 2004

我译完了Python 2.3指南的正文部分了。只有What is now?和附录没有译。现在想把译文找一个可以长期保存的地方传上去,不知道大家能不能提供帮助,谢谢。
 				

        刘鑫
        lx1978 at 21cn.com
          2004-01-31

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年01月31日 星期六 19:07

刘鑫 lx1978 at 21cn.com
Sat Jan 31 19:07:57 HKT 2004

	不好意思,因为我不知道这里能不能发附件。试一试吧。另外国内用的Python朋友不一定都上这个社区,我只是想让更多的人可以读到这个东西。
	很小的一组纯HTML,解压后只有500多K。如果能放在社区里应该比较好吧,我已经在CSDN里给了读者2.2版的链接了,就是社区里的,李东风译的那一版。到我这一版已经是2.3了,有些内容有了变化。
	前一封邮件因为有附件被截留了,不知道管理员最终会不会放行。所以再发一封没有附件的。有附件那封,附件中就是我译的Python 2.3指南。
                                                         刘鑫


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号