728x90
sudo service apache2 restart
sudo service apache2 stop
apache2 가 running 하는지 확인
ps aux | grep apache2
sudo service nginx restart
sudo service nginx stop
sudo service nginx start
nginx 가 running 하는지 확인
ps aux | grep nginx