michael@503: ## michael@503: ## apache-php.conf -- Apache configuration for PHP michael@503: ## michael@503: michael@503: # load DSO michael@503: LoadModule php5_module @l_prefix@/libexec/apache/mod_php.so michael@503: michael@503: # activate PHP handler by file extension michael@503: AddType application/x-httpd-php .php michael@503: michael@503: # configure the PHP initialization file michael@503: # (this directory directive really accepts a file, too!) michael@503: PHPINIDir @l_prefix@/etc/apache/apache-php.ini michael@503: