Chinaunix首页 | 论坛 | 博客
  • 博客访问: 376354
  • 博文数量: 166
  • 博客积分: 1972
  • 博客等级: 上尉
  • 技术积分: 1845
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-19 21:16
文章分类

全部博文(166)

文章存档

2013年(7)

2010年(159)

php

分类:

2010-10-12 18:12:07

  • QA/Stage/Production增加对doc/docx的no-gzip

SetEnvIfNoCase Request_URI .(?:pdf|doc|docx|xls|xlsx|mov|avi|mp3|mp4|rm|swf)$ no-gzip dont-vary



  • Production环境的php log修改
  • ;error_reporting  =  E_ALL & ~E_NOTICE
    error_reporting  =  E_ALL
    
    ;display_errors = On
    display_errors = Off
    
    ;log_errors = Off
    log_errors = On
    
    ;error_log = syslog
    error_log = syslog
    

阅读(578) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~