stevemartin
Basic Pleskian
hello all
i have 2 public ips on plesk and i want to run 1 website 1 apps on port 80
site runs on domain.com
app on client.domain.com
so both are hosted on same server with ,how can i achieve this one ip on website another ip for app
but iam not netaddress already used when i run app as nginx is runing on both IP on port 80
[root@server]# sudo netstat -tlnp | grep 80
tcp 0 0 87.59.471.443:80 0.0.0.0:* LISTEN 11699/nginx: master
tcp 0 0 87.59.471.444:80 0.0.0.0:* LISTEN 11699/nginx: master
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 8225/sw-cp-server:
tcp6 0 0 :::7080 :::* LISTEN 8622/httpd
tcp6 0 0 :::8880 :::* LISTEN 8225/sw-cp-server:
i have 2 public ips on plesk and i want to run 1 website 1 apps on port 80
site runs on domain.com
app on client.domain.com
so both are hosted on same server with ,how can i achieve this one ip on website another ip for app
but iam not netaddress already used when i run app as nginx is runing on both IP on port 80
[root@server]# sudo netstat -tlnp | grep 80
tcp 0 0 87.59.471.443:80 0.0.0.0:* LISTEN 11699/nginx: master
tcp 0 0 87.59.471.444:80 0.0.0.0:* LISTEN 11699/nginx: master
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 8225/sw-cp-server:
tcp6 0 0 :::7080 :::* LISTEN 8622/httpd
tcp6 0 0 :::8880 :::* LISTEN 8225/sw-cp-server: