Web/Apache2

Useful commands for Apache2, nginx

HobbyCoding 2021. 11. 19. 18:21
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