When I run "sudo /usr/sbin/apache2ctl graceful" I get the following message:
httpd not running, trying to start (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs
When I run "sudo netstat -lnp | grep :80" I get:
tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 845/aolserver4-nsd
I assume aolserver is also running? How would I get apache to run?
killall aolserver4-nsdshould stop it, but it sounds like it's starting automatically, so you'll need to disable it in the startup configuration. I don't know Linux well enough to tell you how to do that (Someone else help!) – Chris S Nov 10 '10 at 02:00