Issues with domain ports

mihaimangu

New member
Joined
Jul 11, 2023
Messages
1
Hi. So I have issues using my server's ports through my domain name.

So for example I want to access DA using my domain name (like example.com:2222) but that's not working. However, If I use MYSERVERIP:2222 is working.

As a similar issue, I also have a node app running in a docker container running on port 4000. That's not working on domainname:4000 but it's working on myserverip:4000. I tried looking at the apache configuration but I think I will break stuff If I modify the httpd.conf file.

Any advice?
 
Back
Top