I&#39;m running Seaside through a rewrite proxy on Apache.&nbsp; Everything works great if I go into the configuration editor and change server hostname and server path to be the correct real server information.&nbsp; However, I&#39;m noticing that when the session expires, Seaside sends a redirect to localhost which of course my web client cannot reach.&nbsp; To be specific:<br>
<br>I am using:<br><br><a href="http://foobar.com/subdir/myapp">http://foobar.com/subdir/myapp</a><br><br>I have an apache rewrite rule like this:<br><br>RewriteRule&nbsp;&nbsp;&nbsp;&nbsp; (.*) <a href="http://localhost:4000/seaside/$1">http://localhost:4000/seaside/$1</a> [P]<br>
<br>Seaside/squeak is running on port 4000 obviously.<br><br>I&#39;m using <a href="http://foobar.com">foobar.com</a> for server hostname, and /subdir/myapp for server path.<br><br>Any suggestions?<br><br>I don&#39;t have resource base url set; is this supposed to be set as well?&nbsp; Everything works perfectly outside of this one issue without that config var set.<br>
<br>Chris<br>