Displaying 3 results from an estimated 3 matches for "php_errors".
Did you mean:
pam_errors
2012 Jun 05
1
How to rotate PHP error log - since it belongs to apache
Hello,
I'm using CentOS 6.2 with the stock rpm
php-5.3.3-3.el6_2.8.x86_64
and the following /etc/php.ini file:
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = Off
error_log = /var/log/php/php_errors.log
and that file is very useful for me because I have many custom
PHP-scripts at my site, but that file keeps growing too... :-)
So my question is for how to rotate it (esp. since it should
be owned by "apache" user) - what do you guys use?
Regards
Alex
2014 Oct 29
0
Cannot get php errors to go to a file
Using basically the same setup that works on C6, I have a C7 site.
in PHP.INI, it says "error_log = /tmp/php_errors.log"
PHP errors do not go there (or anywhere).
1. Apache has write perms to /tmp
2. I have restarted httpd since changing php.ini
3. The base php.ini is from the development version in /usr/share
4. Selinux is disabled.
Ideas?
--
-- Steve
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
Hi,
I worked with puppet (< 0.25) back in 2008/2009. We were able to
deploy 200 servers from scratch and manage them. It worked fine.
I''m now with a new customer and I''m pushing Puppet (and I''m also back
to puppet on a side project).
We''re considering Puppet 2.6 to manage RHEL/CentOS 5 or 6 hosts. I''m
"upgrading myself" to Puppet