
cherokee at googlecode
Jan 22, 2011, 1:37 PM
Post #13 of 18
(1243 views)
Permalink
|
|
Re: Issue 719 in cherokee: cherokee-admin doesn't bind IPv6
[In reply to]
|
|
Comment #12 on issue 719 by alobbs: cherokee-admin doesn't bind IPv6 http://code.google.com/p/cherokee/issues/detail?id=719 The syntax was wrong. You can either use "-b<IP>" or "--bind=<IP>". The syntax you used "-b=<IP>" is wrong though: $ cherokee-admin -bfe80::21f:5bff:fec8:59a4%en1 -p 9000 $ cherokee-admin --bind=fe80::21f:5bff:fec8:59a4%en1 -p 9000 =============== Cherokee Web Server 1.0.18b6146 (Jan 21 2011): Listening on port [fe80::21f:5bff:fec8:59a4%en1]:9000, TLS disabled, IPv6 enabled, using kqueue, 4096 fds system limit, max. 2041 connections, caching I/O, 4 threads, 510 connections per thread, standard scheduling policy =============== _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|