2023-05-12 开启多语言插件支持……

 分类:Linux

nginx http-contact 合并CSS/JS 优化网站相应

nginx http-contact 合并CSS/JS 优化网站相应
nginx-http-concat 是由淘宝开发的,用于合并静态资源使用的。 Nginx concat通过合并静态文件来减少http请求数来达到优化前端性能,可以在一定程度上能减少web服务器的压力。   下载地址: wget https://codeload.git...

苏 demo 7年前 (2017-10-30) 2961℃ 0喜欢

nginx http_image_filter_module模块简易实现图片服务器

nginx http_image_filter_module模块简易实现图片服务器
http_image_filter_module是nginx提供的集成图片处理模块,支持nginx-0.7.54以后的版本,在网站访问量不是很高磁盘有限不想生成多余的图片文件的前提下可,就可以用它实时缩放图片,旋转图片,验证图片有效性以及获取图片宽高以及图片类型信息,由于是即时计...

苏 demo 7年前 (2017-09-28) 3267℃ 0喜欢

linux 查看远程服务器端口开启状况

linux 查看远程服务器端口开启状况
netcat(或简称 nc )是一个功能强大且易于使用的程序,可用于 Linux 中与 TCP、UDP 或 UNIX 域套接字相关的任何事情。 如题, yum -y install nc nc -zv 123.57.230.26  80 多个端口 nc -zv 192.168....

苏 demo 7年前 (2017-09-25) 2662℃ 0喜欢

nginx 内置变量解析

nginx 内置变量解析
ngxin 服务器 nginx做代理服务器架构图 为了方便配置和使用nginx,nginx核心模块ngx_http_core_module自带有许多内置的人性化变量 $arg_name:请求中的的参数名,即“?”后面的arg_name=arg_value形式的arg_nam...

苏 demo 7年前 (2017-09-25) 3192℃ 0喜欢

curl: (2) Failed Initialization报错

curl: (2) Failed Initialization报错
curl出现curl: (2) Failed Initialization报错 报错可能是curl出问题了,下载curl包,重新编译curl wget https://curl.haxx.se/download/curl-7.54.0.tar.gz tar -zxvf curl-...

苏 demo 7年前 (2017-09-06) 3332℃ 0喜欢

centos 安装zend opcache

centos 安装zend opcache
安装步骤 wget http://pecl.php.net/get/zendopcache-7.0.5.tgz tar xzf zendopcache-7.0.5.tgz cd zendopcache-7.0.5 /usr/local/php/bin/phpize (此处根据实...

苏 demo 7年前 (2017-06-06) 2389℃ 0喜欢

centos 6.8 安装elasticsearch 服务

centos 6.8 安装elasticsearch 服务
一、环境准备 ElasticSearch建议使用oracle的JDK8(7有漏洞); 安装前需要在系统中检测是否有安装过jdk。 rpm –qa | grep –E ‘^open[jre|jdk]|j[re|dk]’ 如果有,可能是...

苏 demo 7年前 (2017-05-16) 3541℃ 0喜欢