On Tue, Jan 18, 2011 at 6:01 AM, Michiel van Es <[email protected]>wrote:

> Hello,
>
> If I want to run my own created Python scripts what should I do to enable
> them on for example /scripts ?
>

Well, it depends.

Generally frameworks communicate through wsgi; if you are doing something of
that sort, you should be able to find relevant information in the project's
documentation.

I've never hosted Python cgi, but I assume it would be similar to how
php-cgi works.  That is, you start some cgi processes (probably putting some
named sockets in /tmp), then add those as sources in Cherokee.  Create a
rule, tell it to use FCGI, and add your cgi sources as FCGI sources.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to