Changing PHP config in Apache to override php.ini

How to change php config settings in apache

Example - Add to apache config

  php_value include_path ".:/usr/local/lib/php"
  php_admin_flag safe_mode on

Other resources

php ini set

php ini set list

PHP runtime config options


QR Code
QR Code tech:php:change_php_config_in_apache (generated for current page)