CentOS 6.8, apache is not starting at system startup

Issues related to applications and software problems
Post Reply
jrohlicek
Posts: 1
Joined: 2017/04/08 07:16:29

CentOS 6.8, apache is not starting at system startup

Post by jrohlicek » 2017/04/08 07:30:37

Hi TrevorH!

I have same problem in Centos 6.8, but the solution does not apply to me:
- not starting when system starts
- no errors in /var/log/httpd/error_log:
===========================================================================
[Sat Apr 08 08:51:21 2017] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Apr 08 08:51:21 2017] [notice] Digest: generating secret for digest authentication ...
[Sat Apr 08 08:51:21 2017] [notice] Digest: done
[Sat Apr 08 08:51:21 2017] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 configured -- resuming normal operations
===========================================================================
# chkconfig --list httpd
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
----
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)

# rpm -q httpd
httpd-2.2.15-56.0.1.el6_8.3.x86_64

# rpm -qV httpd
S.5....T. c /etc/httpd/conf/httpd.conf

# grep SELINUX= /etc/selinux/config
# SELINUX= can take one of these three values:
SELINUX=disabled

Apache configuration, webroot and logs, all is in root FS.

Am I missing something? Thank you.

[Moderator: topic split away from an ancient similar thread viewtopic.php?f=14&t=44565 ]

Post Reply