Forum OpenACS Q&A: Re: server error in a new install

Collapse
Posted by Héctor Romojaro on
It looks correct, yes.

Try it with the proxy and the parameters Torben told you, and see if it works properly.

Anyway, if it doesn't, don't reinstall again!! It can be probably fixed just editing some file or changing a single parameter.

Collapse
Posted by James Godrej on
I think upto here we have been able to correctly bring thing on track.

You can check http://openacs.openitup.in

is accessible on internet.
Now comes the real problem because of which all the hotch potch had happened.
When I login with the account which I had created during installation from internet on

http://openacs.openitup.in

then I see after some time the connection breaks

and I see the URL
http://openacs.openitup.in:8000/

now port 8000 is not opened on the Gateway which faces internet (that is the reason I am using Apache Reverse Proxy)
So how can I avoid when some one logs in to the site this port to come in URL.

Collapse
Posted by Michael Aram on
Check the value of SystemURL in /acs-admin/ -> Kernel -> Parameters

is it http://openacs.openitup.in:8000/ ?

Collapse
Posted by James Godrej on