[Apache] 1. Apache 설치 $ sudo yum install httpd 2. Apache 경로 확인 $ whereis httpd 3. Port Open $ sudo firewall-cmd --zone=public --list-all //열린 포트 확인 $ sudo firewall-cmd --zone=public --permanent --add-port=80/tcp //80포트 개방 $ sudo firewall-cmd --reload // 적용 4. Port 확인 $ netstat -an | grep 8080 $ netstat -an | grep 80 5. Apache 시작 $ sudo systemctl restart httpd $ sudo systemctl stop httpd $ sudo s..
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0644 for 'ssh-key-2022-04-06.key' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "ssh-key-2022-04-06.key": bad permissions ssh 접근을 위해 privat..
- Oracle Cloud Ping 확인 시 timeout 발생 pppd210-114-50-191:~ changhyun$ ping xxx.xxx.xxx.xxx PING xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 Request timeout for icmp_seq 2 - Oracle Cloud > Instance Information 1. Virtual Cloud Network 설정 선택 2. subnet 설정 3. Security Lists 4. Ingress Rules 적용 완료 pppd210-114-50-191:~ changhyun$ ping xx..
