Hi, Using Putty, is there a command I can use to search a certain IP to see what sites are visited from that particular IP? I'm using a Virtuzzo server with Linux Thanks
Have a look into your web-serverlog /var/log/apache2/access.log or use grep "201.155.23.68" /var/log/apache2/access.log | less replace the IP with the one you are looking for. regard detlef ps. ping yourself from my server ping.cable.nu