编辑nginx配置文件:[root@lnmp nginx]# vim /usr/local/nginx/conf/nginx.conf (more…)...
Options、AllowOverride、Require、Order详解
在上一篇文章中《详解apache的配置文件httpd.conf》对一下基本参数进行了描述,拆分几个参数: (more…)...
详解apache的配置文件httpd.conf
详解apache的配置文件httpd.conf:
[crayon-6863c54a1990a291824812/]
申明:本文由BYRD原创(基于HTTPD.2.4.9),未经许可禁止转载!
参...
使用webbench进行压力测试
官方介绍:Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating...
Apache Web服务器mod_rewrite(重写脉冲技术)配置
官方说明:Provides a rule-based rewriting engine to rewrite requested URLs on the fly
检查是否安装模块:
[crayon...
PHP配置XCache、MemCache、OPcache扩展
XCache 是一个开源的 opcode 缓存器/优化器, 这意味着他能够提高您服务器上的 PHP 性能. 他通过把编译 PHP 后的数据缓冲到共享内存从而避免重复的编译过程, 能够直接使用缓冲区已编...
配置apache虚拟主机
增加虚拟主机配置:
一、开启apache虚拟主机配置
[crayon-6863c54a19aa4331235775/]
二、编辑虚拟主机配置
[crayon-6863c54a19aa68684...
Apache Web服务器mod_deflate(压缩模块)配置
官方说明:Compress content before it is delivered to the client
检查是否安装模块:
[crayon-6863c54a19ae780689740...
Apache Web服务器mod_expires(缓存模块)配置
官方说明:Generation of Expires and Cache-Control HTTP headers according to user-specified criteria (more...
ALL PRIVILEGES权限详解
ALL PRIVILEGES权限包括:
[crayon-6863c54a19c0d725806883/]
申明:本文由BYRD原创(基于Mysql5.6.16),未经许可禁止转载!...
4