LNMP redis进程死掉了,重启报错Could not connect to Redis at 127.0.0.1:6379: Connection refused ,/var/run/redis.pid exists, process is already running or crashed redis进程死掉了,重启报错如下 Could not connect to Redis at 127.0.0.1:6379: Connection refused done /var/... 12月11日 发表评论 阅读全文
LNMP lnmp一键安装出现bash: lnmp: command not found解决方法 Linux系统(centos debian Ubuntu等) 进入lnmp1.7文件夹 然后使用以下命令复制文件到/bin/目录即可 cp ./conf/lnmp /bin/ 10月31日 发表评论 阅读全文
Debian和Ubuntu如何重新打包成deb安装文件 mkdir -p extract/DEBIAN dpkg-deb -x package.deb extract/ dpkg-deb -e package.deb extract/DEBIAN mkdi... 09月21日 LNMP 发表评论 阅读全文
LNMP强制更新Let’s Encrypt的SSL证书命令,系统为Centos 6.8 64bit 系统为Centos 6.8 64bit 环境为lnmp1.5 ssh工具连接到linux服务器后,执行以下命令 "/usr/local/acme.sh"/acme.sh --force --cron ... 10月25日 LNMP 发表评论 阅读全文
LNMP卸载memcache/memcached 之前卸载遇到过坑,把正确的姿势记录下来 系统为centos 6.8 64bit 环境为lnmp1.5 首先关闭服务 service memcached stop 关闭开机启动 chkconfig me... 10月17日 LNMP 发表评论 阅读全文
Nginx服务器虚拟主机Virtual Host配置详解 在Linux服务器或VPS上通用的配置方法。 如果不是自己配置服务器环境,可以选择去Lnmp.org使用一键安装包。 09月20日 LNMP 发表评论 阅读全文
配置SSL证书到Nginx服务器的方法,免费的SSL证书也可以! 按照如下格式修改nginx.conf 配置文件,80端口会自动转给443端口,这样就强制使用SSL证书加密了。访问http的时候会自动跳转到https上面。 09月14日 LNMP 发表评论 阅读全文
LNMP Centos6.8 64bit使用lnmp1.6搭建WordPress网站所需服务器环境 2018年8月10日更新为lnmp1.5 2020年3月10日更新为lnmp1.6 --------------------------- 1\服务器操作系统基本配置(操作系统centos 6.8 6... 08月10日 发表评论 阅读全文
ERROR: An another FPM instance seems to already listen on /tmp/php-cgi.sock 1.check php-fpm process if it already runing Using command below: ps aux |grep php-fpm 2. if it alre... 07月20日 LNMP 发表评论 阅读全文
How to repair ERROR 2006 (HY000) at line ???: MySQL server has gone away This error was caused by your large Database's .sql files.You can't inport too large how to deal wit... 07月01日 LNMP 发表评论 阅读全文