root@local:~# sudo ufw status WARN: 중복된 프로파일 Apache, 마지막에 찾은 값을 사용합니다 WARN: 중복된 프로파일 Apache Secure, 마지막에 찾은 값을 사용합니다 WARN: 중복된 프로파일 Apache Full, 마지막에 찾은 값을 사용합니다 상태: 활성
root@local:/etc/ufw/applications.d# ls -al 합계 32 drwxr-xr-x 3 root root 4096 12월 2 21:21 . drwxr-xr-x 3 root root 4096 10월 26 2014 .. drwxr-xr-x 2 root root 4096 7월 22 2014 apache2 -rw-r--r-- 1 root root 406 1월 7 2014 apache2-utils.ufw.profile -rw-r--r-- 1 root root 406 3월 9 2013 apache2.2-common -rw-r--r-- 1 root root 639 5월 15 2014 dovecot-core -rw-r--r-- 1 root root 145 7월 30 2011 openssh-server -rw-r--r-- 1 root root 361 2월 12 2014 postfix
apache2-utils.ufw.profile, apache2.2-common 같은 내용
root@local:/etc/ufw/applications.d# sudo vi apache2.2-common [Apache] title=Web Server description=Apache v2 is the next generation of the omnipresent Apache web server. ports=80/tcp [Apache Secure] title=Web Server (HTTPS) description=Apache v2 is the next generation of the omnipresent Apache web server. ports=443/tcp [Apache Full] title=Web Server (HTTP,HTTPS) description=Apache v2 is the next generation of the omnipresent Apache web server. ports=80,443/tcp
apache2.2-common 삭제
rm apache2.2-common root@local:/etc/ufw/applications.d# ls apache2 apache2-utils.ufw.profile dovecot-core openssh-server postfix