SetEnvIf Server_Addr 192.168.1.10 HTTP_X_PHP_ERRORS_DISPLAY=on php_admin_flag display_errors HTTP_X_PHP_ERRORS_DISPLAY
is something like this possible? In other words, can I set a php ini var in apache config from an apache env var?