On 12 Aug 2008, at 17:45, James Pic wrote: > James Pic wrote: >> I've ran only in one problem, using web-content-viewer php script, >> is it >> possible to set several extensions for one fastcgi server? > > Errata: I'm trying to redirect all .foo to index.php, which should > be executed > by the FCGI server ... Is it possible?
Sure. You only have to add a new "Extensions" rule with a list of all the extensions joined by commas. And then you will have to configure it to use the FastCGI handler with your parameters.. that's all. As an additional tip: do not forget about the "Behavior" list entries order (they can be changed dragging and dropping). -- Greetings, alo. http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
