일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
- jQuery
- 보르비스초월
- 티스토리
- Rocky
- 스톤에이지
- 자바스크립트
- 가상서버호스팅
- 소비전력
- 알뜰폰
- Linux
- centos
- nginx
- php
- 알리익스프레스
- PHP-FPM
- proxmox
- 램가스초월
- 시놀로지
- 리눅스
- Apache
- KB증권
- 아파치
- SKT
- 킹북이초월
- 윈도우10
- mysql
- iptime
- 복현오거리
- KB국민카드
- OpenWrt
- Today
- Total
목록2023/11 (3)
맛집 여행 캠핑 일상 생활
wget 으로 https 보안인증서가 있는 서버에 접근시 아래와 같은 에러가 나면서 다운로드가 되지 않습니다. [root@raspberry log]# wget https://www.example.com/ccs/download.txt --2023-11-27 08:55:18-- https://www.example.com/ccs/download.txt Resolving http://www.example.com (http://www.example.com)... 192.168.1.2 Connecting to http://www.example.com (http://www.example.com)|192.168.1.2|:443... connected. ERROR: cannot verify http://www.examp..
수많은 검색봇들이 있는데 이중에 잘 알려는 검색봇만 허용하고 나머지는 차단해주는 robots.txt 작성 예제입니다. User-Agent: Amazonbot User-agent: AhrefsBot User-Agent: AwarioBot User-agent: Baiduspider User-Agent: DataForSeoBot User-Agent: DotBot User-Agent: MauiBot User-Agent: MJ12bot User-agent: SemrushBot User-agent: PetalBot User-agent: YandexBot Disallow: / User-Agent: Bingbot User-Agent: Daum User-Agent: DuckDuckBot User-Agent: Google..
아파치 에러로그에 아래와 같은 에러메시지가 엄청 있어서 확인해봤습니다. [Fri Nov 17 13:32:13.052616 2023] [proxy_fcgi:error] [pid 15032] [client 34.64.82.68:59986] AH01071: Got error 'PHP message: PHP Warning: Creating default object from empty value in /home/example/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28' 해당 파일을 열어보니 아래의 코드입니다. public func..