12/01/2014 Par PJ Michel DansApache, Hebergement Self signed certificate, fast and easy | my repository Use certtool instead of openssl. It is less flexible but much more user friendly.1. Installation:Certtool is part of GnuTLS. On debian-based distributions you have to install the gnutls-bin package.2. Create… Read More
06/12/2012 Par PJ Michel DansApache, Debian, Hebergement iocube loader, php 5.3 sous debian Sous debian 64 bits mkdir /home/tmpioncube cd /home/tmpioncube wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz && tar -zxf ioncube_loaders_lin_x86-64.tar.gz && cd ioncube && cp ioncube_loader_lin_5.3.so /usr/lib64/php5/ echo "zend_extension=/usr/lib64/php5/ioncube_loader_lin_5.3.so" > /etc/php5/conf.d/ioncube-loader.ini et sa roule Read More
26/09/2012 Par PJ Michel DansApache, Debian, Hebergement Tune apache2 for more concurrent connections – Open-Xchange The problemBy default apache2 is configured to support 150 concurrent connections. This forces all parallel requests beyond that limit to wait. Especially if, for example, active sync clients maintain a… Read More
10/02/2012 Par PJ Michel DansApache, Hebergement Compressing PHP Output « Newest Industry output_buffering = Off output_handler = zlib.output_compression = On viaCompressing PHP Output « Newest Industry. Read More
13/12/2011 Par PJ Michel DansApache, Debian, Hebergement How To Save Traffic With Apache2’s mod_deflate | HowtoForge – Linux Howtos and Tutorials How To Save Traffic With Apache2's mod_deflate Version 1.0 Author: Falko Timme <ft falkotimme com> Last edited 05/15/2006 In this tutorial I will describe how to install and configure mod_deflate… Read More
22/11/2011 Par PJ Michel DansApache, Debian, Hebergement Optimiser le Gzip de son Apache pour Google | blog.utopiaz.org // Développement, Open Source et contexte Web2.0 1. Installation des modules Apache Par défaut sous Debian le module deflate est enclenché, le module headers nous serviras dans le cadre d'environnement utilisant un proxy. On enclenche donc ces… Read More
04/10/2011 Par PJ Michel DansApache, Hebergement, Lighttpd How to WWW Redirect the Right Way! (Apache, nginx and lighttpd) Canonical URL is part of a problem for most blogs. Most people who concern about different versions of a URL that display the same content are likely worry about duplicate… Read More
19/09/2011 Par PJ Michel DansApache, Hebergement Change the default Apache character set | Racker Hacker Change the default Apache character set By default, Red Hat Enterprise Linux 4 sets the default character set in Apache to UTF-8. Your specific web application may need for the… Read More
18/02/2011 Par PJ Michel DansApache, Hebergement Configuration de processus apache au poil … » Le Blog du grand loup Zeur Configuration de processus apache au poil … 5 février 2011 par Gaëtan Laisser une réponse » salut à tous … Aujourd’hui on va parler configuration de processus apache … J’ai… Read More
09/12/2010 Par PJ Michel DansApache Tutoriel sur UTF-8 avec PHP et MySQL UTF-8 PHP MYSQL (histoire d'encodage) * Accueil * UTF-8 PHP MySql * Barre de progression d'upload en PHP Encodage et programmation Les caractères qui s'affichent sur les écrans d'ordinateur, comme… Read More