You are not logged in.

#1 2011-07-28 14:08:19

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Can /etc/httpd/conf/httpd.conf config affect php error display?

If error display is on in php.ini, can anything from "/etc/httpd/conf/httpd.conf" affect this option so errors won't be shown?

Offline

#2 2011-07-28 22:18:44

julp
Member
Registered: 2011-06-10
Posts: 1

Re: Can /etc/httpd/conf/httpd.conf config affect php error display?

Yes, with PHP as Apache module, a directive like:

php_admin_flag display_errors off

can or, eventually:

php_admin_value error_reporting <number>

But these shouldn't be used.

Last edited by julp (2011-07-28 22:20:37)

Offline

Board footer

Powered by FluxBB