I'm talking about the document root of the reverse proxy server. How do I set it?
And do I have to also run the server that I want to put behind the reverse proxy for this to work, or is that not necessary?
And please also tell me if I have the reverse proxy configuration stuff done correctly in the httpd.conf file. I'm attaching it to this message.
Along with that, I also want to know how to get a subdomain so I can use that and its IP address for my virtual host and ProxyPass settings as needed. I'll get a free subdomain and instead of a top-level domain if that's okay for this.
What I'm doing is having the Apache httpd listen on port 80 while I have the server I want to put behind the reverse proxy listen on port 8080. When I tried to put both on the same port, and tried to run the server I'm trying to proxy, I got an error on that server saying that I'm trying to access a port I have no permission to access.