0

I've got a question regarding Apache2 web servers. I want to have a documentation server which needs to be available by domain.

Let's say my domain is mydomain.com, and I have a server with Apache2 with the IPv4 127.0.0.1 which then has its documentation server available on port 8000, so it is: 127.0.0.1:8000. How do I configure my Apache2 web server, so it shows my documentation, which runs on port 8000?

So whenever I try to access my docs server with https://docs.mydomain.com, all of my docs should be displayed.

FYI: I'm using mkdocs as my documentation software. mkdocs runs on port 8000 without any path after that. I don't exactly know why.

Kuezy
  • 13
  • 3

0 Answers0