Jordi Adame wrote: >>> is it possible to have cherokee to listen on multiple IP addresses? >> >> Sure. Just make two configuration files with different Listen >> directives and fire each one of them with cherokee -C <conffile >> location> & (you could even edit your /etc/init.d/cherokee to >> do that automatically) >> >> I don't know if you'll have Bad Things resulting from this >> usage, but hey, it works. I also don't know if there is a >> cleaner way to do this. > > that's exactly what i dint't want to do, he he
I'm afraid that currently that the only way in which the server could listen more than one IP address. Otherwise it would need to create more than one socket for non-TLS connections, and the core library doesn't support it (because it'd decrease the performance). Actually, I suppose this is one of those features that Cherokee will never implement, because it'd have a performance impact and there are just a few people that would be interested on it. -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
