Well it's no longer giving me those 500 errors, now it's giving me 404
errors >.<

>From the cherokee.error log:

{'type': "error", 'time': "31/01/2011 13:30:20.742", 'title': "Could not
execute '/www/www/perl/first.pl': No such file or directory", 'code':
"handler_cgi.c:637", 'error': "54", 'description': "The issue seems to be
related to your system.", 'version': "1.0.14", 'compilation_date': "Dec 15
2010 00:45:19", 'configure_args': " '-localstatedir=/var' '-prefix=/usr'
'-sysconfdir=/etc' '-with-wwwroot=/www/www' '-localstatedir=/var'
'-prefix=/usr' '-sysconfdir=/etc' '-with-wwwroot=/www/www'", 'backtrace':
""}

first.pl does exsit:

[www@www1 perl]$ cat /www/www/perl/first.pl
#!/usr/bin/perl

print "Content-type: text/html\r\n\r\n";
print "Hello, World.";
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to