<small id="syp7l"></small>
<dd id="syp7l"></dd>
  • <thead id="syp7l"></thead>
  • <thead id="syp7l"><s id="syp7l"></s></thead>

    運(yùn)行時(shí)配置

    Apache 的 PHP 模塊的行為受 php.ini 的設(shè)置影響。在 php.ini 中的設(shè)置可以被服務(wù)器配置文件或本地的 .htaccess 文件中的 php_flag 設(shè)置所覆蓋。

    示例 #1 用 .htaccess 禁用一個(gè)目錄的 PHP 解析

    php_flag engine off

    Apache 配置選項(xiàng)
    名字 默認(rèn) 可修改范圍 更新日志
    engine "1" PHP_INI_ALL  
    child_terminate "0" PHP_INI_ALL  
    last_modified "0" PHP_INI_ALL  
    xbithack "0" PHP_INI_ALL  
    有關(guān) PHP_INI_* 樣式的更多詳情與定義,見(jiàn) 配置可被設(shè)定范圍。

    這是配置指令的簡(jiǎn)短說(shuō)明。

    engine bool

    打開(kāi)或關(guān)閉 PHP 解析。本指令僅在使用 PHP 的 Apache 模塊版本時(shí)才有用??梢曰谀夸浕蛘咛摂M主機(jī)來(lái)打開(kāi)或者關(guān)閉 PHP。將 engine off 放到 httpd.conf 文件中適當(dāng)?shù)奈恢镁涂梢约せ罨蚪?PHP。

    child_terminate bool

    指定 PHP 腳本在請(qǐng)求結(jié)束后是否可以要求終止子進(jìn)程。參見(jiàn) apache_child_terminate()。

    last_modified bool

    在本次請(qǐng)求中發(fā)送一個(gè)頭信息 Last-Modified:,顯示 PHP 腳本最后被修改的日期。

    xbithack bool

    不管文件結(jié)尾是什么,將文件作為 PHP 以可執(zhí)行位組來(lái)解析。