Apache上的Python:内部服务器错误

时间:2016-04-19 17:15:48

标签: python apache

我从Apache上的Python脚本获得PackageManager

该脚本包含Internal Server Error,并且位于与chmod 755不同的目录中。

其内容为

cgi-bin

我正在使用有限的选项进行共享托管。特别是我无法查看Apache日志文件。

1 个答案:

答案 0 :(得分:0)

Apache尝试执行该脚本,但由于在脚本目录中的#!/usr/bin/python print "Content-Type: text/html\n" print "test" 中缺少Options +ExecCGI,因此无法执行此操作。

使用两行

开始脚本非常重要
.htaccess

如果没有这些,或者没有尾随#!/usr/bin/python print "Content-Type: text/html\n" ,Apache也会抛出\n