What is mod_php?

后端 未结 6 1991
鱼传尺愫
鱼传尺愫 2020-11-27 09:30

While going through a Zend tutorial, I came across the following statement:

Note that the php_flag settings in .htaccess only work if you are using mo

6条回答
  •  温柔的废话
    2020-11-27 10:03

    It means that you have to have PHP installed as a module in Apache, instead of starting it as a CGI script.

提交回复
热议问题