I had problelms with apache and mysql starting automatically.
The startup files appeared to be there but didn't work.
Every time the machine rebooted, I have to do:
httpd start
mysqld start
I configured them using chkconfig:
chkconfig --level 3 httpd on
chkconfig --level 3 mysqld on
# chkconfig --list | egrep -i "mysqld|httpd"
mysqld 0:off 1:off 2:off 3:on 4:off 5:off 6:off
httpd 0:off 1:off 2:off 3:on 4:off 5:off 6:off
But it still doesn't work upon reboot and I still have to do it manually.
httpd and mysqld not starting upon reboot
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 0 guests