我正在尝试在我的MAC系统上运行 XAMPP 上的python代码。我已按照此link。
现在当我运行php代码然后它运行成功但是当我尝试运行我的.py文件然后给我以下错误:
Server error!
The server encountered an internal error and was unable to complete
your request.
Error message: End of script output before headers: loginService.py
If you think this is a server error, please contact the webmaster.
Error 500
localhost Apache/2.4.25 (Unix) OpenSSL/1.0.2l PHP/7.1.6
mod_perl/2.0.8-dev Perl/v5.16.3
- >我对httpd.conf进行了更改:AddHandler cgi-script .cgi .pl
.py
- > Python版本:Python 2.7.10
我的.php和.py文件位于“htdocs”文件夹中,但很多帖子都建议.py文件应该在“cgi-bin”文件夹中。 [cgi-bin文件夹被写保护,无法将文件放在那里]
请帮忙。谢谢