본문 바로가기
반응형

이슈4

docker-php-ext-install intl 모듈 설치 에러 해결방법 이슈 composer 설치 중에 intl 모듈이 필요하다고 해서 모듈 설치 도중에 에러가 발생 docker-php-ext-install intl configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works. 해결방법 libicu-dev 패키지를 설치하면 해결 apt-get install libicu-dev 2022. 4. 8.
Docker installation failed, please visit https://docs.docker.com/install for instructions.Last error: # Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be Outline VPN 에러 이슈 해결 이슈 Docker installation failed, please visit h ttps://docs.docker.com/install for instructions. Last error: # Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2 c32be + sh -c apt-get update -qq >/dev/null W: GPG error: https://download.docker.com/linux/ubuntu focal InRelease: The following sign atures couldn't be verified because the public key is not available: NO_PUBKE.. 2021. 9. 14.
apache2 Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server conf 문제 해결 증상 apache2 conf 설정을 한 후 서비스를 재시작하려고 할 때 실패를 하고 systemctl status apache2.service 시 Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server conf 에러 문이 나오면서 apache2 서비스가 시작이 안된다 서버 환경 AWS ubuntu18.04 원인 apache2 ssl 모듈이 로드가 되지 않아서 에러가 생긴 것 해결 sudo a2enmod ssl sudo service apache2 restart apache2 ssl 모듈을 활성화한 후 apache2 서비스 재시작을 하여 해결 2021. 7. 29.
ubuntu 환경에서 docker container가 갑자기 stop 되는 문제 해결 증상 웹사이트에 접속이 안된다는 연락을 받고 서버에 접속을 해서 확인해 보았는데 container가 stop 상태로 되어 있었다 원인 원인을 파악하기 위해 언제부터 웹사이트가 접속이 안됐는지 로그들을 살펴보았다 06:40:03 이때부터 접속이 안 되는 것으로 확인이 됐고 이 시점부터 확인을 해보았다 서버 모니터링 값을 보았을땐 특이한 이상한 점은 보이지 않았으며 (cpu나 트래픽 등 거의 없었음) php 로그에선 06:38:16 시점에 종료가 되는 로그가 찍혀있었다 [27-Jul-2021 06:38:16] NOTICE: Terminating ... [27-Jul-2021 06:38:16] NOTICE: exiting, bye-bye! /var/log/syslog 로그를 봤을 때 느낌이 왔다 Jul 27 .. 2021. 7. 28.
반응형