Results 15 issues of Been Kyung-yoon

> CentOS 8 EOS - https://github.com/php79/stack/issues/56#issuecomment-741509611 Rocky Linux 8 https://rockylinux.org/ ``` Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®....

### 문제점 `-d ${INPUT_DOMAIN} -d www.${INPUT_DOMAIN}` 설정으로 domain.com, www.domain.com 이 항상 붙게 됨. 문제는 phpmyadmin.php79.net 발급시, 사용하지 않는 www.phpmyadmin.php79.net 까지 DNS 셋팅이 되어 있어야 함. > 관련 이슈 : https://github.com/php79/stack/issues/57#issuecomment-511252373...

letsencrypt

let's encrypt ssl 업데이트시 에러 발생. ``` # /etc/cron.daily/php79-certbot-auto-renew Your system is not supported by certbot-auto anymore. Certbot will no longer receive updates. Please visit https://certbot.eff.org/ to check for other...

letsencrypt

composer 로 설치하는 방법은 기존과 비슷한데, `--prefer-dist` 옵션만 추가됨 https://laravel.com/docs/8.x#via-composer-create-project ``` composer create-project --prefer-dist laravel/laravel blog ``` https://getcomposer.org/doc/03-cli.md --prefer-dist: Reverse of --prefer-source, Composer will install from dist if possible. This...

### php 미설치 설정 stack.conf ``` # 2개 이상 설치할 수 있고, 모두 0으로 두어 모두 설치하지 않을 수 도 있습니다. PHP53=0 PHP54=0 PHP55=0 PHP56=0 PHP70=0 PHP71=0 PHP72=0 # PHP...

### 에러 mariadb 만 설치된 서버에서 업데이트시 다음 에러 발생 ``` [root@db-a stack]# ./self-update.sh php79 stack version 0.9.12 ### 업데이트전 nginx 설정을 먼저 테스트합니다. ### ./self-update.sh: line 16: /usr/sbin/nginx: 그런...

# Laravel 과 차이점 - Document Root 가 public/ 이 아닌 .env 가 존재하는 상위 디렉토리임. - `cd ~/master && git clone --depth=1 --branch=master https://github.com/xpressengine/xpressengine.git public` - nginx rewrie 별도...

http://codeigniter-kr.org/ 3.0 - http://www.ciboard.co.kr/user_guide/kr/installation/index.html 2.1 - http://codeigniter-kr.org/user_guide_2.1.0/installation/index.html

> 우선 stack 에서 지원 가능한 지만, 1차 조사 ### 소개 https://aws.amazon.com/ko/amazon-linux-ami/ https://aws.amazon.com/marketplace/pp/B00635Y2IW ### 패키지 업데이트 내역 https://aws.amazon.com/ko/amazon-linux-ami/2016.03-release-notes/ mysql55-5.5.46 mysql56-5.6.27 nginx-1.8.1 php55-5.5.33 php56-5.6.19 ### RHEL 과의 차이점은? - EPEL 등...

# 개요 백업 에러 유무에 대한 정기 점검 시행시, 이미 해결된 과거 로그가 계속 노출됨 ``` # grep ERROR /var/log/rsnapshot|tail [2017-11-28T04:05:01] /usr/bin/rsnapshot daily: ERROR: rsnapshot can not continue. If you...