| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| informatique:apache [31/08/2010 17:00] – cyrille | informatique:apache [25/09/2010 19:30] (Version actuelle) – cyrille |
|---|
| |
| ===== Sécurité ===== | ===== Sécurité ===== |
| | |
| | ==== Apache en Chroot ==== |
| | |
| | [[http://www.zdnet.fr/builder/programmation/technologies_web/0,39021000,39138765,00.htm|Combiner Apache et la commande chroot]] |
| | |
| | [[http://www.faqs.org/docs/securing/chap29sec254.html|Apache in a chroot jail]] from "[[http://www.faqs.org/docs/securing/index.html|Securing and Optimizing Linux: RedHat Edition - A Hands on Guide]]" |
| | |
| | Une série sur www.cyberciti.biz: |
| | * [[http://www.cyberciti.biz/tips/chroot-apache-under-rhel-fedora-centos-linux.html|Red Hat / CentOS: Chroot Apache 2 Web Server]] |
| | * [[http://www.cyberciti.biz/tips/rhel-centos-apache-chrootjail-virtual-hosting.html|Apache Chroot Jail: Virtual Hosting]] |
| | * [[http://www.cyberciti.biz/tips/howto-setup-lighttpd-php-mysql-chrooted-jail.html|Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux]] |
| |
| ==== Slowloris ==== | ==== Slowloris ==== |
| |
| ===== PHP App Server ===== | ===== PHP App Server ===== |
| | |
| | ==== mod_php ==== |
| | |
| | ==== PHP-FPM (FastCGI Process Manager) ==== |
| | |
| | http://php.net/manual/fr/install.fpm.php |
| | |
| | http://php-fpm.org |
| |
| ==== mod_fcgid ==== | ==== mod_fcgid ==== |
| mod_fcgid was **created as a new FastCGI implementation**, and was granted to the ASF as an Apache HTTP Server subproject in 2009. | mod_fcgid was **created as a new FastCGI implementation**, and was granted to the ASF as an Apache HTTP Server subproject in 2009. |
| |
| The [[http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html|Apache Module mod_fcgid]] reference page.\\ | The [[http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html|Apache Module mod_fcgid]] reference page. |
| [[http://dotclear.placeoweb.com/post/mod_fcgid|PlaceOWeb partage son expérience]] sur mod_fcgid. | |
| | === Articles === |
| | |
| | * [[http://dotclear.placeoweb.com/post/mod_fcgid|PlaceOWeb partage son expérience]] sur mod_fcgid. |
| | * [[http://2bits.com/articles/apache-fcgid-acceptable-performance-and-better-resource-utilization.html|Apache with fcgid: acceptable performance and better resource utilization]] |
| |
| === FastCGI et APC === | ==== FastCGI et APC ==== |
| |
| [[http://www.magentocommerce.com/boards/viewthread/29264/|FastCGI + APC]] | [[http://www.magentocommerce.com/boards/viewthread/29264/|FastCGI + APC]] |