Setting up Multiple Distributions
I just hit "Deploy a Linux Distribution" and setup a LEMP distribution thru stackscripts.
Now I only have 1 IP address, when I SSH into my VPN, how do I know if I'm running with apache or nginx? is there a separate login or folder?
Thanks in advance for any help.
6 Replies
The universal case: "sudo ss -ntlp", look for the *:80 or :::80 line with either "apache" or "nginx" in it.
@hoopycat:
ss ("socket statistics") is part of iproute, along with ip.
Ah, so I am behind the times. Nothing new about that.