我使用的是python版本3.8和IIS 7.0。当我尝试在IIS服务器上托管我的python web api时,它遇到了FastCGI错误。我已经在IIS中启用了CGI,并在我的web配置中添加了System.WebServer>>handlers>>Python FastCGI,但仍然出现相同的错误。我还检查了wfastcgi和flask是否也成功添加。
我试图在默认网站下从IIS Web应用程序中为Flask应用程序提供服务,但无法让它正常工作。以下是详细信息:
OS: Windows Server 2016 DataCenter Edition
IIS: Installed with all options including CGI
IIS Rewrite Module: Version 2 installed
我已经采取了以下步骤:
使用所有组件(使用CGI)安装IIS
安装Python2.7.14
在PATH变量中添加Python
pip install wfastcgi
wfastcgi-enable
pip
在IIS窗口服务器上的DJANGO部署中,快速CGI无法正常工作
HTTP Error 500.0 - Internal Server Error
C:\Users\satish.pal\AppData\Local\Programs\Python\Python310\python.exe - The FastCGI process exited unexpectedly
Most likely causes:
•IIS received the request; however, an internal error occurred during the processing of t
当我试图在我的Django应用程序中创建一个Python文件(.py)时,我得到了一个错误500。文件已创建,代码不是问题所在。我可以创建一个文本文件或任何其他格式。它需要是一个Python文件,因为我需要在进一步的步骤中使用它。
我正在使用Windows10,并在IIS上运行Django应用程序。Windows、IIS和Django都是最新的。
我已尝试向要编辑的文件夹添加权限。我测试了一些其他设置,但还没有弄清楚问题所在。我认为它应该是IIS或Django允许的东西。
这是我的错误消息:
d:\django\virtualenv0\scripts\python.exe - The Fast
我目前正在设置一个django站点,以便在IIS上运行,但是,当USZipCodes python模块调用USZipCodes模块时,如果得到拒绝访问的错误,则会遇到问题。
I have confirmed all folders regarding this EXCEPT the systemprofile folder has proper permissions for the IIS_IUSRS profile. I would do the systemprofile as well but it just give me more errors and I would prefer