windows server 2012環境下fast cgi php程序終止問題

在windows server 2012環境下安裝fast cgi php(php-cgi.exe) 在ngnix server上運行網站時, 遇到網站執行約500次get請求或是post請求發生 php自動中斷的問題


解決方式 :

在windows終端機上打:
C:\Users\<path>\ > SET PHP_FCGI_MAX_REQUESTS=0 
即可正確執行

參考:
https://stackoverflow.com/questions/12487147/php-cgi-exe-quits-after-exactly-500-hits

GOOGLE 關鍵字:
php-cgi stop auto windows

留言

這個網誌中的熱門文章

WINDOWS cmd 操作:查看進程、TCP連線、刪除TCP連線和進程

mongodb aggregate 筆記

mongodb shell 操作