Rui Lopes wrote: > Why isn't there a way to configure multiple listen addresses/interfaces? > > My only option is to run multiple processes (one for each > address/interface)? > > PS: 0.0.0.0 is not what I'm looking for.
Currently there is no way to configure Cherokee to listen to more than two incoming sockets (for http and https). This is something we have discussed quite some time ago; whether it is worth implementing it or not. I'm not completely sure, but my initial feeling is that it is not that interesting nor important. Actually, the main issue would be that, being an not-really-popular feature, its implementation would force us to rework part of the server core, and that might impact the global server performance. In fact, there are many other server that do not support binding multiple IPs addresses. AFAIK, MySQL is one of them. But anyway, how important would be this feature for you? why? -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
