Mario César wrote: > I was looking for setup a django site using unix socks, I write this > script http://dpaste.com/93801/ named site.py I set up both cases: > using unix socks and with host and port. > > My issue is that for some reason cherokee doesn't start up the script, > even If I restart it, I know the script is well writed, cause If I > manually start up the script doing "$python site.py", cherokee start > to serve normally the django site. > > Why works for manage.py and not for my script ? both has the same > permissions and both are executable. > > Someone can try this ? Am I missing something? > >
does the cherokee user can execute that script ??? in debian/ubuntu www-data must have permissions to execute the script Leonel _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
