会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冷空气的清晰
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
9
下一页
2020年3月25日
如何配置php.ini以提高Web服务器的安全性
摘要: https://www.linuxidc.com/Linux/2020-02/162212.htm
阅读全文
posted @ 2020-03-25 09:26 冷空气的清晰
阅读(144)
评论(0)
推荐(0)
2020年3月24日
如何利用Nginx实现简单的负载均衡
该文被密码保护。
阅读全文
posted @ 2020-03-24 15:08 冷空气的清晰
阅读(0)
评论(0)
推荐(0)
部署多服务器配置Nginx负载均衡
摘要: 我们先下载nginx安装包 http://nginx.org/en/download.html 然后源码编译安装 安装完成以后分别启动不同的nginx 分别通过不同的端口号访问nginx返回不同的信息测试nginx是否安装成功并启动 http { include mime.types; defaul
阅读全文
posted @ 2020-03-24 14:54 冷空气的清晰
阅读(401)
评论(0)
推荐(0)
2020年3月23日
执行git命令时出现fatal: 'origin' does not appear to be a git repository错误
摘要: 在执行git pull origin master时出现: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure yo
阅读全文
posted @ 2020-03-23 16:16 冷空气的清晰
阅读(9989)
评论(0)
推荐(0)
2020年3月15日
nginx访问php文件
摘要: server { listen 80; server_name ctail.top; root /data; index index.php; #location / { # root /data; # index index.php; #} location ~ .php$ { fastcgi_p
阅读全文
posted @ 2020-03-15 16:20 冷空气的清晰
阅读(595)
评论(0)
推荐(0)
2020年3月13日
CentOS 7升级php5.4到php7.2
摘要: 更新源1 rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm 2 rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm移除原来版本 3 yum rem
阅读全文
posted @ 2020-03-13 13:25 冷空气的清晰
阅读(150)
评论(0)
推荐(0)
2019年10月16日
YII接收application/json
摘要: request中加入 'parsers' => [ 'application/json' => 'yii\web\JsonParser', 'text/json' => 'yii\web\JsonParser', ]
阅读全文
posted @ 2019-10-16 13:17 冷空气的清晰
阅读(448)
评论(0)
推荐(0)
2019年9月3日
nginx限流配置
摘要: limit_req_zone $binary_remote_addr zone=mylimit:10m rate=1r/s localhost ~\.php$ { limit_req zone=mylimit burst=1 nodelay; try_files $uri =404; .......
阅读全文
posted @ 2019-09-03 15:42 冷空气的清晰
阅读(157)
评论(0)
推荐(0)
Ubuntu 下安装redis
摘要: 启动 Redis 查看 redis 是否启动?
阅读全文
posted @ 2019-09-03 10:12 冷空气的清晰
阅读(153)
评论(0)
推荐(0)
2019年8月14日
window本地环境安装phpmyadmin
摘要: 1.下载phpMyAdmin文件 2.解压后得到一个目录,进入相关目录中的\libraries目录,找到 config.default.php文件copy份到上级目录,并命名为config.inc.php ; 在config.inc.php中 找到 $cfg['PmaAbsoluteUri'] 修改
阅读全文
posted @ 2019-08-14 11:24 冷空气的清晰
阅读(931)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告