일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 가상서버호스팅
- 소비전력
- php
- 리눅스
- 티스토리
- 보르비스초월
- 복현오거리
- 알리익스프레스
- 스톤에이지
- 윈도우10
- Rocky
- jQuery
- 자바스크립트
- 킹북이초월
- PHP-FPM
- 시놀로지
- ConoHa
- 램가스초월
- nginx
- iptime
- KB증권
- 아파치
- SKT
- KB국민카드
- proxmox
- mysql
- Apache
- centos
- 알뜰폰
- OpenWrt
- Today
- Total
목록AH01071 (3)
맛집 여행 캠핑 일상 생활
아파치 에러로그에 아래와 같은 에러메시지가 엄청 있어서 확인해봤습니다. [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..
Apache + PHP-FPM + proxy_fcgi 이용중인데 아래와 같은 에러가 나오는군요~ [Fri Jul 31 11:17:41.470032 2020] [proxy_fcgi:error] [pid 2231] [client 192.168.1.23:54153] AH01071: Got error 'Access to the script '//home/example/www/favicon.ico' has been denied (see security.limit_extensions)', referer: http://www.example.com/ SetHandler "proxy:fcgi://127.0.0.1:9000/" 위와 같은 설정 중이라면 아래의 파일을 수정합니다. # vi /etc/opt/remi/php73..
foreach 함수로 배열을 사용할때 변수값에 배열이 없으면 나는 에러군요~ AH01071: Got error 'PHP message: PHP Warning: Invalid argument supplied for foreach() in /volume1/web/www/index.html on line 51 PHP message: PHP Stack trace: PHP message: PHP 1. {main}() AH01276: Cannot serve directory /volume1/web/www/: No matching DirectoryIndex (index.html,index.htm,index.cgi,index.php,index.php5) found, and server-generated director..