On 18-mar-09, at 11:49, CaStarCo wrote: > I've been searching for weeks how to configure my Cherokee web > server to execute Python scripts as I do whit PHP scripts.. I've > found the solutions is related to SCGI.. but i could'nt find more > information about this.. :( > > ¿What I must do to enable Python scripting on my Cherokee webserver?
I'd suggest you to use either WSGI or pyscgi. Google it, there is plenty tutorial and introduction articles. Once you have a test application, you'll have to configure a new Information Source pointing to your application, and then set a rule to use SCGI and that information source. Here you can find how a big application is configured with SCGI: http://www.cherokee-project.com/doc/cookbook_trac.html -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
