wfastcgi-启用它显示 'Ensure your user has sufficient privileges and try again.'
wfastcgi-enable it show 'Ensure your user has sufficient privileges and try again.'
我想按照本教程在 window 服务器 2008 中部署我的 django 网站 https://www.youtube.com/watch?v=CpFU16KrJcQ&t=191s
在步骤 wfastcgi-enable 中显示这样的消息。
命令提示符
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>wfastcgi-enable
ERROR ( message:Unknown attribute "signalBeforeTerminateSeconds". )
An error occurred running the command:
['C:\Windows\system32\inetsrv\appcmd.exe', 'set', 'config', '/section:system
.webServer/fastCGI', "/+[fullPath='c:\users\administrator\appdata\local\pro
grams\python\python37\python.exe', arguments='c:\users\administrator\appda
ta\local\programs\python\python37\lib\site-packages\wfastcgi.py', signalB
eforeTerminateSeconds='30']"]
Ensure your user has sufficient privileges and try again.
C:\Users\Administrator>
我现在解决了。
因为 IIS 7.0 没有像 IIS 7.5 那样的 signalBeforeTerminateSeconds
集合的元素已在 IIS 7.5 中更新,具有 monitorChangesTo、stderrMode 和 signalBeforeTerminateSeconds 属性。
所以我安装了新的 window 服务器版本来解决这个问题。
我想按照本教程在 window 服务器 2008 中部署我的 django 网站 https://www.youtube.com/watch?v=CpFU16KrJcQ&t=191s
在步骤 wfastcgi-enable 中显示这样的消息。
命令提示符
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>wfastcgi-enable
ERROR ( message:Unknown attribute "signalBeforeTerminateSeconds". )
An error occurred running the command:
['C:\Windows\system32\inetsrv\appcmd.exe', 'set', 'config', '/section:system
.webServer/fastCGI', "/+[fullPath='c:\users\administrator\appdata\local\pro
grams\python\python37\python.exe', arguments='c:\users\administrator\appda
ta\local\programs\python\python37\lib\site-packages\wfastcgi.py', signalB
eforeTerminateSeconds='30']"]
Ensure your user has sufficient privileges and try again.
C:\Users\Administrator>
我现在解决了。 因为 IIS 7.0 没有像 IIS 7.5 那样的 signalBeforeTerminateSeconds
集合的元素已在 IIS 7.5 中更新,具有 monitorChangesTo、stderrMode 和 signalBeforeTerminateSeconds 属性。
所以我安装了新的 window 服务器版本来解决这个问题。