El lun, 04-10-2010 a las 16:30 +0200, xancorreu escribió: > [...] > > > I don't think so: thttpd is running with www-data and all is ok. > oddmuse.pl has chown to www-data:www-data. >
I have almost the same configuration in a couple of scripts, and it works perfectly. But I can see a difference, I'm not using "Script Alias" but instead the CGI has the executable bit and starts with the comment that provides the shell the interpreter to run the script (#!/usr/bin/perl). I would try to remove the "Script Alias" part and check the executable bit and starting line of the script. Moreover there's a warning in Cherokee documentation about "Check file": http://www.cherokee-project.com/doc/modules_handlers_cgi.html This kind of problems can be solved easily adding some trace information in the CGI (is it executed? if so, what's happening?). Currently, a 504 error isn't enough (I guess it means the script it's executed but after some time nothing happens). Kind regards, Juanjo -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ ramble on: http://rambleon.usebox.net/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
