On Fri, Jun 21, 2013 at 12:29:59PM +0200, Frederik Niedernolte wrote:
> Whenever I try to load selfoss (http://selfoss.aditu.de/) I get a
> 404 and the error log shows
> 
> [2013/06/21 12:24:22] [  Error] [fastcgi] (fastcgi.c:445: errno:
> None) [REQ_ID 29] Recevied stderr, len 48.
> [2013/06/21 12:24:22] [  Error] [fastcgi] (fastcgi.c:446: errno:
> Inappropriate ioctl for device) [REQ_ID 29] PHP message: HTTP 404
> (GET /domain.tld/selfoss/)
> 

These messages have had their log level downgraded to trace on master.
The errno you've seen there is nothing serious and should not cause any
problems.
I think it is related to how log messages are redirect to the log file,
because there is no other IO operations performed between these two log
messages.

> 
> How can I fix this?

Upgrade to latest master will make the error disappear.
About the 404, php-fpm can't seem to find the requested file either due
to permissions or some other reason.
It is a little strange that the GET does not end in 'index.php',
monkey should redirect to that path I think.
Have you perhaps changed the Match directive in conf/plugins/fastcgi.conf?

> 
> Thanks in advance.
> 
> Cheers,
> 
> Frederik Niedernolte

> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey


-- 
Sonny Karlsson
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to