On 2/20/2013 09:21, Richard Hipp wrote:

In http://www.fossil-scm.org/fossil/info/f4143c5b59 you can add an IP
address to the --port option:

I don't see that that patch touches the parsing of -P in main.c:
        
    iPort = mxPort = atoi(zPort);

It also doesn't change how inaddr.sin_addr.sin_addr is set in cgi.c, which you'd need to do in order to bind fossil to just one interface on a multihomed server.

So, no surprise, when I try it here with -P 10.11.12.13:1415 I get:

    "../fossil: unable to open listening socket on ports 10"

It is of course treating the leading "10" in the IP as a port number.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to