You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
370 B
14 lines
370 B
## |
|
## apache-php.conf -- Apache configuration for PHP |
|
## |
|
|
|
# load DSO |
|
LoadModule php_module @l_prefix@/libexec/apache/mod_php.so |
|
|
|
# activate PHP handler by file extension |
|
AddType application/x-httpd-php .php |
|
|
|
# configure the PHP initialization file |
|
# (this directory directive really accepts a file, too!) |
|
PHPINIDir @l_prefix@/etc/apache/apache-php.ini |
|
|
|
|