Logicalwebhost Cheatsheet

Linux & Open Source Cheatsheets & Howto's

Skip to: Content | Sidebar | Footer

Month: April, 2011

Apache

4 April, 2011 (10:17) | Uncategorized | By: unclecameron

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 […]