apache - centOS php 5.3 warnings are not logged to the error log -
i running php 5.3 on centos. there no php warning being written error log. configuration follows
php.ini log_errors = on error_reporting = e_all & ~e_deprecated my virtual host conf file
<virtualhost *:9101> documentroot /home/parvhraban/domains/src/www_root php_value include_path ".:/home/parvhraban/phplibs:/home/parvhraban/domains/src/local_libs" errorlog /home/parvhraban/log/error9101.log customlog /home/parvhraban/log/access9101.log common </virtualhost> it seems settings correct fatal errors being logged. missing here?
after changing php.ini restart server
Comments
Post a Comment