Ubuntu Centos7에 설치된 Apache2 삭제
- remove Apache
service apache2 stop
apt-get remove apache2*
apt-get --purge remove apache2*
apt-get autoremove
- webServer cache clean & delete
service apache-htcacheclean stop
apt-get remove apache*
apt-get --purge remove apache*
apt-get autoremove
- apt update
$ apt update
$ apt upgrade
'리눅스' 카테고리의 다른 글
방화벽은 열렸는데 Apache Connection 안되는 경우 (0) | 2020.09.23 |
---|---|
Alias) 리눅스 긴 명령어 짧게 만드는 방법! (0) | 2020.09.22 |
Centos7) Telnet 설치 + 방화벽적용 (0) | 2020.09.03 |
Apache) httpd 실행 권한 일반 사용자에게 부여하기 (0) | 2020.09.02 |
Linux. Centos 7) JAVA 설치 방법 (0) | 2020.08.28 |