E enoyr New member Joined Nov 13, 2013 Messages 6 Nov 15, 2013 #1 ssh [root@ns3314153 log]# service httpd start Starting httpd: (2)No such file or directory: httpd: could not open error log file /var/log/httpd/error_log. Unable to open logs directadmin panel /sbin/service httpd start 2>&1
ssh [root@ns3314153 log]# service httpd start Starting httpd: (2)No such file or directory: httpd: could not open error log file /var/log/httpd/error_log. Unable to open logs directadmin panel /sbin/service httpd start 2>&1
scsi Verified User Joined Aug 19, 2008 Messages 4,539 Nov 15, 2013 #2 Code: touch /var/log/httpd/error_log
E enoyr New member Joined Nov 13, 2013 Messages 6 Nov 15, 2013 #3 touch /var/log/httpd/error_log touch: cannot touch `/var/log/httpd/error_log': No such file or directory
touch /var/log/httpd/error_log touch: cannot touch `/var/log/httpd/error_log': No such file or directory
paisley Verified User Joined Aug 17, 2013 Messages 63 Nov 15, 2013 #4 Code: head -10 /var/log/httpd/error_log
Arieh Verified User Joined May 27, 2008 Messages 1,234 Location The Netherlands Nov 15, 2013 #5 Your httpd log directory probably doesn't exist. Try Code: mkdir -p /var/log/httpd/
scsi Verified User Joined Aug 19, 2008 Messages 4,539 Nov 15, 2013 #6 There are definite problems if /var/log/httpd doesnt exist.