调试
500 Internal Server Error
访问cgi-bin下面的脚本报错,结果是输出缺少httpd头,以python为例如下:#!/usr/bin/python
print "Content-type: text/plain\n\n";
print "Hello..."
Python CGI 用 os.system("echo string > file") 写文件失败
setenforce 0
touch /test.log
chmod 777 /test.log
注意访问权限问题(查看/var/log/httpd/error_log),放在"/tmp"下都不行,目前只试出"/"下可以,必须先建好文件、设置权限后再写;