--이전중입니다--/이전완료
centos에서 apache 삭제
heestory
2019. 9. 7. 11:05
centos에서 apache 삭제
apache가 설치되어 있을 때 nginx 설치 하려면 apache를 삭제 해 주어야 한다.service apache2 stop
whereis apache2
로 나오는 것 rm -rf
로 삭제ufw app list
에 계속해서 보이면 rm -R /etc/ufw/applications.d/apache2*