- Home >
- Tutorial membuat WEB SERVER
Posted by : Unknown
Rabu, 23 Maret 2016
WEB Server
- Konfigurasi WEB Server
# apt-get install apache2
# apt-get install php5
# nano /etc/apache2/apache2.conf
Cari kalimat :
·
ServerRoot
“/etc/apache2”
·
ServerName
mtechno.co.id
#
nano /etc/apache2/sites-available/default
<virtualhost *80>
·
ServerAdmin mtechno@gmail.com
·
ServerName
mtechno.co.id
#
service apache2 restart
#
cd /var/www
#
mkdir mtechno
#
nano index.html