httpd.conf 파일을 열어서
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
주석이 되어있다면 주석 해제 후 저장해준다 (wq! : 저장 후 닫기 )
물론 /usr/local/apache/modules에 해당 모듈이 있어야 합니다.
다시 설정 검사를 해봅니다.
apachectl configtest
결과가 성공이면 아래와 같이 나옴.
Syntax OK
이제 다시 아파치 실행
apachectl start'Error 기록' 카테고리의 다른 글
| A null value cannot be assigned to a primitive type 에러 (0) | 2020.09.28 |
|---|---|
| @ResponseBody 406 에러 발생 (0) | 2020.09.24 |
| apache2: Could not determine the server's fully qualified domain name, 에러 (0) | 2020.09.21 |
| XMLHttpRequest at file from origin 'null' has been blocked by CORS policy 에러 (0) | 2020.08.12 |
| 12154: tns:could not resolve the connect identifier specified (0) | 2020.08.05 |