Chinaunix首页 | 论坛 | 博客
  • 博客访问: 339061
  • 博文数量: 97
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 811
  • 用 户 组: 普通用户
  • 注册时间: 2015-02-25 19:22
文章分类

全部博文(97)

文章存档

2021年(1)

2020年(18)

2019年(14)

2018年(29)

2017年(16)

2016年(19)

我的朋友

发布时间:2018-01-01 20:22:12

首先在配置里把重写打开 Options +FollowSymlinks RewriteEngine on RewriteEngine On......【阅读全文】

阅读(1044) | 评论(0) | 转发(0)

发布时间:2017-12-29 15:40:40

Debian镜像使用帮助......【阅读全文】

阅读(2411) | 评论(0) | 转发(0)

发布时间:2017-10-20 15:54:58

如果不想一些地区IP访问服务器可以通过ipset批量添加1.安装# yum install -y ipset2.创建黑/白名单表# ipset create blacklist hash:net (也可以是hash:ip)3.往黑/白名单表添加IP地址# ipset add blacklist 128.0.2.0/24如果需要批量添加好多个可以用shell批量执行此命令4.给iptables添加这个ip集# iptabl.........【阅读全文】

阅读(2924) | 评论(0) | 转发(0)

发布时间:2017-10-18 17:30:56

1.一般无法在某目录写入时,要检查写入权限chmod 777来确认是否是这个问题2.如果还不行就要selinux fcontext的问题了这里我主要针对apache web应用,所以检查apache的context了apache的context种类httpd_sys_content_tRead-only directories and files used by Apache.........【阅读全文】

阅读(907) | 评论(0) | 转发(0)

发布时间:2017-10-16 20:29:13

Options FollowSymLinks MultiViews......【阅读全文】

阅读(695) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册