Linux

ubuntu -- apache 재시작하기

자유프로그램 2015. 9. 7. 16:25
반응형

ubuntu -- apache 재시작하기 



환경 : ubuntu 14.04 LTS Desktop 64bit


참고 : http://askubuntu.com/questions/338314/what-are-differences-between-restarting-apache2-and-service-apache2



1. apache 재시작은 아래 2가지중 아무거나 해도 똑같이 재시작한다.


sudo /etc/init.d/apache2 restart


혹은 


sudo service apache2 restart












반응형