I. Apache-specific Functions
Introduction
These functions are only available when running PHP as an
Apache module.
Installation
For PHP installation on Apache see the Apache section in
the installation chapter.
Runtime Configuration
The behaviour of the Apache PHP module is affected by settings
in php.ini. Configuration settings from php.ini may be overridden
by php_flag settings in the server configuration file or
local .htaccess files.
Example 1. Turning off PHP parsing for a directory using
.htaccess
php_flag engine off
|