At 05:19 PM 1/18/2002 -0600, Henrik Hudson wrote:
>When I do this:
>
>php_flag display_errors yes
>
>inside that same VirtualHost block the errors are not displayed to the
>screen, but still logged to the main log file. Any thoughts if I can modify
>it so that VirtualHost logs to the screen?

First of all, shouldn't that be:

php_flag display_errors on

i.e. "on" instead of "yes"?

Have you tried creating a php file with just phpinfo() so you can see what 
the configuration is?  If this is set properly you should see "Local Value" 
set to "on" and "Master Value" set to "off".


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to