그누보드 처음설치시 Gateway Timeout 애러
본문
그누보드 처음 설치중입니다.
로컬 맥북에서는 설치가 잘 되는 코드를
아마존 EC2 로 똑같이 보내서 설치하려고하는데,
domain.com/install/install_config.php 에서 필요한 정보를 다 넣고
"다음" 버튼을 누르면 다음과 같은 애러가 뜹니다
ajax.install.check.php
Failed to load resource: the server responded with a status of 504 (Gateway Timeout)
The gateway did not receive a timely response from the upstream server or application.
/var/log/httpd/error_log 안에는 이런 애러 로그를 찾을수있었습니다
[Sun Feb 06 06:24:04.661177 2022] [proxy_fcgi:error] [pid 6404] (70007)The timeout specified has expired: [client 76.x.x.x:52466] AH01075: Error dispatching request to : (polling), referer: http://ec2-x-x-x-x.ap-northeast-2.compute.amazonaws.com/install/install_config.php
php.ini 안에 max_execution_time 를 늘려도 똑같은 애러가 뜹니다.
DB 확인해보면 아무것도 만들어진게 없습니다
혹시 비슷한 경험이 있으신분 있으신가요?