Re: [users@httpd] About Using ProxyPass Directive

2019-01-15 Thread Eric Covener
On Tue, Jan 15, 2019 at 9:47 AM Osman Zakir wrote: > > I still get these warnings when I try run Apache: > " > [Tue Jan 15 19:38:22.300249 2019] [env:warn] [pid 12988:tid 556] AH01506: > PassEnv variable was undefined > [Tue Jan 15 19:38:22.301248 2019] [env:warn] [pid 12988:tid 556] AH01506: >

Re: [users@httpd] About Using ProxyPass Directive

2019-01-15 Thread Osman Zakir
mething other than the actual name of the server app I want to put behind the reverse proxy, right? Or would it be better to give it the same name as the actual app? From: Jonathon Koyle Sent: Tuesday, January 15, 2019 6:47 PM To: users@httpd.apache.org Su

Re: [users@httpd] About Using ProxyPass Directive

2019-01-15 Thread Jonathon Koyle
By default, the httpd.conf has the directive Listen 80. If you don't want Apache to listen on 80 you will need to remove/change it. You are allowed to have as many listen directives as you want Apache to bind. ServerName does not usually include a port, and does not specify what IP or port Apach

Re: [users@httpd] About Using ProxyPass Directive

2019-01-15 Thread Osman Zakir
@Eric Covener I got the port forwarding to work and am now able to get my app using my external IP address on port 8443 (but it's not using SSL right now). I still need to actually get Apache to start before I put my app behind the reverse proxy, and port 80 is being

Re: [users@httpd] About Using ProxyPass Directive

2019-01-15 Thread Eric Covener
> > I put in the path to where the executable file that's also the web server > is. > That won't accomplish anything, a URL is required.

Re: [users@httpd] About Using ProxyPass Directive

2019-01-14 Thread Osman Zakir
From: Eric Covener Sent: Tuesday, January 15, 2019 7:00 AM To: users@httpd.apache.org Subject: Re: [users@httpd] About Using ProxyPass Directive ProxyPass "/" "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release" >The 2nd parameter should be a

Re: [users@httpd] About Using ProxyPass Directive

2019-01-14 Thread Eric Covener
ProxyPass "/" > "E:/programming/visual_studio_2017/Projects/currency_converter/x64/Release" > The 2nd parameter should be a URL where your backend service is listening for HTTP requests, but you put a path to where you compiled some binaries. Those are not interchangeable. If there's no URL where

[users@httpd] About Using ProxyPass Directive

2019-01-14 Thread Osman Zakir
The application I want to deploy behind the reverse proxy is in the E:\programming\visual_studio_2017\Projects\currency_converter\x64\Release directory on my computer, and I got a free subdomain from https://www.subdomain.com which forwards to my external IP address which I got from searching "