How To Install Linux, Apache, MySQL, PHP (LAMP) on Debian 8

Files Structure: /srv /mydomain.com /.socks /www /cgi-bin /logs /public_html /ssl /tmp /blog /cgi-bin /logs /public_html /ssl /tmp 1. Installation of Apache 2.4 apt-get -y install apache2-mpm-prefork apache2-utils apache2-suexec 1.1. Configuration of Apache 2 We need to activate modules. a2enmod suexec rewrite ssl actions include headers expires dav_fs dav auth_digest 2. Read more…

Comment mettre un certificat SSL sur Apache 2.2.X

Comment installer un certificat SSL sur Apache 2.2.X en utilisant des fichiers séparés: CHEMIN_FICHIER_CRT: Chemin vers le fichier contenant le certificat (souvent .crt) CHEMIN_FICHIER_KEY: Chemin vers le fichier contenant la clés privée (souvent .key) CHEMIN_FICHIER_CA: Chemin vers le fichier contenant le Certificat Authority (CA) Le VirtualHost ci-dessous utilisera pour l’exemple Read more…