Hi all,
I am facing a strange problem ...
.. something went wrong with the logfiles from apache2.
I migrated from vhcs2.4.7.1 to ispcp two weeks ago with smaller isues but most of them are solved. Thanks to the great forum here !!!
But now due to the logfile issue I think my traffic calculation went wrong.
I get very huge other_vhosts_access.log files. Round about 100MB per day. But inside the file are informations from other valid domains which I am hosting.
Code:
cat other_vhosts_access.log
xxx.de:80 93.211.64.211 - - [06/Sep/2009:12:16:30 +0200] "GET /images/ebay/tables/adapters/A_5.jpg HTTP/1.1" 200 17265 "http://cgi.ebay.de/WLAN-Yagi-Antenne-18dBi-3M-Netgear-Edimax-D-Link-Wifi_W0QQitemZ230370040324QQcmdZViewItemQQptZDE_Computer_Peripherie_Netzwerk?hash=item35a31fda04&_trksid=p3286.c0.m14" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)"
xxx.de:80 93.211.64.211 - - [06/Sep/2009:12:16:30 +0200] "GET /images/ebay/tables/adapters/A_6.jpg HTTP/1.1" 200 19529 "http://cgi.ebay.de/WLAN-Yagi-Antenne-18dBi-3^C
[...]
yyy.com:80 91.34.146.165 - - [06/Sep/2009:12:17:26 +0200] "GET /zzz/en/img/schulfotos/103/st__hildae32123_s_college-652.jpg HTTP/1.1" 200 37901 "http://www.zzz.com/zzz/sprachschulen/england/oxford/st__hildaffdss3_s_college.php?bereich=1&sprache=1&land=3&unterbringung=2&preiskat=2&alter=16" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)"
yyy.com:80 84.143.220.238 - - [06/Sep/2009:12:17:29 +0200] "POST /zzz/sprachschulen/england/oxford/st__hilda_s_college.php HTTP/1.0" 200 31006 "http://www.yyy.com/zzz/sprachschulen/england/oxford/st__hilda_s_43college.php" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)"
yyy.com:80 91.34.146.165 - - [06/Sep/2009:12:17:29 +0200] "GET /zzz/img/schulfotos/103/st__hilda2344_s_college-651.jpg HTTP/1.1" 200 53129 "http://www.yyy.com/zzz/sprachschulen/engla^C
In my apache.conf is this parameter
Code:
#
# Define an access log for VirtualHosts that don't define their own logfile
CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined
Does anybody knows why this went wrong?
Br
Jan