Apache Acting Weird after Migration
"(13)Permission denied: httpd: could not open error log file /path/to/logs/error.log.
Unable to open logs"
I changed permissions to root, no go.
I changed permissions to apache, no go.
I changed permissions to 1777, no go.
I commented out the error.log files.
That's when it fails on access.log;
"[Wed Jun 05 00:13:03 2013] errorPermission denied: could not open transfer log file /path/to/logs/access.log."
I'm using;
CentOS release 6.4 (Final)
Apache/2.2.15 (Unix)
The old server had 32 bit (i686 i386), the new one is on 64 bit (x86_64).
3 Replies
Check that "/path/to/logs/" is part of open_basedir in the VirtualHost conf file for your website.
MSJ