커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
@최서윤 튜터님!
undefined주차
북마크
박*빈
댓글
102
추천
0
조회수
118
조회수
118
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



질문 저장이 안되어서 다시 로그 남깁니다.






----------------------------------------
/var/log/web.stdout.log
----------------------------------------
May  2 03:56:25 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
May  2 03:56:25 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 991, in _find_and_load
May  2 03:56:25 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
May  2 03:56:25 ip-172-31-15-9 web: ModuleNotFoundError: No module named 'application'
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2740] [INFO] Worker exiting (pid: 2740)
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2734] [INFO] Shutting down: Master
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2734] [INFO] Reason: Worker failed to boot.
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2745] [INFO] Starting gunicorn 20.1.0
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2745] [INFO] Listening at: http://127.0.0.1:8000 (2745)
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2745] [INFO] Using worker: gthread
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2751] [INFO] Booting worker with pid: 2751
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2751] [ERROR] Exception in worker process
May  2 03:56:25 ip-172-31-15-9 web: Traceback (most recent call last):
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
May  2 03:56:25 ip-172-31-15-9 web: worker.init_process()
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/gthread.py", line 92, in init_process
May  2 03:56:25 ip-172-31-15-9 web: super().init_process()
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
May  2 03:56:25 ip-172-31-15-9 web: self.load_wsgi()
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
May  2 03:56:25 ip-172-31-15-9 web: self.wsgi = self.app.wsgi()
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
May  2 03:56:25 ip-172-31-15-9 web: self.callable = self.load()
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
May  2 03:56:25 ip-172-31-15-9 web: return self.load_wsgiapp()
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
May  2 03:56:25 ip-172-31-15-9 web: return util.import_app(self.app_uri)
May  2 03:56:25 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/util.py", line 359, in import_app
May  2 03:56:25 ip-172-31-15-9 web: mod = importlib.import_module(module)
May  2 03:56:25 ip-172-31-15-9 web: File "/usr/lib64/python3.8/importlib/__init__.py", line 127, in import_module
May  2 03:56:25 ip-172-31-15-9 web: return _bootstrap._gcd_import(name[level:], package, level)
May  2 03:56:25 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
May  2 03:56:25 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 991, in _find_and_load
May  2 03:56:25 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
May  2 03:56:25 ip-172-31-15-9 web: ModuleNotFoundError: No module named 'application'
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2751] [INFO] Worker exiting (pid: 2751)
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2745] [INFO] Shutting down: Master
May  2 03:56:25 ip-172-31-15-9 web: [2023-05-02 03:56:25 +0000] [2745] [INFO] Reason: Worker failed to boot.
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2756] [INFO] Starting gunicorn 20.1.0
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2756] [INFO] Listening at: http://127.0.0.1:8000 (2756)
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2756] [INFO] Using worker: gthread
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2762] [INFO] Booting worker with pid: 2762
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2762] [ERROR] Exception in worker process
May  2 03:56:26 ip-172-31-15-9 web: Traceback (most recent call last):
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
May  2 03:56:26 ip-172-31-15-9 web: worker.init_process()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/gthread.py", line 92, in init_process
May  2 03:56:26 ip-172-31-15-9 web: super().init_process()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
May  2 03:56:26 ip-172-31-15-9 web: self.load_wsgi()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
May  2 03:56:26 ip-172-31-15-9 web: self.wsgi = self.app.wsgi()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
May  2 03:56:26 ip-172-31-15-9 web: self.callable = self.load()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
May  2 03:56:26 ip-172-31-15-9 web: return self.load_wsgiapp()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
May  2 03:56:26 ip-172-31-15-9 web: return util.import_app(self.app_uri)
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/util.py", line 359, in import_app
May  2 03:56:26 ip-172-31-15-9 web: mod = importlib.import_module(module)
May  2 03:56:26 ip-172-31-15-9 web: File "/usr/lib64/python3.8/importlib/__init__.py", line 127, in import_module
May  2 03:56:26 ip-172-31-15-9 web: return _bootstrap._gcd_import(name[level:], package, level)
May  2 03:56:26 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
May  2 03:56:26 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 991, in _find_and_load
May  2 03:56:26 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
May  2 03:56:26 ip-172-31-15-9 web: ModuleNotFoundError: No module named 'application'
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2762] [INFO] Worker exiting (pid: 2762)
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2756] [INFO] Shutting down: Master
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2756] [INFO] Reason: Worker failed to boot.
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2767] [INFO] Starting gunicorn 20.1.0
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2767] [INFO] Listening at: http://127.0.0.1:8000 (2767)
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2767] [INFO] Using worker: gthread
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2773] [INFO] Booting worker with pid: 2773
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2773] [ERROR] Exception in worker process
May  2 03:56:26 ip-172-31-15-9 web: Traceback (most recent call last):
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
May  2 03:56:26 ip-172-31-15-9 web: worker.init_process()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/gthread.py", line 92, in init_process
May  2 03:56:26 ip-172-31-15-9 web: super().init_process()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
May  2 03:56:26 ip-172-31-15-9 web: self.load_wsgi()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
May  2 03:56:26 ip-172-31-15-9 web: self.wsgi = self.app.wsgi()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
May  2 03:56:26 ip-172-31-15-9 web: self.callable = self.load()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
May  2 03:56:26 ip-172-31-15-9 web: return self.load_wsgiapp()
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
May  2 03:56:26 ip-172-31-15-9 web: return util.import_app(self.app_uri)
May  2 03:56:26 ip-172-31-15-9 web: File "/var/app/venv/staging-LQM1lest/lib64/python3.8/site-packages/gunicorn/util.py", line 359, in import_app
May  2 03:56:26 ip-172-31-15-9 web: mod = importlib.import_module(module)
May  2 03:56:26 ip-172-31-15-9 web: File "/usr/lib64/python3.8/importlib/__init__.py", line 127, in import_module
May  2 03:56:26 ip-172-31-15-9 web: return _bootstrap._gcd_import(name[level:], package, level)
May  2 03:56:26 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
May  2 03:56:26 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 991, in _find_and_load
May  2 03:56:26 ip-172-31-15-9 web: File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
May  2 03:56:26 ip-172-31-15-9 web: ModuleNotFoundError: No module named 'application'
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2773] [INFO] Worker exiting (pid: 2773)
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2767] [INFO] Shutting down: Master
May  2 03:56:26 ip-172-31-15-9 web: [2023-05-02 03:56:26 +0000] [2767] [INFO] Reason: Worker failed to boot.


----------------------------------------
/var/log/eb-engine.log
----------------------------------------
2023/05/02 03:56:22.320413 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:ap-northeast-2:589982789870:stack/awseb-e-whxukuznzy-stack/ea2c08d0-e89c-11ed-ba1b-025112fa8a8e -r AWSEBAutoScalingGroup --region ap-northeast-2
2023/05/02 03:56:22.702709 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:ap-northeast-2:589982789870:stack/awseb-e-whxukuznzy-stack/ea2c08d0-e89c-11ed-ba1b-025112fa8a8e -r AWSEBBeanstalkMetadata --region ap-northeast-2
2023/05/02 03:56:23.062417 [INFO] Generating rsyslog config from Procfile
2023/05/02 03:56:23.063614 [INFO] Running command /bin/sh -c systemctl restart rsyslog.service
2023/05/02 03:56:23.087500 [INFO] Executing instruction: PostBuildEbExtension
2023/05/02 03:56:23.087532 [INFO] Starting executing the config set Infra-EmbeddedPostBuild.
2023/05/02 03:56:23.087556 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-init -s arn:aws:cloudformation:ap-northeast-2:589982789870:stack/awseb-e-whxukuznzy-stack/ea2c08d0-e89c-11ed-ba1b-025112fa8a8e -r AWSEBAutoScalingGroup --region ap-northeast-2 --configsets Infra-EmbeddedPostBuild
2023/05/02 03:56:23.415971 [INFO] Finished executing the config set Infra-EmbeddedPostBuild.

2023/05/02 03:56:23.415990 [INFO] Executing instruction: CleanEbExtensions
2023/05/02 03:56:23.416021 [INFO] Cleaned ebextensions subdirectories from app staging directory.
2023/05/02 03:56:23.416026 [INFO] Executing instruction: RunAppDeployPreDeployHooks
2023/05/02 03:56:23.416041 [INFO] Executing platform hooks in .platform/hooks/predeploy/
2023/05/02 03:56:23.416053 [INFO] The dir .platform/hooks/predeploy/ does not exist
2023/05/02 03:56:23.416056 [INFO] Finished running scripts in /var/app/staging/.platform/hooks/predeploy
2023/05/02 03:56:23.416071 [INFO] Executing instruction: stop X-Ray
2023/05/02 03:56:23.416081 [INFO] stop X-Ray ...
2023/05/02 03:56:23.416091 [INFO] Running command /bin/sh -c systemctl show -p PartOf xray.service
2023/05/02 03:56:23.421894 [WARN] stopProcess Warning: process xray is not registered 
2023/05/02 03:56:23.421913 [INFO] Running command /bin/sh -c systemctl stop xray.service
2023/05/02 03:56:23.428267 [INFO] Executing instruction: stop proxy
2023/05/02 03:56:23.428284 [INFO] Running command /bin/sh -c systemctl show -p PartOf httpd.service
2023/05/02 03:56:23.434253 [WARN] deregisterProcess Warning: process httpd is not registered, skipping...

2023/05/02 03:56:23.434275 [INFO] Running command /bin/sh -c systemctl show -p PartOf nginx.service
2023/05/02 03:56:23.439684 [WARN] deregisterProcess Warning: process nginx is not registered, skipping...

2023/05/02 03:56:23.439700 [INFO] Executing instruction: FlipApplication
2023/05/02 03:56:23.439704 [INFO] Fetching environment variables...
2023/05/02 03:56:23.439801 [INFO] Purge old process...
2023/05/02 03:56:23.439813 [INFO] Removing /var/app/current/ if it exists
2023/05/02 03:56:23.439820 [INFO] Renaming /var/app/staging/ to /var/app/current/
2023/05/02 03:56:23.439832 [INFO] Register application processes...
2023/05/02 03:56:23.439835 [INFO] Registering the proc: web

2023/05/02 03:56:23.439844 [INFO] Running command /bin/sh -c systemctl show -p PartOf web.service
2023/05/02 03:56:23.444894 [INFO] Running command /bin/sh -c systemctl daemon-reload
2023/05/02 03:56:23.524564 [INFO] Running command /bin/sh -c systemctl reset-failed
2023/05/02 03:56:23.528050 [INFO] Running command /bin/sh -c systemctl is-enabled eb-app.target
2023/05/02 03:56:23.531108 [INFO] Copying file /opt/elasticbeanstalk/config/private/aws-eb.target to /etc/systemd/system/eb-app.target
2023/05/02 03:56:23.532398 [INFO] Running command /bin/sh -c systemctl enable eb-app.target
2023/05/02 03:56:23.610765 [INFO] Created symlink from /etc/systemd/system/multi-user.target.wants/eb-app.target to /etc/systemd/system/eb-app.target.

2023/05/02 03:56:23.610799 [INFO] Running command /bin/sh -c systemctl start eb-app.target
2023/05/02 03:56:23.615021 [INFO] Running command /bin/sh -c systemctl enable web.service
2023/05/02 03:56:23.689513 [INFO] Created symlink from /etc/systemd/system/multi-user.target.wants/web.service to /etc/systemd/system/web.service.

2023/05/02 03:56:23.689540 [INFO] Running command /bin/sh -c systemctl show -p PartOf web.service
2023/05/02 03:56:23.693796 [INFO] Running command /bin/sh -c systemctl is-active web.service
2023/05/02 03:56:23.696988 [INFO] Running command /bin/sh -c systemctl start web.service
2023/05/02 03:56:23.708935 [INFO] Executing instruction: start X-Ray
2023/05/02 03:56:23.708966 [INFO] X-Ray is not enabled.
2023/05/02 03:56:23.708971 [INFO] Executing instruction: start proxy with new configuration
2023/05/02 03:56:23.708992 [INFO] Running command /bin/sh -c /usr/sbin/nginx -t -c /var/proxy/staging/nginx/nginx.conf
2023/05/02 03:56:23.755677 [INFO] nginx: the configuration file /var/proxy/staging/nginx/nginx.conf syntax is ok
nginx: configuration file /var/proxy/staging/nginx/nginx.conf test is successful

2023/05/02 03:56:23.755738 [INFO] Running command /bin/sh -c cp -rp /var/proxy/staging/nginx/* /etc/nginx
2023/05/02 03:56:23.759819 [INFO] Running command /bin/sh -c systemctl show -p PartOf nginx.service
2023/05/02 03:56:23.766700 [INFO] Running command /bin/sh -c systemctl daemon-reload
2023/05/02 03:56:23.856968 [INFO] Running command /bin/sh -c systemctl reset-failed
2023/05/02 03:56:23.861132 [INFO] Running command /bin/sh -c systemctl show -p PartOf nginx.service
2023/05/02 03:56:23.866162 [INFO] Running command /bin/sh -c systemctl is-active nginx.service
2023/05/02 03:56:23.869896 [INFO] Running command /bin/sh -c systemctl start nginx.service
2023/05/02 03:56:23.951343 [INFO] Executing instruction: configureSqsd
2023/05/02 03:56:23.951358 [INFO] This is a web server environment instance, skip configure sqsd daemon ...
2023/05/02 03:56:23.951363 [INFO] Executing instruction: startSqsd
2023/05/02 03:56:23.951374 [INFO] This is a web server environment instance, skip start sqsd daemon ...
2023/05/02 03:56:23.951378 [INFO] Executing instruction: Track pids in healthd
2023/05/02 03:56:23.951383 [INFO] This is an enhanced health env...
2023/05/02 03:56:23.951397 [INFO] Running command /bin/sh -c systemctl show -p ConsistsOf aws-eb.target | cut -d= -f2
2023/05/02 03:56:23.958764 [INFO] healthd.service cfn-hup.service nginx.service

2023/05/02 03:56:23.958791 [INFO] Running command /bin/sh -c systemctl show -p ConsistsOf eb-app.target | cut -d= -f2
2023/05/02 03:56:23.964254 [INFO] web.service

2023/05/02 03:56:23.964387 [INFO] Executing instruction: RunAppDeployPostDeployHooks
2023/05/02 03:56:23.964400 [INFO] Executing platform hooks in .platform/hooks/postdeploy/
2023/05/02 03:56:23.964416 [INFO] The dir .platform/hooks/postdeploy/ does not exist
2023/05/02 03:56:23.964419 [INFO] Finished running scripts in /var/app/current/.platform/hooks/postdeploy
2023/05/02 03:56:23.964424 [INFO] Executing cleanup logic
2023/05/02 03:56:23.964534 [INFO] CommandService Response: {"status":"SUCCESS","api_version":"1.0","results":[{"status":"SUCCESS","msg":"Engine execution has succeeded.","returncode":0,"events":[{"msg":"Instance deployment successfully generated a 'Procfile'.","timestamp":1682999782022,"severity":"INFO"},{"msg":"Instance deployment completed successfully.","timestamp":1682999783964,"severity":"INFO"}]}]}

2023/05/02 03:56:23.964677 [INFO] Platform Engine finished execution on command: app-deploy

2023/05/02 04:06:58.772366 [INFO] Starting...
2023/05/02 04:06:58.772451 [INFO] Starting EBPlatform-PlatformEngine
2023/05/02 04:06:58.772467 [INFO] reading event message file
2023/05/02 04:06:58.772613 [INFO] Engine received EB command cfn-hup-exec

2023/05/02 04:06:58.858013 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:ap-northeast-2:589982789870:stack/awseb-e-whxukuznzy-stack/ea2c08d0-e89c-11ed-ba1b-025112fa8a8e -r AWSEBAutoScalingGroup --region ap-northeast-2
2023/05/02 04:06:59.230668 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:ap-northeast-2:589982789870:stack/awseb-e-whxukuznzy-stack/ea2c08d0-e89c-11ed-ba1b-025112fa8a8e -r AWSEBBeanstalkMetadata --region ap-northeast-2
2023/05/02 04:06:59.514669 [INFO] checking whether command tail-log is applicable to this instance...
2023/05/02 04:06:59.514680 [INFO] this command is applicable to the instance, thus instance should execute command
2023/05/02 04:06:59.514683 [INFO] Engine command: (tail-log)

2023/05/02 04:06:59.514727 [INFO] Executing instruction: GetTailLogs
2023/05/02 04:06:59.514731 [INFO] Tail Logs...
2023/05/02 04:06:59.514948 [INFO] Running command /bin/sh -c tail -n 100 /var/log/web.stdout.log
2023/05/02 04:06:59.516533 [INFO] Running command /bin/sh -c tail -n 100 /var/log/eb-engine.log


----------------------------------------
/var/log/eb-hooks.log
----------------------------------------


----------------------------------------
/var/log/nginx/access.log
----------------------------------------
172.31.20.230 - - [02/May/2023:03:56:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:56:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:56:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:56:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:57:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:57:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:57:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:57:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:57:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:57:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:57:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:57:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:58:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:58:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:58:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:58:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:58:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:58:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:58:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:58:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:59:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:59:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:59:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:59:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:59:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:59:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:03:59:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:03:59:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:00:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:00:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:00:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:00:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:00:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:00:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:00:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:00:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:01:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:01:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:01:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:01:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:01:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:01:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:01:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:01:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:02:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:02:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:02:24 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:02:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:02:39 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:02:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:02:54 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:02:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:03:09 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:03:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:03:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:03:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:03:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:03:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:03:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:03:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:04:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:04:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:04:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:04:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:04:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:04:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:04:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:04:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:05:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:05:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:05:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:05:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:05:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:05:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:05:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:05:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:06:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:06:10 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:06:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:06:25 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:06:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:06:40 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.20.230 - - [02/May/2023:04:06:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"
172.31.6.52 - - [02/May/2023:04:06:55 +0000] "GET / HTTP/1.1" 502 150 "-" "ELB-HealthChecker/2.0" "-"


----------------------------------------
/var/log/nginx/error.log
----------------------------------------
2023/05/02 03:56:24 [error] 2702#2702: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:56:39 [error] 2701#2701: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:56:54 [error] 2702#2702: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:56:55 [error] 2702#2702: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:09 [error] 2702#2702: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:10 [error] 2702#2702: *11 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:24 [error] 2702#2702: *13 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:25 [error] 2702#2702: *15 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:39 [error] 2702#2702: *17 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:40 [error] 2702#2702: *19 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:54 [error] 2702#2702: *21 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:57:55 [error] 2702#2702: *23 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:09 [error] 2702#2702: *25 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:10 [error] 2702#2702: *27 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:24 [error] 2702#2702: *29 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:25 [error] 2702#2702: *31 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:39 [error] 2702#2702: *33 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:40 [error] 2702#2702: *35 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:54 [error] 2701#2701: *37 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:58:55 [error] 2701#2701: *39 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:09 [error] 2701#2701: *41 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:10 [error] 2701#2701: *43 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:24 [error] 2701#2701: *45 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:25 [error] 2701#2701: *47 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:39 [error] 2701#2701: *49 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:40 [error] 2701#2701: *51 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:54 [error] 2701#2701: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 03:59:55 [error] 2701#2701: *55 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:09 [error] 2701#2701: *57 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:10 [error] 2701#2701: *59 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:24 [error] 2701#2701: *61 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:25 [error] 2701#2701: *63 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:39 [error] 2701#2701: *65 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:40 [error] 2701#2701: *67 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:54 [error] 2702#2702: *69 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:00:55 [error] 2702#2702: *71 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:09 [error] 2702#2702: *73 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:10 [error] 2702#2702: *75 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:24 [error] 2702#2702: *77 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:25 [error] 2702#2702: *79 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:39 [error] 2702#2702: *81 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:40 [error] 2702#2702: *83 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:54 [error] 2702#2702: *85 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:01:55 [error] 2702#2702: *87 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:09 [error] 2702#2702: *89 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:10 [error] 2702#2702: *91 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:24 [error] 2702#2702: *93 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:25 [error] 2702#2702: *95 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:39 [error] 2702#2702: *97 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:40 [error] 2702#2702: *99 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:54 [error] 2701#2701: *101 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:02:55 [error] 2701#2701: *103 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:09 [error] 2701#2701: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:10 [error] 2701#2701: *107 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:25 [error] 2701#2701: *109 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:25 [error] 2701#2701: *111 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:40 [error] 2701#2701: *113 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:40 [error] 2701#2701: *115 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:55 [error] 2701#2701: *117 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:03:55 [error] 2701#2701: *119 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:10 [error] 2701#2701: *121 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:10 [error] 2701#2701: *123 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:25 [error] 2701#2701: *125 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:25 [error] 2701#2701: *127 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:40 [error] 2701#2701: *129 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:40 [error] 2701#2701: *131 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:55 [error] 2702#2702: *133 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:04:55 [error] 2702#2702: *135 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:10 [error] 2702#2702: *137 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:10 [error] 2702#2702: *139 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:25 [error] 2702#2702: *141 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:25 [error] 2702#2702: *143 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:40 [error] 2702#2702: *145 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:40 [error] 2702#2702: *147 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:55 [error] 2702#2702: *149 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:05:55 [error] 2702#2702: *151 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:10 [error] 2702#2702: *153 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:10 [error] 2702#2702: *155 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:25 [error] 2702#2702: *157 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:25 [error] 2702#2702: *159 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:40 [error] 2702#2702: *161 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:40 [error] 2702#2702: *163 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:55 [error] 2701#2701: *165 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.20.230, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"
2023/05/02 04:06:55 [error] 2701#2701: *167 connect() failed (111: Connection refused) while connecting to upstream, client: 172.31.6.52, server: , request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "172.31.15.9"


취소
 공유
취소
댓글 0
댓글 알림
나의얼굴