Relevé des tutoriaux pour abandonner mod_php sur Ubuntu 14.04


Apache, php, sysadmin, Ubuntu, Web / mercredi, août 20th, 2014

https://wiki.apache.org/httpd/PHP-FPM

+ General explanation

+ Explain suexec is no longer mandatory

– Not Ubuntu specific

 

http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/

Easiest working !

http://float64.uk/blog/2014/08/20/php-fpm-sockets-apache-mod-proxy-fcgi-ubuntu/

(complement to previous one to simplify the config and use Unix socket instead of TCP socket on Ubuntu 14.04)

 

https://serversforhackers.com/articles/2014/05/05/apache-proxy-fcgi/

+ Ubuntu 14.04

+ Adapted for Apache 2.4

+ use mod_proxy_fcgi

+ Explain alternative to mod_proxy_fcgi

– no suexec

 

http://wiki.jokeru.ro/howto-serve-php-via-fastcgi-in-apache-on-ubuntu

+ Ubuntu 14.04

+ Adapted for Apache 2.4

+ use mod_proxy_fcgi

– no suexec 

 

http://www.unixmen.com/install-apache2-fastcgi-ubuntu-server-14-0413-10/

+ Ubuntu 14.04

+ Adapted for Apache 2.4

+ suexec

– mod_proxy_fcgi not used

 

http://www.geoffstratton.com/2014/05/ubuntu-14-apache-php/

+ Ubuntu 14.04

+ Adapted for Apache 2.4

+ use mod_proxy_fcgi

– no suexec 

 

http://2bits.com/articles/high-performance-drupal-with-apache-mpm-worker-threaded-server-and-php-fpm.html

+ Ubuntu 14.04

+ Adapted for Apache 2.4

+ mod_proxy_fcgi not used

– no suexec 

 

http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/

http://www.binarytides.com/setup-apache-php-mod-fcgid-ubuntu/

+ Adapted for Apache 2.4

+ use mod_proxy_fcgi

– Ubuntu 13.10

 

http://notes.benv.junerules.com/apache-2-4-and-php/

+ Adapted for Apache 2.4

+ use mod_proxy_fcgi

– Slackware instead of Ubuntu

 

http://uw-freelancer.github.io/blog/fastcgi-suexec-apc-per-user/

+ use suexec

– Unknown Ubuntu version

 

http://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/

– Only mod_fastcgi

– no suexec 

 

http://seeds4c.org/Servidor+seeds4c.org+2014-2+(Ubuntu+14.04)

+ Ubuntu 14.04

– In Spanish

– Unable to read it all because of connection issue 

 

http://blog.starcklin.com/2013/08/install-mod-fastcgi-and-php5-fpm-on-ubuntu/

– Ubuntu 13.10

– Only mod_fastcgi

– no suexec 

 

http://www.howtoforge.com/using-php5-fpm-with-apache2-on-ubuntu-12.04-lts

– Ubuntu 12.04

 

http://www.janoszen.com/2013/04/29/setting-up-apache-with-php-fpm/

+ config in Vhost

– Ubuntu 12.04

– mod_proxy_fcgi not used

 

https://alexcabal.com/installing-apache-mod_fastcgi-php-fpm-on-ubuntu-server-maverick/

– Maverick

+ Good description of (old) alternatives

 

http://learnix.net/fastasscgi-part1/

 

http://learnix.net/fastasscgi-part2/

-Good description

-Slackware

– mod_proxy_fcgi and Apache 2.4 not used 

 

http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-squeeze

– Squeeze

 

http://blog.myprod.net/2010/08/14/apache2-suexec-fastcgi-php-5-3-3-fpm-cache-opcode-apc/

+ Français

– vieille approche

 

http://undefinederror.org/tutorials/apache2-mpm-worker-fastcgi-php5-fpm-on-debian/

– Debian instead of Ubuntu

– Old