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…