How to know for sure if FastCGI is being used to run php scripts

前端 未结 8 937
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 14:51

I have a hosted site and I\'m having trouble configuring Joomla (running Joomla + php + mySQL on IIS7 + win server 2008). I have a similar configuration running on a local m

8条回答
  •  旧时难觅i
    2020-12-13 15:34

    Make sure things are set up initially to where the script fails completely when fastcgi isn't running. Then you'll know, when it works, that fastcgi daemon is the reason.

提交回复
热议问题