Linux 입문 부터 Nginx Php - fpm Ssh 설정 포기 까지

2650 단어 배치 하 다.
[root@7 ~]# groupadd -g777 wy
[root@7 ~]# useradd -u777 -g777 wy
[root@7 ~]# sed -i '/^user/c user wy;' /etc/nginx/nginx.conf
[root@7 ~]# sed -i '/^user/c user = wy /etc/php-fpm.d/www.conf 
[root@7 ~]# sed -i '/^group/c group = wy' /etc/php-fpm.d/www.conf
[root@m ~]# vim /etc/php.ini
/Session #   

[Session]
; Handler used to store/retrieve data.
; http://php.net/session.save-handler
;session.save_handler = files #    

session.save_handler = redis #   
session.save_path = "tcp://172.16.1.51:6379?weight=1&timeout=2.5" # Redis ip   
[root@m ~]# vim /etc/ssh/sshd_config
/UseDNS #  
#ShowPatchLevel no
#UseDNS yes
UseDNS no #      no
#PidFile /var/run/sshd.pid
[root@m ~]# vim /etc/redis.conf
bind 127.0.0.1 172.16.1.51 {{ ansible_eth1.ipv4.address }} # Redis IP  

좋은 웹페이지 즐겨찾기