Skip to content

Instantly share code, notes, and snippets.

@umidjons
Created August 7, 2013 06:35
Show Gist options
  • Select an option

  • Save umidjons/6171744 to your computer and use it in GitHub Desktop.

Select an option

Save umidjons/6171744 to your computer and use it in GitHub Desktop.
Set error log location with .htaccess for virtual host
php_flag log_errors on
php_flag display_errors on
# E_ALL = 30719
php_value error_reporting 30719
php_value error_log /var/www/domains/example.com/php.error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment