[Cuis-dev] Can't start WebServer in localhost

Nicola Mingotti nmingotti at gmail.com
Tue Aug 10 07:27:35 PDT 2021


Hi guys,

I found this problem, I can't run the WebServer to listen only locally,
that is only on 127.0.0.1.

this works, but listens on all interfaces
---------------
wSer _ (WebServer reset default) listenOn: 3001.
----------------

this doesn't, it breaks
------------
wSer _ (WebServer reset default) listenOn: 3001 interface: #(127 0 0 1).
------------

It tried to do some digging myself with little luck.


Bye
Nicola


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210810/3e0a7566/attachment.htm>


More information about the Cuis-dev mailing list