On 30-oct-08, at 17:10, Pascal Varet wrote: > Alvaro Lopez Ortega wrote: >> > > For that matter, is there a way to give the 'File exists' rule a > wildcard to match against? Basically I would like it to: > > - Check whether the requested URL corresponds to a file (regardless of > its name) in the document root, and if so, serve it; > > - Check whether the requested URL corresponds to a directory in the > document root that contains an index file, and if so, serve that file; > > - Otherwise don't match and pass the request to the next handler.
You are right, we are currently missing the second check. I'll try to find some time to commit a patch for this within today or tomorrow. > I'm sorry to bother you with this. :) I feel like I'm fumbling WAY > more > than I should. Thanks a million for the feedback (And sorry for the inconveniences!) >> - As long as cherokee-admin binds to lo, you cannot access it >> remotely. > > Actually, on the virtual server I'm renting, you can, that's my > problem. > It's a quirk of the virtualisation technology they are using: there's > no true loopback interface, so attempts to bind to 127.0.0.1 really > bind to the *public* interface instead. > > But! I see that 0.10 implemented password protection for cherokee- > admin, > so as far as I'm concerned everything is now great. :) Cool, I'm glad the new authorization mechanism had been so well accepted. :-) -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
