Javier Ramirez Molina wrote: > Maybe my question is too obvious but I have to be sure if Apache and > Cherokee can be running on the same system at the same time. > > I ask this because I think it could be a very good idea to recommend > Cherokee as the server for hosting control panels.
There are good news and bad news. The bad ones is that currently it doesn't make much sense to run Cherokee and Apache in the same system. The good news is that we have started to work in a proxy handler. Basically it is going to implement a HTTP proxy (+ cache) for Cherokee. Once that handler is finished, it is going to be easy to install Cherokee and any other web server in a single box: Cherokee is listening the public IP, and the other one (Apache, for example) listens to localhost at another port. Using this new handler, you will be able to configure Cherokee to relay certain petitions to the slave server and resolve it there. -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
