> -----Original Message-----
> From: goommy [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 17, 2007 9:41 AM
> To: apache??
> Subject: [EMAIL PROTECTED] Why access_log so large?
>
> hi,list!
>
>     My server use 1.3 and work well all the time.
>     Recently,i upate 1.3 to 2.2 with the configuration almost
> same as 1.3! And 2.2 is working well for several days!
>     But when i compare the access_log between 1.3 and 2.2 , i
> find 2.2's access_log so large then 1.3's.

1st possibility: Your site has become more popular, so it gets more hits (maybe 
search engines have noticed your site).

2nd possibility: Your site has evolved between 1.3 and 2.2 and pages now have 
more GIFs, JS, CSS etc. so more hits to load a page.

3rd possibility: Your LogFormat is different between 1.2 and 2.2 and you are 
logging more data per hit.

Get a log analyser and see what's really happening (and save typing all that 
awk stuff...)

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> [1.3 access_log]
> [EMAIL PROTECTED] 09]# cat www_access_log | wc -l
> 39069
> [EMAIL PROTECTED] 09]# awk -F '[ ?]+' '{a[$7]++}END{for(i in
> a)printf "%s %d\n",i,a[i]}' www_access_log | sort -k2nr | head -5
> / 7043
> /rest/track/track.js 1840
> /lbi-image/homepage/gif9901.gif 1791
> /lbi-image/homepage/gif000001.gif 1700
> /rest/text.htm 1610
> [2.2 access_log]
> [EMAIL PROTECTED] 14]# cat www_access_log | wc -l
> 169729
> [EMAIL PROTECTED] 14]# awk -F '[ ?]+' '{a[$7]++}END{for(i in
> a)printf "%s %d\n",i,a[i]}' www_access_log | sort -k2nr | head -5
> / 75393
> /newjs/hexunjs.js 42849
> /newcss/hexun2008.css 7912
> /chinabank.js 7585
> /favicon.ico 6117
>
>     I have two squid in front of apache to cache ,and use
> squid control cache time!!
>      
>
>
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender’s company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender’s company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to