I still cant get this to work: Host match : *localhost
The first rule: ^/admin/(.+)?/ ( I want to match /admin") Second: ^//(.+)?/ ( I want to match "/") I get a 404 when I navigate to Http://localhost/admin. Another question Stefan, why should I specify the port? I thought it does not matters since the whole site is behind a reverse-proxy, its just certain paths that need to be served by different backends. Thanks On Oct 12, 11:56 am, Stefan de Konink <[email protected]> wrote: > On Tue, 12 Oct 2010, Voltron wrote: > > When I used apache, I could configure the main backend to serve the > > root "/" and in the config I could "negate" the folders that are to be > > served by other backend. I would then use config blocks to serve the > > negated folders. How can I achieve this on Cherokee? > > Obviously make a rule for each virtual map, and specify the port. > > Stefan > _______________________________________________ > Cherokee mailing list > [email protected]http://lists.octality.com/listinfo/cherokee _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
