Thus said Oliver Friedrich on Thu, 02 Apr 2015 20:56:38 -0000:

> 1.  The part  on  invoking  a cgi-server  with  the zIpAddr  parameter
> specified is not tested, since I  cannot figure out when this is used.
> However, it  zIpAddr is  an ipv4  string (e.g.  127.0.0.1) it  will be
> converted to  mixed notation  ::FFFF:127.0.0.1 and  then used  as ipv6
> address.

zIpAddr's  use  isn't very  well  documented  here. Basically,  you  can
influence which  IP address ``fossil  server'' will listen on  using the
-P|--port command line option. E.g.,

fossil server -P 192.168.1.100:8080

Will cause Fossil  to listen on 192.168.1.100 only,  whereas the default
behavior it to use 0.0.0.0 so any configured IP address on the host will
work when connecting to the server.

I don't know who is using this form  of -P but perhaps you could make it
be able to handle and IPv6 address there instead, so one could invoke it
like:

fossil server -P deaf::dead:8080

Andy
-- 
TAI64 timestamp: 40000000551e0100


_______________________________________________
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