Apache启用gzip压缩

一月 8th, 2010 | No Comments | Posted in Apache | 阅读次数: 365 次

原文:http://www.hiadmin.com/?p=101

  1. <ifmodule mod_deflate.c>
  2. DeflateCompressionLevel 6
  3. SetOutputFilter DE[......]

Read more

Tags:

Apache 防盗链

一月 8th, 2010 | 4 Comments | Posted in Apache | 阅读次数: 417 次

原文:http://www.hiadmin.com/?p=928 临时要求在apache中加防盗链。网上搜集了一些资料整理一下发在这里,方便以后翻阅。 关于mod_authz_host模块参看:

squid3.0反向代理 apache2+squid3

十二月 23rd, 2009 | 4 Comments | Posted in Squid | 阅读次数: 403 次

Author:gaojinbo Time:2009-12-22 squid3.0反向代理 apache2+squid3 一.APACHE配置 apache(81端口)+squid(80端口)(apache和squid跑在同一[......]

Read more

Tags: ,

ubuntu8.04下载安装配置awstats日志分析

十一月 21st, 2009 | 3 Comments | Posted in Apache, Ubuntu | 阅读次数: 303 次

制作:高进波 时间:2009-09-11 AWStats简介:Apache/Windows IIS的日志分析工具的下载,安装,配置样例和使用 apache2安装 apt-get install  apache2 l[......]

Read more

Tags: , ,

Apache安全

十月 14th, 2009 | 3 Comments | Posted in 5.安全, Apache | 阅读次数: 216 次

制作:高进波 时间:2009-10-14 1.查看加载的模块 httpd -l 2.隐藏和伪装版本 vi httpd.conf ServerSigature off ServerTokens Prod 3[......]

Read more

Tags: ,