Ano-Tech Computers
Enter keyword:

Lighttpd: plugin-version doesn't match lighttpd-version for fastcgi
Problem:
Server was running a home-baked version of lighttpd because of reasons that no longer apply. After updating lighttpd using yum, it refuses to start: $ service lighttpd start Starting lighttpd: 2009-02-09 18:13:55: (plugin.c.417) plugin-version doesn't match lighttpd-version for fastcgi 2009-02-09 18:13:55: (server.c.859) Initialization of plugins failed. Going down.
 
Solution:
For some peculiar reason, the fastcgi module is installed (and therefore updated) as a separate module.

$ yum install lighttpd-fastcgi

This will replace your home-baked fastcgi module and lighttpd is happy once more :-)
 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles