[Seaside] Configuring Zinc & Seaside to listen 127.0.0.1 only

Norbert Hartl norbert at hartl.name
Mon Sep 30 09:34:43 UTC 2013


Try

(ZnServer on: portNumber)
	bindingAddress: NetNameResolver loopBackAddress;
	start

Norbert

Am 30.09.2013 um 10:46 schrieb Olivier Auverlot <olivier.auverlot at gmail.com>:

> Hi,
> 
> I must deploy an application made with Zinc and Seaside. My application is behind a proxy installed on the same computer, I want to configure Seaside to accept only the connection from the 127.0.0.1 address.
> 
> How to do that ?
> 
> Best regards
> Olivier ;-)_______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list