반응형
서버에서 내부 오류 또는 잘못된 구성이 발생하여 요청을 완료할 수 없습니다.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, nkutty@bics.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.0 (Fedora) Server at bbt.com Port 80
로컬 시스템에서는 정상적으로 동작하지만 서버에서는 동작하지 않습니다.
일반적으로 서버 오류 로그를 확인합니다./var/log/apache2/error.log
.
로그 디렉토리의 error_log 파일에서 오류를 찾아야 합니다.로컬 설정과 서버 설정 사이에 차이가 있을 수 있습니다(DB 사용자/패스워드 등).
통상, 로그 파일은,
/var/log/apache2/error.log
또는
/var/log/httpd/error.log
언급URL : https://stackoverflow.com/questions/6438475/the-server-encountered-an-internal-error-or-misconfiguration-and-was-unable-to-c
반응형
'source' 카테고리의 다른 글
플랫 BNL 가입이 있는 느린 MariaDB SQL 쿼리 속도를 높이려면 어떻게 해야 합니까? (0) | 2022.10.14 |
---|---|
PHP JSON 개체의 데이터 처리 (0) | 2022.10.14 |
Vue에서 기본 포트를 8080에서 다른 포트로 변경할 수 있습니까? (0) | 2022.10.14 |
maven을 사용하는 경우 보통 java 또는 resources 아래에 log4j.properties를 넣습니까? (0) | 2022.10.14 |
Rails - JavaScript 런타임을 찾을 수 없습니까? (0) | 2022.10.14 |