为什么python文件在Web服务器上不起作用? (内部服务器错误)

时间:2012-08-15 04:10:48

标签: python apache webserver

我有一个简单的python文件test.py:

a = [1,2,3]
print a

我可以在SSH安全shell上运行它,没有任何错误消息,它提供

的结果
[1,2,3]

但是当我试图在网站上链接它时:

print 'function overlay(){window.open("http://xxx.xx/test.py")}'

它说“内部服务器错误(位于xxx.xx端口80的Apache / 2.2.3(CentOS)服务器”)。我没有权限访问服务器错误日志。有没有快速解决这个问题的方法?谢谢。

0 个答案:

没有答案