conf
PHP编译参数
php5.6.29./configure --prefix=/usr/local/php56-5.6.29 --with-config-file-path=/usr/local/php56-5.6.29/etc --enable-igbinary --en
nginx 匹配规则 配置说明
语法规则: location [=|~|~*|^~] /uri/ { … }= 开头表示精确匹配^~ 开头表示uri以某个常规字符串开头,理解为匹配 url路径即可。nginx不对url做编码,因此请求为/static/20%/aa,可以被规则^~ /static/
Redis config 漏洞修复
使用redis默认使用root账号启动,如果主机没有放在内网,限制ip访问会导致,安全漏洞:目前主要是redis config set问题,可以使用如下三种方案解决,优先级从低到高。1、临时解决方案:去掉config命令,修改redis.conf,增加如下
xml2-config not found
安装PHP时,使用./configure出现了此错误:xml2-config not found libxml2 not found 需要安装 libxml2就行了,包括libxml和libxml-devel等,直接一个语句搞定吧:
贡献会员 Top 5
热门文章
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |