Hebergement

PHP 5.3 : Configuration par répertoire basée sur des fichiers .ini – Pascal MARTIN (n+1).zéro

php.ini : Sections PATH et HOST La seconde nouveauté au niveau de la configuration de PHP, toujours en mode CGI, est l’ajout du support des sections PATH et HOST, utilisables dans le fichier php.ini. Section PATH Il est possible, à partir de PHP 5.3, de définir dans le fichier php.ini système des valeurs de directives …

PHP 5.3 : Configuration par répertoire basée sur des fichiers .ini – Pascal MARTIN (n+1).zéro Lire la suite »

With a Little Help from my Friend | How to recreate root account in MySQL

Today I was trying to log in to mysql database administration on one of my hosting machines and as I was getting ‘permission denied for user rott@localhost’ I tried to fix the root account and reset its password. But I wasn’t successful and later on I realized, that the root account was deleted from the …

With a Little Help from my Friend | How to recreate root account in MySQL Lire la suite »

Postfix with SASL-Authentication in Debian – Jonas Genannt

I think SMTP-AUTH is very important! Here is a short HowTo for Postfix with sasl authentication against shadow. First install the necessary packages: apt-get install postfix-tls libsasl2-modules sasl2-bin Open the /etc/default/saslauthd for the configuration. # This needs to be uncommented before saslauthd will be run automatically START=yes # You must specify the authentication mechanisms you …

Postfix with SASL-Authentication in Debian – Jonas Genannt Lire la suite »

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 [at] falkotimme [dot] com> Last edited 05/15/2006 In this tutorial I will describe how to install and configure mod_deflate on an Apache2 web server. mod_deflate allows Apache2 to compress files and deliver them to clients (e.g. browsers) that can handle compressed content …

How To Save Traffic With Apache2’s mod_deflate | HowtoForge – Linux Howtos and Tutorials Lire la suite »

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 deux modules au niveau d’Apache, pour cela on lance une console SHH sur notre serveur et on lance les commandes suivantes : a2enmod deflate a2enmod …

Optimiser le Gzip de son Apache pour Google | blog.utopiaz.org // Développement, Open Source et contexte Web2.0 Lire la suite »

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 content issue. As we know, that is not good from the search engine standpoint. The solution is to www redirect — redirecting your blog from …

How to WWW Redirect the Right Way! (Apache, nginx and lighttpd) Lire la suite »

Retour en haut