

Now, you can try again : apt-get install libapache2-mod-fastcgi

We need to add those one vim /etc/apt/sources.list This is perfectly normal since the fastcgi package is in the "non-free" repository of debian. You'll get an error E: Package 'libapache2-mod-fastcgi' has no installation candidate If you try to run apt-get install libapache2-mod-fastcgi Then, we need Apache and Apache MPM Worker apt-get install apache2 apache2-mpm-worker We also need the JPEG lib apt-get install libjpeg62-devĪnd the OpenSSL lib. To be do that, we need to compile our own PHP.įirst, be sure to grab all the dependencies apt-get install build-essential libxml2-dev autoconf2.13 libpng12-* zlib1g gawk bison flex ^libxml2-* mcrypt libmcrypt-dev perl libcurl4-gnutls-dev libicu-dev libxslt1-dev The goal here is to be able to run Apache/PHP with multiple PHP installed on the machine, letting you a way to choose which version you want to run. Le but de cette étape est d'avoir un environnement permettant l'utilisation de plusieurs versions de PHP en parallèle (le tout avec Apache). Project maintained by Haza Hosted on GitHub Pages - Theme by mattgraham
