摘要: yum自动安装:yum install lrzsz 阅读全文
posted @ 2013-07-07 17:22 Rayol 阅读(1820) 评论(0) 推荐(0)
摘要: gzip决定是否开启gzip模块param:on|offexample:gzip on;gzip_buffers设置gzip申请内存的大小,其作用是按块大小的倍数申请内存空间param1:intparam2:int(k) 后面单位是kexample: gzip_buffers 4 8k;gzip_comp_level设置gzip压缩等级,等级越底压缩速度越快文件压缩比越小,反之速度越慢文件压缩比越大param:1-9example:gzip_com_level 1;gzip_min_length当返回内容大于此值时才会使用gzip进行压缩,以K为单位,当值为0时,所有页面都进行压缩param: 阅读全文
posted @ 2013-07-07 12:39 Rayol 阅读(861) 评论(0) 推荐(0)
摘要: [PHP];;;;;;;;;;;;;;;;;;;; About php.ini ;;;;;;;;;;;;;;;;;;;;; PHP's initialization file, generally called php.ini, is responsible for; configuring many of the aspects of PHP's behavior. ;PHP的初始化文件,命名为php.ini,负责配置PHP的各种行为和功能。; PHP attempts to find and load this configuration from a number of 阅读全文
posted @ 2013-07-07 00:24 Rayol 阅读(3151) 评论(3) 推荐(2)