I recently found this error occurring in my lighttpd error log.
2009-07-23 08:23:54: (mod_fastcgi.c.1290) unixsocket is too long in: fastcgi.server = ( .fcgi => ( 127.0.0.1 ( ...
Google did not prove useful, but its was pretty easy to figure out. The string being assigned to socket in the FCGI config is too large. The string needs to be shortened.
1 comment:
Thank you, this helped me resolve very quickly. Appreciate your posting :-)
Srinivasa
Post a Comment