Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2394 visitors today
Log In Register

Forum OpenACS CMS: re Setting up Project Open with AOL Server and Postgres

OpenACS Home : Forums : OpenACS CMS : re Setting up Project Open with AOL Server and Postgres

Icon of Envelope Request notifications

I am having trouble getting Project open to work with AOL server. I have installed Protgres, AOL Server and Project open on an Ubuntu Server 10.04. When I access the web site it uses Apache and will not display the pages correctly. I think it should use aolserver? All the links on the web site will not connect giving me this error
"Apache/2.2.14 (Ubuntu) Server at ....com... Port 80"

I followed this for installing Project Open
http://projop.dnsalias.com/documentation/install_ubuntu

I followed this for installing OpenACS
apt-get install openacs

And I used apt-get install postgres for installing postgres

Im not sure what Im doing wrong .. Can anyone help ??

Thanks

+
Posted by Dave Bauer on
Hi,

Since Apache is installed it is starting up and listening on port 80.

You'll need to stop apache first.

You can do this by

sudo /etc/init.d/apache2 stop
sudo update-rc.d apache2 remove

This will remove apache2 from the startup scripts.

After you stop apache2 you need to restart aolserver process.

sudo /etc/init.d/aolserver4 restart

+
Posted by Ian Hal on
I tried the above ... uninstalled apache2 successfully

The web site now indicates "Unable to connect"

I seem to have 2 aolserver4 services running:
aolserver4-nsd───3*[{aolserver4-nsd}]
aolserver4-nsd───8*[{aolserver4-nsd}]