Wednesday 18 June 2003 4:47:38 pm
Use the command /sbin/chkconfig --list to see what services are being started in the various run levels.
Look for the following lines
httpd 0:off 1:off 2:off 3:on 4:on 5:on 6:off mysqld 0:off 1:off 2:off 3:on 4:on 5:on 6:off Make sure that 3:on and 5:on are present. If they are not run the following commands
/sbin/chkconfig httpd on /sbin/chkconfig mysqld on to makes the services start when the system is booted. These commands need to be run as the root user.
Cheers
Bruce designIT
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|