As you seem to deal with very accurate points, maybe you could help me. I've installed openacs on a server running Ubuntu 8.04 using the following commands (detailed here => http://openacs.org/xowiki/ubuntu) :
apt-get install postgresql-8.2
then
apt-get install openacsapt-get install openacs
and at the end
dpkg --configure aolserver4
Unfortunately, the connection is impossible (see the result at http://92.243.19.47/) and I don't know what I have to check (nssock section of config.tcl ? but what to change ?). In case it could help, here's the section nssock of config.tcl :
#---------------------------------------------------------------------
#
# Socket driver module (HTTP) -- nssock
#
#---------------------------------------------------------------------
ns_section ns/server/${server}/module/nssock
ns_param timeout 120
ns_param address $address
ns_param hostname $hostname
ns_param port $httpport
Thank you for any suggestions, ideas and clues !
Gilmar
Request notifications