Skip to main content

Does this Apache status look right?

Comments

4 comments

  • rhenderson
    In doing some reading (I am not used to Nginx) I assume Apache is reporting the connections from the local server to Nginx. If that's the case other than something like netstat -tn 2>/dev/null | grep :80 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head via SSH is there away to see the ip connections Nginx is serving?
    0
  • cPRex Jurassic Moderator
    Hey there! You'll want to make sure that mod_remoteip is installed on the server: Can you try that and see if you get the IP addresses displayed how you expect?
    0
  • rhenderson
    cPRex that is exactly what I was looking for, the instructions worked perfectly, thanks for sharing, it is very much appreciated.
    0
  • cPRex Jurassic Moderator
    I'm glad to hear that's working well now!
    0

Please sign in to leave a comment.