jarecki74

Active Member
Oct 10, 2010
33
1
58
Hi
i have problem with apache log

my /usr/local/apache/logs/access_log look like

no referer, no browser etc

root@masterhost [~]# tail /usr/local/apache/logs/access_log
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/monta___roletka_prestige_1.jpg HTTP/1.1" 200 15590
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/monta___roletka_prestige_2.jpg HTTP/1.1" 200 13236
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/prestiz8.jpg HTTP/1.1" 200 41192
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/wkladka1.jpg HTTP/1.1" 200 131754
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/prestiz6.jpg HTTP/1.1" 200 31907
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/wkladka3.jpg HTTP/1.1" 200 123148
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/wkladka2.jpg HTTP/1.1" 200 125623
89.71.157.198 - - [26/Aug/2013:12:27:17 +0200] "GET /zdjecia/wkladka4.jpg HTTP/1.1" 200 136224
89.71.157.198 - - [26/Aug/2013:12:27:18 +0200] "GET /zdjecia/prestiz7.jpg HTTP/1.1" 200 26817
root@masterhost [~]#
on my other linux logs look like

192.168.1.50 - - [26/Aug/2013:12:31:43 +0200] "GET /~strony/test/templates/hot_relief/images/shadow.png HTTP/1.1" 200 125 "http://suse/~strony/test/templates/hot_relief/css/layout.css" "Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0"
 
Last edited:

jarecki74

Active Member
Oct 10, 2010
33
1
58
Is there any cPanel or Apache version difference available between both of your linux server ?
Empty log i have on cPanel/whm Centos 6.4
root@masterhost [~]# tail /usr/local/apache/logs/access_log



on SLES 11 log is ok

is there any solution?
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Are you intending to view the Apache domain logs? They are located in:

Code:
/usr/local/apache/domlogs
These logs will provide the additional information (e.g. browser, referrer) that you are seeking.

Thank you.