Apache
apache is called apache2 in debian/ubuntu and httpd in Centos/Fedora, it lives in /etc/apache2/ Tutorials basic tutorial here more advanced one here securing apache here Install apt-get install apache2 libapache2-mod-php5 mysql-server php5-mysql php5 openssl ssl-certapt-get install apache2 libapache2-mod-php5 mysql-server php5-mysql php5 openssl ssl-cert you normally create some kind of “Virtual Host” that points to where […]