Apache error logs

The default location for the apache error logs is /etc/httpd/logs/error_log You have to be the root user to check the log. use tail -f to view the most recent errors

PHP.ini the solution to memory problems

It seems like every once in a while I run into php memory problems. It all comes down to the php.ini file. If you just need to increase the file upload size for the WordPress backend you can modify the php5.ini file in the root folder where WordPress is installed, however if you are downloading Read More…