Forum OpenACS Q&A: Response to Development branch hosed?

Collapse
Posted by Jeff Davis on
Oh, I think I know what it is.  I just applied a patch to make
ForceHostP work.  If you have ForceHostP=1 the server will redirect
to the cannonical hostname (i.e. http://yourserver.com will redirect
to http://www.yourserver.com).  This is normally what you want but
if the hostname you set in your server config tcl file does not
resolve or point at the correct IP you will be hosed.

You can either fix hostname or set ForceHostP to 0 (which should
probably be the default).

Let me know if that fixes it.