[Seaside] Seaside with no ports

Avi Bryant avi at beta4.com
Thu Jul 31 12:07:16 CEST 2003


On Thu, 31 Jul 2003, Derek Brans wrote:

> Is it possible to run Seaside with apache without any access to any ports?
>
> Is that what mod_lisp is for?

mod_lisp would still require a port to be open, it just wouldn't be
listening for HTTP.

If you truly wanted to run it with no ports, you would need to use a unix
domain socket to communicate with apache.  I'm not sure exactly how you
would do this from Squeak, although the standard file primitives
could probably be made to work.

But why do you need this?  Firewalling off the port that comanche is
listening on isn't enough?



More information about the Seaside mailing list