-1

I cant locate the file containing a log of all the IP addresses from where people have accessed my website. I'm running Redhat / CentOS linux system

siliconpi
  • 1,807
  • 6
  • 32
  • 46

2 Answers2

1

accessed my website

It would have been helpful if you'd said that in the first place.

It would also be helpful if you'd mentioned what webserver you are using.

Assuming you are running a standard version of Apache without unusual log configs, then the information you need should be in the access_log files which should be in /var/log/httpd

symcbean
  • 21,009
  • 1
  • 31
  • 52
1

I dont understand what the fuss was all about. I was looking for this and I found it:

/var/log/httpd/access_log
siliconpi
  • 1,807
  • 6
  • 32
  • 46