Inception 메모장

오젼·2022년 10월 11일
0

Mariadb

mariadb-server

wp

  • wp user list

Nginx

OPENSSL

fpm

www.conf

Wordpress

AUTH_KEY

tls

wp cli

php

ERROR: Another FPM instance seems to already listen on /run/php/php7.3-fpm.sock
[20-Oct-2022 09:25:34] ERROR: Another FPM instance seems to already listen on /run/php/php7.3-fpm.sock
[20-Oct-2022 09:25:34] ERROR: FPM initialization failed
  • --> 아 바보 system php7.3-fpm stop 하고 저거 해야 함. stop된 상태에서 foreground로 돌려야함.
wordpress  | [20-Oct-2022 10:01:32] ERROR: Unable to create the PID file (/run/php/php7.3-fpm.pid).: No such file or directory (2)

php8.1-fpm

워드프로세스 설정파일 가보니까 php7.3은 업그레이드 해야된다고 나옴.

docker 포트포워딩

shell script

docker compose

volumes

How To Install Linux, Nginx, MariaDB, PHP (LEMP stack) on Debian 10

docker compose

depends_on

  • container 시작만 보장해주는 거고 서비스가 제대로 작동하는지를 기다려 주진 않음. 때문에 service startup order를 정확하게 맞추기 위해선 따로 작업이 필요함 (ex. wordpress에서 mariadb 컨테이너를 기다려야 하기 때문에 entrypoint.sh 에서 mariadb -h host .. 로 연결될 때까지 sleep 걸어주는 것)

메모

  • service mariadb 대신 mysql로 하면 실행 됨🥲
  • mariadb-server install 이후 service mysql restart 하고 mysql_secure_installation 실행하면 root 패스워드 공백입력 됨
  • nginx 설치 이후에 터미널에서 로컬호스트 접속 잘 되는지 확인하려면 curl 명령어 설치 후 해당 주소로 요청 보내보면 됨. service nginx start로 nginx 켜고 확인하기

redis

daemonize no

ftp

passwd, chpasswd

background no

adminer

goaccess

php-fpm .html

nginx websocket proxy

realtime ssl

nginx에서 proxy로 https->http로 오면 자동으로 ssl 사용. 대신 ws-uri를 wss:// ~ 로 바꿔줘야 했음

simple static website

node.js, express

0개의 댓글