[Seaside] Seaside and servers...

Rich Warren rwmlist at gmail.com
Fri Mar 3 06:30:00 UTC 2006


Thanks,

That's exactly what I needed.

-Rich-

On Mar 2, 2006, at 3:07 AM, Wilkes Joiner wrote:

> On 3/1/06, Rich Warren <rwmlist at gmail.com> wrote:
>> I gather the "default" deployment is to place seaside behind another
>> web server. Most people seem to use Apache. Is it possible to use
>> lighttpd?
>
> Here are the relevant parts of my lighttpd.conf file:
> server.modules              = (
>             "mod_access",
>             "mod_alias",
>             "mod_accesslog",
> 	     "mod_proxy"
>  )
>
> # For sub-domain proxy
> $HTTP["host"] =~ "seasideapp.mydomain.com" {
> 	proxy.server = ("" => (("host" => "127.0.0.1", "port" => 8181)) )
> }
>
> or
> # for directory proxy, i.e. http://myhost.com/seaside/myapp
> $HTTP["url"] =~ "^/seaside/" {
> 	proxy.server = ("" => (("host" => "127.0.0.1", "port" => 8181)) )
> }
>
> see http://lighttpd.net/documentation/proxy.html for more details.
>
> Hope this helps,
> Wilkes
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list