Hello,

I would like nslave to listen only on localhost and not as default on 0.0.0.0. But when starting nslave with the --url option, the web-server is not started with the specified IP and port:

nslave --cachedir=/var/cache/mw-serve/ --url="http://127.0.0.1:8080";
serving files from '/var/cache/mw-serve/' at url http://127.0.0.1:8080
pulling jobs from localhost:14311 for makezip, render

As it seems the nslave process is listening on 0.0.0.0:8898 insted of 127.0.0.1:8080:

 ~ # netstat -pant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:8898 0.0.0.0:* LISTEN 14444/python2.7

Is the --url parameter the correct option to change the listen address and port or how can I make nslave to listen on localhost?

Thanks.

Cheers
Pat

--
stepping stone GmbH
Neufeldstrasse 9
CH-3012 Bern

Telefon: +41 31 332 53 63
www.stepping-stone.ch
[email protected]

--
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to