Forum OpenACS Q&A: Installing openacs on Mandriva 2006

I've installed postgresql and aolserver just fine from source, everything works just fine, now I tried to install openacs I configured my script to match my system and restart aolserver, all the acs related files and when I open localhost it only shows the dafault page that Mandriva has for apache, also if I change folder to localhost/SYSTEM it shows me the same page but if I try a folder that doesn't exist it loads the install script so I filled it out but it does nothing... any ideas???
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