Difference between revisions of "Instalasi Apache"

From OnnoWiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
  /var/www
 
  /var/www
 +
 +
 +
==MPM==
 +
 +
Entah kenapa ini tampaknya penting
 +
 +
apt-get install apache2-mpm-worker apache2-mpm-prefork apache2-mpm-event apache2-mpm-itk
 +
  
 
==Referensi==
 
==Referensi==

Revision as of 09:53, 28 February 2011

Instalasi Apache Web Server relatif sederhana melalui perintah

sudo apt-get install apache2

Sebaiknya di instalasi lengkap dengan PHP dan database MySQL

sudo apt-get install apache2 php5 php5-xmlrpc php5-mysql php5-gd php5-cli php5-curl \
mysql-client mysql-server

Semua konfigurasi server berada di folder

/etc/apache2

Untuk me-restart Apache Web Server

# /etc/init.d/apache2 restart

File HTML dapat diletakan di folder

/var/www


MPM

Entah kenapa ini tampaknya penting

apt-get install apache2-mpm-worker apache2-mpm-prefork apache2-mpm-event apache2-mpm-itk


Referensi

Pranala Menarik