컴퓨터/노트북/인터넷
IT 컴퓨터 기기를 좋아하는 사람들의 모임방
🕰️
2022.01.20 13:12
우분투 Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL internal dummy connection 로그방지
조회 수 135 추천 수 0 댓글 0
"Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f (internal dummy connection)" 더미 연결 로그 생성방지
You can use .htaccess by redirecting requests from the "internal dummy connection" to an empty file
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^.*internal dummy connection.*$ [NC]
RewriteRule ^/$ /empty.html [L]
이게 안먹히는 사람은 https://itgall.com/programming/241071 여기를 따라해보세요