The Apache document root and the document root for the reverse proxy should be different, right? And do you mean I need to specify the document root for the reverse proxy via the <Directory> directive? Or do I just have to have that somewhere above or below
the ProxyPass line? And if I specify the reverse proxy document root in ProxyPass, I don't also need to specify it for the virtual host, right? As for the port number for the reverse proxy, I'll try 8000 for now.
If I have this:
<<Directory "E:/programming/visual_studio_2017/Projects/currency_converter/Release">
</Directory>
What should I put in there?
From: Eric Covener <covener@xxxxxxxxx>
Sent: Monday, September 24, 2018 12:17 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] IP address used by Apache reverse proxy? On Sun, Sep 23, 2018 at 2:09 PM Osman Zakir <osmanzakir90@xxxxxxxxxxx> wrote:
Use the DocumentRoot directive and a <Directory> section that matches, just as your defauly configuration surely already had.
The proxy server isn't starting it for you, so yes it's necessary for you to start it.
Looks wrong, it is proxying back to port 80.
Find a provider of free subdomain DNS. Determine your computers IP address. Fill out the free providers form and associate the two.
Generally you'll need to pick different ports.
|