Difference between revisions of "Instalasi Apache"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 20: | Line 20: | ||
/var/www | /var/www | ||
+ | ==Referensi== | ||
+ | * http://httpd.apache.org/docs/ - dokumentasi apache | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
Line 27: | Line 29: | ||
* [[Linux Howto]] | * [[Linux Howto]] | ||
* [[Tip Membangun Server Sendiri]] | * [[Tip Membangun Server Sendiri]] | ||
+ | |||
+ | [[Category: Linux]] |
Revision as of 11:31, 8 September 2010
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
Referensi
- http://httpd.apache.org/docs/ - dokumentasi apache