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

前端 未结 8 933
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  悲&欢浪女
    2020-12-13 15:34

    You can use (on centos) apachectl -M, you'll show what modules are enabled:

    apachectl -M:
    
    file_cache_module (shared)
    mem_cache_module (shared)
    version_module (shared)
    fastcgi_module (shared)
    

提交回复
热议问题