Table 1. Apache configuration options
Name Default Changeable Function
engine On PHP_INI_ALL turns PHP parsing on or off
child_terminate Off PHP_INI_ALL specify whether PHP scripts
may request child process termination on end of request,
see also apache_child_terminate()
last_modified Off PHP_INI_ALL send PHP scripts modification
date as Last-Modified: header for this request
xbithack Off PHP_INI_ALL parse files with executable bit
set as PHP regardless of their file ending
Here's a short explanation of the configuration directives.
engine boolean
This directive is really only useful in the Apache module
version of PHP. It is used by sites that would like to turn
PHP parsing on and off on a per-directory or per-virtual
server basis. By putting engine off in the appropriate places
in the httpd.conf file, PHP can be enabled or disabled.
Resource Types
This extension has no resource types defined.
Predefined Constants
This extension has no constants defined.
Table of Contents
apache_child_terminate -- Terminate apache process after
this request
apache_get_modules -- Get a list of loaded Apache modules
apache_get_version -- Fetch Apache version
apache_getenv -- Get an Apache subprocess_env variable
apache_lookup_uri -- Perform a partial request for the specified
URI and return all info about it
apache_note -- Get and set apache request notes
apache_request_headers -- Fetch all HTTP request headers
apache_response_headers -- Fetch all HTTP response headers
apache_setenv -- Set an Apache subprocess_env variable
ascii2ebcdic -- Translate string from ASCII to EBCDIC
ebcdic2ascii -- Translate string from EBCDIC to ASCII
getallheaders -- Fetch all HTTP request headers
virtual -- Perform an Apache sub-request
|