I can't figure out how MySQL and httpd (Apache) are being started on my Fedora 8 server.
The machine boots to runlevel 4 just fine. And somewhere along the way, MySQL and Apache are being started. But they are NOT being started via /etc/init.d -- checking chkconfig --list shows all "off".
And they're not mentioned in rc.local.
The ps ax output for httpd shows " /usr/sbin/httpd -f /home/webuser/helloworld/conf/httpd.conf" -- so it is being explicitly started with a specific config dir, etc.
Any ideas or further places to check for the startup would be most appreciated!
Thanks,
Larry ps. The server is a Amazon pre-built server image based on Fedora 8.