编辑nginx配置文件:[root@lnmp nginx]# vim /usr/local/nginx/conf/nginx.conf (more…)...
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 Web服务器mod_deflate(压缩模块)配置
官方说明:Compress content before it is delivered to the client
检查是否安装模块:
[crayon-686a4e5d9c1d414438355...
Apache Web服务器mod_expires(缓存模块)配置
官方说明:Generation of Expires and Cache-Control HTTP headers according to user-specified criteria (more...
Centos6.4 安装Apache Web服务器
系统环境:
Nginx Web:hostname:apache #IP:192.168.199.103/24 Centos 6.4 2.6.32-358.el6.x86_64 (more&he...
Centos6.4 安装Php 5.4.26
This content is password protected. To view it please enter your password below:
Password:
...
linux manpage 安装中文包
提供man的中文包,这样可以用自己的母语更快的学习linux,不过建议还是用英语,过度阶段可以试用一下。要习惯英文环境。
首选去http://code.google.com/p/manpages...
Linux(Centos) 用户切换su 与su – 区别
正确的切换方式:
[crayon-686a4e5d9c3bb686352638/]
正确的环境变量:
[crayon-686a4e5d9c3bc344613348/]
不正确的切换方式:
[...
Centos 登陆用户提示bash-4.1(bash-3.2)
类linux系统执行脚本或者误删除后,可以导致登陆系统是这个样子的-bash-4.1$、-bash-3.2$。
5.8提示是:-bash-3.2(不一定绝对准确)
6.4提示是:-bash-4.1...
4