Report this

What is the reason for this report?

mydomain.com shows Ubuntu page, but if I put mydomain.com:8080, does it show me my page?

Posted on September 11, 2018

mydomain.com shows Ubuntu page, but if I put mydomain.com:8080 it shows me my page. How can I do so when I enter mydomain.com, enter my page and do not have to put the 8080.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey friend!

You likely have Apache installed on port 80, and something else on port 8080. You need to create an Apache virtual host for your domain which performs a reverse proxy to port 8080 so that it serves the contents over port 80. Here are two guides that can serve as examples:

https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04 https://www.digitalocean.com/community/tutorials/how-to-use-apache-as-a-reverse-proxy-with-mod_proxy-on-ubuntu-16-04

Jarland

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.