CGI无法编译python文件

时间:2017-09-05 10:01:36

标签: python apache cgi

OSX 10.12和apache 2.4(系统提供)

我已将apache httpd.conf文件,AddHandler配置为AddHandler cgi-script .cgi .pl .py

目录还添加了ExecCGI

<Directory "/Library/WebServer/CGI-Executables/">
  #Options Indexes MultiViews
  Options ExecCGI
  AllowOverride All
  # OSX 10.10 / Apache 2.4
  Require all granted
</Directory>

然后重启apache sudo apachectl restart

但它无法编译文件,它会直接打印,但HTML没问题。 这个问题阻止了我一个星期,有人帮我吗?谢谢!

注意: python文件在Pycharm中运行良好。 Python环境也正确

截图enter image description here enter image description here enter image description here

0 个答案:

没有答案