Forum OpenACS Q&A: Re: Installing openacs on Mandriva 2006

Collapse
Posted by Steve Manning on
James

Perhaps your Mandriva installation has installed Apache and is starting it at boot. You can check this with

netstat -lpnt

from a root console. You should see nsd against the pid of the port from which your running AOLserver. Like this:

tcp 0 0 10.9.1.1:80 0.0.0.0:* LISTEN 9977/nsd

If it says httpd then thats Apache. You need to disable this by goining into the Mandrake Control Centre > System > Services and turn off httpd (Apache).

- Steve