Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Padmahas Bn
Thank you all for nmap and traceroute report. @Otis Dewitt, > You are being firewalld, those ports are not available from outside. > Do you mean the firewall of my OS (Ubuntu) or is there any other levels of firewall? Like at my router level (even though it's there, since I've port forwarded it w

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Otis Dewitt - NOAA Affiliate
You are being firewalld, those ports are not available from outside. On Tue, Jan 14, 2020 at 3:23 PM Larry Irwin (work) < larry.ir...@ccamedical.com> wrote: > nmap shows all ports as filtered: > > # nmap -Pn padmahasa.ddns.net > > Starting Nmap 7.01 ( https://nmap.org ) at 2020-01-14 15:17 EST >

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Larry Irwin (work)
nmap shows all ports as filtered: # nmap -Pn padmahasa.ddns.net Starting Nmap 7.01 ( https://nmap.org ) at 2020-01-14 15:17 EST Nmap scan report for padmahasa.ddns.net (103.228.221.102) Host is up. rDNS record for 103.228.221.102: 103.228.221.102.static.belltele.in All 1000 scanned ports on padm

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Richard
The IPnumber associated with padmahasa.ddns.net (103.228.221.102) is not reachable via ping or traceroute. A traceroute ends at: 43.254.160.42.static.belltele.in (43.254.160.42) Additionally, attempting to telnet to either port 80 or 8080 on 103.228.221.102 results in a "network hang". So, i

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Padmahas Bn
Hello @Richard and @Monah baki @Richard, > -- what is the public IPnumber of your server? > I'm not sure whether it's OK or not to tell my public IP openly. But I can give partial IP address. xxx.xxx.221.102 > -- what is the public DNS name for your server (i.e., the dns entry > padmahasa.ddns.n

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Monah Baki
Check firewall On Tue, Jan 14, 2020 at 10:43 AM Richard wrote: > Looking back some months I'm not finding the beginning of this > thread, so maybe you should start fresh. > > -- what is the public IPnumber of your server? > > -- what is the public DNS name for your server (i.e., the dns entry >

Re: [users@httpd] Expose my server to internet

2020-01-14 Thread Richard
Looking back some months I'm not finding the beginning of this thread, so maybe you should start fresh. -- what is the public IPnumber of your server? -- what is the public DNS name for your server (i.e., the dns entry that points to the public IPnumber)? > Date: Tuesday, January 14, 2020 0

[users@httpd] Request Methods GET and POST through Reverse Proxy

2020-01-14 Thread Vieri Di Paola
Hi, On my client browser I see that POST requests are properly sent when using this reverse proxy configuration: TraceEnable off ProxyRequests Off ProxyPass / http://backend:8080/ ProxyPassReverse / http://backend:8080/ ProxyPreserveHost On Request URL: ht

Re: [users@httpd] reverse proxy and path

2020-01-14 Thread Vieri Di Paola
> RewriteRule ^/2/(.*)$ https://my_reverse_proxy/rp/1/2/$1 > > So: > 1) why do I need to specify an absolute URL? > 2) is there a variable name I could use instead of my_reverse_proxy? To answer 2) myself: %{SERVER_NAME}. I still haven't figured out 1) though.

Re: [users@httpd] reverse proxy and path

2020-01-14 Thread Vieri Di Paola
On Tue, Jan 14, 2020 at 12:05 PM Vieri Di Paola wrote: > The client browser tries to connect to > > https://my_apache_reverse_proxy/2/css/bootstrap.12pt.css > > instead of > > https://my_apache_reverse_proxy/rp/1/2/css/bootstrap.12pt.css (typo corrected) > or > https://my_apache_reverse_proxy/pr/

Re: [users@httpd] reverse proxy and path

2020-01-14 Thread Vieri Di Paola
On Tue, Jan 14, 2020 at 11:48 AM Colin 't Hart wrote: > > Looks like you have a transposition typo in your rewrite rule. Thanks for seeing that typo. I fixed it, but in any case that wasn't it because there is no match on that rewrite rule. The client browser tries to connect to https://my_apac

Re: [users@httpd] reverse proxy and path

2020-01-14 Thread Colin 't Hart
Looks like you have a transposition typo in your rewrite rule. /Colin On Tue, 14 Jan 2020 at 11:42, Vieri Di Paola wrote: > Hi, > > I can successfully access a backend server through directives like these: > > ProxyPass / http://192.168.250.1:8080/ > ProxyPassReverse / http://19

[users@httpd] reverse proxy and path

2020-01-14 Thread Vieri Di Paola
Hi, I can successfully access a backend server through directives like these: ProxyPass / http://192.168.250.1:8080/ ProxyPassReverse / http://192.168.250.1:8080/ However, I'm having trouble if I use this other configuration: ProxyPass /rp/1/ http://192.168.250.1:8080/