Created
August 7, 2013 06:35
-
-
Save umidjons/6171744 to your computer and use it in GitHub Desktop.
Set error log location with .htaccess for virtual host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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