Finding IP info from access_log file

I found the /var/www/logs/access_log file (access log in order to find specific information about IP, And when users last logged in.)

but in my fedora the access_log file is is in my /var/log/cups and it looks different from what it should be. Why is that?

my goal is to get a list of IP addresses from this access log file... but i have a feeling im lookin at the wrong access log file

Hi,
do you mean you are looking for apache webserver access logs?
Try in /var/log/httpd

see ya
fra

You can always check your httpd.conf where the logging goes to. Maybe that one in the CUPS directory is an old one or just a misconfiguration.

im looking for a the access_log file and i have to view the last 300 lines of this file

You have not told us which access log you are really looking for. Is it an access log for the CUPS printing subsystem, Apache web server or what? You need to be specific.