Advertisement
dmwmartin

Untitled

Apr 12th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.23 KB | None | 0 0
  1. # supress php errors
  2. php_flag display_startup_errors off
  3. php_flag display_errors off
  4. php_flag html_errors off
  5. # enable PHP error logging
  6. php_flag  log_errors on
  7. php_value error_log  /home/sites/**************/public_html/errors.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement