[Seaside] Configuring Zinc & Seaside to listen 127.0.0.1 only

Bob Arning arning315 at comcast.net
Mon Sep 30 09:13:46 UTC 2013


I just add something like this to my #renderContentOn: method

html requestContext request remoteAddress = '127.0.0.1' ifFalse: [
     ^html text: 'go away!'
].

Cheers,
Bob

On 9/30/13 4:46 AM, Olivier Auverlot wrote:
> 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
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20130930/387c1862/attachment.htm


More information about the seaside mailing list