Ok I had done a re install and now this time things really worked smoothly.
I can see
http://localhost:8000Here is now where my doubts begin.
The LAN IP of machine where OpenACS is installed is
192.168.1.5
so I previously to make this accessible to any one on LAN had
done in /etc/aolserver4/conf.d/openacs.sh
changed
AOL_USER=www-data
AOL_GROUP=www-data
AOL_ADDRESS=127.0.0.1
AOL_PORT=8000
RUN_DAEMON=yes
to
AOL_USER=www-data
AOL_GROUP=www-data
AOL_ADDRESS=192.168.1.5
AOL_PORT=8000
RUN_DAEMON=yes
is this right?
and during installation it asked to enter Canonical URL name for server
I have entered there
http://openacs.openitup.in
I dropped the :8000 part.
Is this correct?
Because now I will configure Apache Reverse proxy which is at a machine physically different location than where OpenACS runs.