기본적으로 가변형 환경에서 실행되는 모든 프로그램은 상태 확인 요청을 받습니다.
기본 이미지 gcr.io/google_appengine/php는 상태 확인 요청에 응답하므로 상태 확인 핸들러를 직접 작성할 필요가 없습니다. 다른 이미지를 사용하는 경우 상태 확인을 중지하거나 코드를 직접 작성하여 상태 확인 요청을 처리해야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(UTC)"],[[["Custom runtimes in the App Engine flexible environment allow you to extend the functionality of a PHP application."],["To use a custom runtime, you must replace `runtime: php` with `runtime: custom` in your `app.yaml` file."],["A Dockerfile in the same directory as the `app.yaml` file is needed to specify a base image for the custom runtime."],["The default base image `gcr.io/google_appengine/php` automatically handles health check requests, but custom images require manual handling or disabling of health checks."]]],[]]