On 17/05/2010, at 17:07, José Illescas Pérez wrote: > we want to install a subversión server in Cherokee. Is this possible?. > We have read the documentation, but don't find cookbook for this.
Cherokee does not have a WebDAV handler yet, so it cannot 'run' Subversion. However, Cherokee's Reverse Proxy handles WebDAV traffic, so it works with Subversion back-end servers. This would allow to do something like this: Internet ---> Cherokee (reverse proxy) --> Apache+Subversion The Cherokee server in the front would relay the Subversion related requests to the Apache backend, while it handles the rest of the requests (php, static content, etc). -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
