php - Installing libapache2-mod-fastcgi in ubuntu 14.04, package not available -


i'm having trouble installing libapache2-mod-fastcgi module required in order me use php-fpm apache. when try install using command

sudo apt-get install libapache2-mod-fastcgi 

which results in error.

package libapache2-mod-fastcgi not available, referred package. may mean package missing, has been obsoleted, or available source  e: package 'libapache2-mod-fastcgi' has no installation candidate 

my sources.list looks this

deb http://archive.ubuntu.com/ubuntu trusty main restricted universe deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe $ deb http://archive.canonical.com/ubuntu trusty partner  ## modifications made here not survive re-bundle. ## a.) add 'apt_preserve_sources_list: true' /etc/cloud/cloud.cfg ## b.) add sources in /etc/apt/sources.list.d # # see http://help.ubuntu.com/community/upgradenotes how upgrade deb http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty main   ## distribution. deb-src http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty-updates main ## n.b. software repository entirely unsupported ubuntu ## review or updates ubuntu security team. deb-src http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty universe deb-src http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty-updates universe 

i have tried following directions listed here errors when run sudo apt-get update removed repositories because made no difference still couldn't install module , wasn't fetching anything.

try add multiverse in sources.list, , apt-get update or sudo apt-get update. should trick.


Comments