Comment 2 for bug 1680464

Revision history for this message
Javier Palmero (javpac) wrote :

Uninstall the module

sudo apt-get remove --auto-remove libapache2-mod-fastcgi

Purge config/data

sudo apt-get purge --auto-remove libapache2-mod-fastcgi

Then you can install the module

sudo apt-get install libapache2-mod-fastcgi

Work!!!