ssh see what ip is loading (full url ...)

Discussion in 'PHP' started by thesurface, Feb 25, 2012.

  1. #1
    how in my ssh console i can see what for example IP 188.xxx.xxx.xx is loading ? like full url ...
     
    thesurface, Feb 25, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    If you mean the current user, you can't. You can check the server's log - if you have access to it - to see who's been using it.
     
    Rukbat, Feb 25, 2012 IP
  3. Estevan

    Estevan Peon

    Messages:
    120
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    0
    #3
    hello

    go in logs folder and use command grep

    like :
    grep '188.xxx.xxx.xx' access_log

    access_log is a site logs change to name used by your server

    Best
     
    Estevan, Feb 26, 2012 IP