[Seaside] [Q] FastCGI + Squeak?

Lukas Renggli renggli at gmail.com
Mon Feb 20 22:42:46 UTC 2006


> I'd beg to differ on the above comment about being "dead easy".. I tried
> getting mod_proxy up and going last week under Apache2 and spent quite a
> bit of time monkeying around with the proxy rules for the reverse
> proxy.. I got it up and running
> for the initial ping of a Seaside site, but URLs that map back to
> Seaside are still broken, and I've given up trying to fix them
> for now until I've got a working app up and going.  As usual, YMMV!

Did you enable "ProxyPreserveHost On" (it enabled Seaside to get
absolute-urls correctly)? Did you set the correct base-path in the
Seaside application configuration?

My rewrite-rule looks like:

	RewriteEngine On
	RewriteRule ^/(.*)$ http://localhost:8080/seaside/app/$1 [P,L]

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list