hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : accessed pages
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

accessed pages

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 05-05-2010, 08:57 AM
feliper feliper is offline
Junior Guru Wannabe
 
Join Date: Oct 2007
Posts: 73

accessed pages


Hi, I need see which pages this ip 41.178.234.167 has accessed a particular site, how i make it?


I use:
OS: CentOS
core2quad/8GB ram/2x750GB HD
WHM+cPanel

Reply With Quote


Sponsored Links
  #2  
Old 05-05-2010, 09:01 AM
boxer boxer is offline
Aspiring Evangelist
 
Join Date: Sep 2008
Location: NewYork
Posts: 436
cat /etc/hosts; and see if there the ip; if not go to the list account and you should see the cPanel account which use this ip there.

Reply With Quote
  #3  
Old 05-05-2010, 09:47 AM
hostechsupport hostechsupport is offline
Disabled
 
Join Date: Jun 2005
Posts: 587
You can see that by using following command:

grep 41.178.234.167 /usr/local/apache/logs/access_log

It probably will give you access logs of this particular IP on your server.

Reply With Quote
Sponsored Links
  #4  
Old 05-05-2010, 10:07 AM
feliper feliper is offline
Junior Guru Wannabe
 
Join Date: Oct 2007
Posts: 73
I try use "grep 41.178.234.167 /usr/local/apache/logs/access_log" but see anything.

root@flash [~]# grep 41.178.234.167 /usr/local/apache/logs/access_log
root@flash [~]# grep '41.178.234.167' /usr/local/apache/logs/access_log
root@flash [~]#

Reply With Quote
  #5  
Old 05-05-2010, 10:14 AM
boxer boxer is offline
Aspiring Evangelist
 
Join Date: Sep 2008
Location: NewYork
Posts: 436
Is you use cPanel just list the account name page and see if there any account use that ip; if not and your ip located to your range so it's a free ip; you can check it by going to "change account ip" and you will see it listed there.

Reply With Quote
  #6  
Old 05-05-2010, 10:21 AM
feliper feliper is offline
Junior Guru Wannabe
 
Join Date: Oct 2007
Posts: 73
I think I do not understand, I need to know what pages were accessed by ip 41.178.234.167 on my site.

Reply With Quote
  #7  
Old 05-05-2010, 10:23 AM
boxer boxer is offline
Aspiring Evangelist
 
Join Date: Sep 2008
Location: NewYork
Posts: 436
There is nothing i think,

Code:
http://www.bing.com/search?q=ip%3A%2241.178.234.167%22&go=&form=QBRE&filt=all

Reply With Quote
  #8  
Old 05-05-2010, 11:25 AM
feliper feliper is offline
Junior Guru Wannabe
 
Join Date: Oct 2007
Posts: 73
I am not able to express myself, look problen:

IP 41.178.234.167 have access in my software of control accounts(WHMCS), and i need see what pages this ip access in WHMCS.

understand?

I need view access log of apache and locate folow pages this ip access in my WHMCS.

Reply With Quote
  #9  
Old 05-05-2010, 11:32 AM
boxer boxer is offline
Aspiring Evangelist
 
Join Date: Sep 2008
Location: NewYork
Posts: 436
ah man! what version of WHMCS you have ?

if you log in as root ~ssh run the command

whois 41.178.234.167

and see if the ip is related to your range ip; if not; check your ip address

www.showip.com; if it not your ip; change your password for admin panel WHMCS; and contact whmcs.com to check if you have the latest version or not, i think some attacker has log/get your password or bypass your adminpanel by any 0d4y exploit;

/boxer

Reply With Quote
  #10  
Old 05-05-2010, 11:35 AM
feliper feliper is offline
Junior Guru Wannabe
 
Join Date: Oct 2007
Posts: 73
boxer u not understand me, look I need know where should I look at the server access logs of apache.

Reply With Quote
  #11  
Old 05-05-2010, 11:36 AM
boxer boxer is offline
Aspiring Evangelist
 
Join Date: Sep 2008
Location: NewYork
Posts: 436
Code:
tail -f /usr/local/apache/logs/error_log

Reply With Quote
  #12  
Old 05-05-2010, 03:22 PM
jamjam jamjam is offline
Web Hosting Evangelist
 
Join Date: Mar 2009
Posts: 519
Quote:
Originally Posted by feliper View Post
I try use "grep 41.178.234.167 /usr/local/apache/logs/access_log" but see anything.

root@flash [~]# grep 41.178.234.167 /usr/local/apache/logs/access_log
root@flash [~]# grep '41.178.234.167' /usr/local/apache/logs/access_log
root@flash [~]#
If you saw nothing most likely that IP did not visited your site

__________________
Learning...

Reply With Quote
  #13  
Old 05-05-2010, 04:40 PM
energizedit energizedit is offline
Web Hosting Master
 
Join Date: Nov 2009
Location: USA
Posts: 644
Why do you think this IP visited your server? If it isn't showing up with a grep to the access log either your logging is broken or they didn't access any page on your server.

__________________
Energized I.T. Web Hosting
Hosting | Template Customization | Domain Names
Ministry Web Hosting

Reply With Quote
  #14  
Old 05-05-2010, 05:01 PM
VMhostsTech VMhostsTech is offline
Junior Guru Wannabe
 
Join Date: Apr 2010
Posts: 44
Hello,

Please note that the main log file for apache on a cPanel server is /usr/local/apache/logs/access_log. You can also check the Domain Access Logs:/usr/local/apache/domlogs/domain.com for each domain hosted on the server for any traces of the IP. If both the files do not contain the IP then you can be sure that the IP didn't access the different pages of your websites.

Reply With Quote
  #15  
Old 05-05-2010, 05:20 PM
SPaReK SPaReK is offline
Web Hosting Master
 
Join Date: Apr 2002
Posts: 654
Quote:
Originally Posted by VMhostsTech View Post
Hello,

Please note that the main log file for apache on a cPanel server is /usr/local/apache/logs/access_log. You can also check the Domain Access Logs:/usr/local/apache/domlogs/domain.com for each domain hosted on the server for any traces of the IP. If both the files do not contain the IP then you can be sure that the IP didn't access the different pages of your websites.
Unless the domlogs and access logs are rotated out or cleared after statistic runs.

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding sites which were accessed by a particular IP designersATwork Hosting Security and Technology 4 01-09-2010 12:24 AM
Domain can't be accessed skyknight Domain Names 4 12-16-2007 10:35 PM
website can not be accessed wfq2 Hosting Security and Technology 2 02-18-2004 04:18 AM
Site cannot be accessed Setheus Web Hosting 14 06-26-2003 02:22 AM
find out which sites being accessed. chuckt101 Hosting Security and Technology 7 03-16-2003 09:41 PM

Related posts from TheWhir.com
Title Type Date Posted
Savvis Launches Online Business Exchange for Data Center Customers Web Hosting News 2013-03-26 10:22:18
DotNetNuke Launches Newly Redesigned Storefront for Modules and Apps Web Hosting News 2012-02-10 16:15:16
Google+ Business Pages – Implications for Search Marketing Blog 2012-01-25 09:58:46
Web Host Savvis Expands Compuware Gomez Performance Monitoring Solutions Web Hosting News 2012-01-11 16:11:00
Apple Launches iCloud Beta, Plans Fall Release Web Hosting News 2011-08-02 14:43:21


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?