详解apache的配置文件httpd.conf:
[crayon-6882fb0ae31c2706426221/]
申明:本文由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-6882fb0ae348e423568724/]
二、编辑虚拟主机配置
[crayon-6882fb0ae348f1334...
Apache Web服务器mod_deflate(压缩模块)配置
官方说明:Compress content before it is delivered to the client
检查是否安装模块:
[crayon-6882fb0ae34c711750396...
Apache Web服务器mod_expires(缓存模块)配置
官方说明:Generation of Expires and Cache-Control HTTP headers according to user-specified criteria (more...
ALL PRIVILEGES权限详解
ALL PRIVILEGES权限包括:
[crayon-6882fb0ae358c313661734/]
申明:本文由BYRD原创(基于Mysql5.6.16),未经许可禁止转载!...
MySQL下建立用户授权权限
建立用户,授权数据库:
[crayon-6882fb0ae35c0319161430/]
远程连接同上:
[crayon-6882fb0ae35c1041444734/]
申明:本文由BYRD...
MySQL下查看用户、数据库
命令行下查看用户、数据库:
[crayon-6882fb0ae3604222279810/]
申明:本文由BYRD原创(基于Mysql5.6.16),未经许可禁止转载!...
21