[Seaside] apache + seaside

Cees De Groot cdegroot at gmail.com
Fri Nov 25 08:36:15 CET 2005


On 11/25/05, Ross Boylan <RossBoylan at stanfordalumni.org> wrote:
> When I enter the first URL I see my application.  However, when I hit
> a button on the form, my browser shows
> http://www.betterworld.us:81/seaside/test and I get the error that the
> URL is not found.

You need to tell seaside about it, there's a base path configuration
setting (Resource Base Url). ProxyPassReverse doesn't do any rewriting
of returned HTML, just of URL's in the header (e.g. a Location: on a
redirect).


More information about the Seaside mailing list