rhcsa 연습2 RHCSA - Selinux & httpd 서비스 확인 SELINUX & HTTPD 서비스 확인 SELINUX 관련 설정 문제이다. 설정이 enforcing으로 되어 있고 이상태에서 httpd 서비스가 정상적으로 작동하게 설정하는 것이다. httpd 서비스 포트 : 82 httpd 서비스 경로 : /var/www/html httpd 서비스 재부팅시 자동 시작 설정 ### 상태 확인 failed [root@test01~]# systemctl status httpd [root@test01~]# getenforce ### SELINUX 상태값 확인 Enforcing [root@test01~]# setenforce 0 ### SELINUX 상태 Permissive 변경 [root@test01~]# getenforce ### SELINUX 상태값 확인 Permissi.. 2023. 9. 8. RHCSA - 레포지토리 설정하기 Repository 설정하기 1대의 서버에 대해서 Repository를 잡는다. Q. 다음과 같은 설정에 대해서 Repository를 설정하라. http://server1.example.com/BaseOS http://server1.example.com/Appstream A. 2가지 방법이 있다. dnf-config manager 사용 수동 설정 ### dnf config-manager 사용 $ dnf config-manager --add-repo http://server1.example.com/BaseOS $ dnf config-manager --add-repo http://server1.example.com/Appstream $ cd /etc/yum.repo.d/ ### 생성 된 레포 파일 확인(이름.. 2023. 8. 18. 이전 1 다음