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