Difference between revisions of "SchoolOnffLine: Instalasi Apache2 & OpenSSH Server"

From OnnoWiki
Jump to navigation Jump to search
Line 9: Line 9:
  
  
 +
==Restart Server==
  
 +
# /etc/init.d/apache2 restart
 +
# /etc/init.d/ssh restart
 +
# /etc/init.d/mysql restart
  
  

Revision as of 09:37, 4 August 2009

Install Web Server & SSH Server

# apt-get install apache2 openssh-server

Mungkin akan lebih baik kalau dapat menginstalasi sekaligus dengan MySQL, PHP dll.

# apt-get install apache2 mysql-server libmysqlclient15-dev libphp-adodb libgd2-xpm libgd2-xpm-dev \
php5-mysql php5-gd php5-curl php-pear unzip php5-xmlrpc libnet-ssleay-perl


Restart Server

# /etc/init.d/apache2 restart
# /etc/init.d/ssh restart
# /etc/init.d/mysql restart


Pranala Menarik