상위로 몇개만 내림차순 정렬 du -h --max-depth=1 /var/log | sort -hr 참고 https://superuser.com/questions/1596021/what-is-dev-ploop15234p1-on-my-vps
certbot delete --cert-name testest.com
https://jootc.com/p/201811282299 FileZilla Received unexpected end-of-file from SFTP server 해결 - JooTC Received unexpected end-of-file from SFTP server 파일질라(FileZilla) FTP 클라이언트 프로그램을 사용하는 도중 다음과 같은 의도치 않은 오류가 나타나며 서버 접속에 실패하는 경우가 있습니다. jootc.com # override default of no subsystems Subsystem sftp /usr/libexec/openssh/sftp-server #재시작 [root@localhost ~]# service sshd restart
Proxy Error The proxy server could not handle the request GET /chats. Reason: Error during SSL Handshake with remote server --- 서버에 letsencrypt 초기화할려면 https://nscworld.com/letsencrypt-%EC%9D%B8%EC%A6%9D%EC%84%9C-%EC%82%AD%EC%A0%9C%EB%B0%A9%EB%B2%95/ --- ssl인증서에 관련된 문제 po프로젝트에서는 ssl 인증서가 갱신되었으나 app.js(node.js)에는 반영되지 않아 생긴 문제 해결방법 1) 원인 찾기 //갱신된 인증서 파일 확인하기 ls -al /etc/letsencrypt/archive/mail.fo..
https://superuser.com/questions/1596021/what-is-dev-ploop15234p1-on-my-vps
참고 https://phoenixnap.com/kb/apache-mod-evasive Step 1: Install Apache Web Server Utility Before installing the utility, update the package repository with the command for your Linux distribution: Debian / Ubuntu: sudo apt update RedHat / CentOS: sudo yum update Allow the system to refresh and update your software listings. Then, install a helper utility: Debian / Ubuntu: sudo apt install apache..
참고 : https://www.it-gundan.com/ko/ssl/ltlocationgt-%EB%8C%80%EA%B4%84%ED%98%B8%EC%9D%98-ssl-modproxy-%EB%AC%B8%EC%A0%9C/959967075/ AH00961: HTTPS: failed to enable ssl support for xxx.xxx.xxx.xxx 해결방법 - 아래 코드 추가 SSLProxyEngine 소스 코드 공유 vi /etc/httpd/conf.d/ssl.conf DocumentRoot /home/ㄷㄷㄷ/public_html ServerName ㄷㄷㄷ.com ServerAlias www.ㄷㄷㄷ.com SSLEngine on SSLCertificateFile /etc/letsencrypt/live/..
참고 url https://foxydog.tistory.com/63 [위 블로그 복사본입니다 - 위에 링크로가시면 더 깔끔하게 보실수있어요] Let's Encrypt 공식 사이트 : https://letsencrypt.org 간단하게 소개하면 일반의 이익을 위해 실행되는 무료, 자동화된 개방형 인증서(SSL/TLS)를 발급해주는 인증 기관(CA)입니다. 해당 사이트는 "비영리 인터넷 보안 연구 그룹 - ISRG(Internet Security Research Group)"에서 후원받고 제공하는 서비스로 개인 사용자 및 소중 소기업들에게는 매우 고마운 분들입니다. Let's Encrypt에서는 일반적으로 웹 호스트에서 실행되는 "자동 인증서 관리 환경 - ACME(Automatic Certificate M..
보호되어 있는 글입니다.
https://nirsa.tistory.com/64
1. httpd.conf 설정 DocumentRoot /home/test/public_html ServerName test.com AllowOverride All Require all granted ProxyRequests Off ProxyPreserveHost On ProxyPass http://test.com:8000/ ProxyPassReverse http://test.com:8000/ 주요코드 ProxyRequests Off ProxyPreserveHost On #주소가 test.com/order일때, 프록시 변경해줌 ProxyPass http://order.playon.tistory.com/ ProxyPassReverse http://order.playon.tistory.com/ 출처 https..