基于 CentOS6 搭建 lnmp 环境 马谦马谦马谦 615文章 17评论 2017 年 10 月 22 日 15:42:49CentOS评论296字数 196阅读 0 分 39 秒阅读模式 一、概述 lnmp 环境指: linux:系统环境是 linux nginx:web 服务器 mysql:数据库 php:网页 系统环境:腾讯云,CentOS6.9 x64,所有软件基于官方源码安装。 二、方法 1. 安装 nginx https://www.dyxmq.cn/?p=150 2. 安装 mysql chrome 点赞 登录收藏 https://www.dyxmq.cn/linux/centos/centos6-intall-lnmp-environment.html 复制链接 复制链接
CentOS CentOS 8 找不到 chsh 命令的解决方案 使用 chsh 修改用户的默认 shell 报错: [root@centos8 ~]$ chsh -s /bin/zsh main sudo: chsh: command not found 原因:CentO... 03 月 16 日2评论linux
运维 nginx 中的内置变量 host 和 proxy_host 反向代理配置: server { listen 80; server_name mirrors.maqian.work; location / { proxy_pass http://mirrors.... 04 月 01 日1,564评论nginx
计算机网络 HTTP 协议中的 Basic Authentication 认证 一、关于 Basic Authentication HTTP 本身提供了一种基础的认证方式 Basic Authentication,使得访问者在访问时需要输入账号密码认证之后才能访问到页面: 如果没有输入... 11 月 16 日3,372评论http nginx
运维 nginx 错误 the "ssl" directive is deprecated 的解决方案 给 nginx 配置 https 时报错: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in "... 07 月 26 日1,953评论nginx
评论