I'm trying to store error logs to different file than default /var/log/apache2/error.log
I tried editing php.ini with:
error_log = /home/username/public_html/php_errors.log
and it was there already:
log_errors = On
but still logs keep saving into default file.
Please help.