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 php、编译、configure 7年前 4142 浏览
nginx 匹配规则 配置说明 语法规则: location [=|~|~*|^~] /uri/ { … }= 开头表示精确匹配^~ 开头表示uri以某个常规字符串开头,理解为匹配 url路径即可。nginx不对url做编码,因此请求为/static/20%/aa,可以被规则^~ /static/ nginx、conf 8年前 5464 浏览
Redis config 漏洞修复 使用redis默认使用root账号启动,如果主机没有放在内网,限制ip访问会导致,安全漏洞:目前主要是redis config set问题,可以使用如下三种方案解决,优先级从低到高。1、临时解决方案:去掉config命令,修改redis.conf,增加如下 redis、php、config 9年前 4201 浏览
xml2-config not found 安装PHP时,使用./configure出现了此错误:xml2-config not found libxml2 not found 需要安装 libxml2就行了,包括libxml和libxml-devel等,直接一个语句搞定吧: xml2-config、libxml2 9年前 3119 浏览