From 543f416374a6687c4174a8f001f2ac88c9a986c7 Mon Sep 17 00:00:00 2001 From: carolinewuyan <309866211@qq.com> Date: Mon, 11 Aug 2014 17:36:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ow to analyze Squid logs with SARG log analyzer on CentOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/tech/20140716 How to analyze Squid logs with SARG log analyzer on CentOS.md b/translated/tech/20140716 How to analyze Squid logs with SARG log analyzer on CentOS.md index 07a4fe6be9..4bc0eba51b 100644 --- a/translated/tech/20140716 How to analyze Squid logs with SARG log analyzer on CentOS.md +++ b/translated/tech/20140716 How to analyze Squid logs with SARG log analyzer on CentOS.md @@ -18,7 +18,7 @@ SARG(或者说是Squid分析报告生成器)是一款基于web的工具, # yum install gcc make wget httpd crond -在启动时加载必要的服务 +在启动时加载必要的服务 # service httpd start; service crond start # chkconfig httpd on; chkconfig crond on