Re: [users@httpd] reverse proxy setup

2024-07-12 Thread Frank Gingras
t;> >> > > > >> >> >> > The test server has multiple test apps, running off subfolders > > >> >> >> > /var/www/html/test1 > > >> >> >> > /var/www/html/test2 > > >> >> >> > /var/www/html/berat

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread bruce
gt;> >> >> > > >> >> >> > The test url -- http://161.35.5.174/berat > >> >> >> > > >> >> >> > Thanks for your pointers/insight! > >> >> >> > > >> >> >> > weird thing now.. based on the current/liste

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
gt;> >> > cat /etc/apache2/sites-available/berat.conf >> >> >> > >> >> >> > ServerAdmin f...@yahoo.com >> >> >> > ServerName temp22 >> >> >> > ServerAlias temp >&

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
gt;> >> > > >> >> > > >> >> > #ProxyRequests Off > >> >> > #ProxyPreserveHost On > >> >> > # > >> >> > # Require all granted > >> >> >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
-Indexes +FollowSymLinks +MultiViews > > >> > Options +FollowSymLinks > > >> > > > >> > AllowOverride All > > >> > Options -MultiViews > > >> > Order allow,deny > > >> >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
t; #Options -Indexes +FollowSymLinks +MultiViews >> >> > Options +FollowSymLinks >> >> > >> >> > AllowOverride All >> >> > Options -MultiViews >> >> > Order al

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
#AllowOverride All > >> > ##Order allow,deny > >> > ##allow from all > >> > #Require all granted > >> > > >> > > >> > ##Alias "/berat" "/var/www/html/berat/" >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
t; #Options FollowSymlinks > >> > #AllowOverride All > >> > ##Order allow,deny > >> > ##allow from all > >> > #Require all granted > >> > >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
gt; > >> I am testing a bit with this: >> > >> >> > >> 32 >> > >> 33 # files are still loaded from default host >> > >> 34 Define defaulthost "" >> > >> 35 De

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
; > >> 36 > > >> 37 ProxyPreserveHost Off > > >> 38 ProxyAddHeaders On > > >> 39 SetOutputFilter proxy-html > > >> 40 ProxyHTMLEnable On > > >> 41 ProxyHTMLExtended On > >

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
t;> 43 ProxyPass"https://${proxyhost}/; > >> 44 ProxyPassReverse "https://${proxyhost}/; > >> 45 > >> 46 ProxyPassReverseCookieDomain "${proxyhost}" "${defaulthost}" > >> 47 Pr

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
ookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None >> 50 >> 51 ProxyHTMLURLMap https://${proxyhost}/aaaa >> https://${defaulthost}/ >> 52 >> 53 Options +ExecCGI +FollowSymLinks -MultiViews >> 54 >> >> > -Original M

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
SameSite=None > 50 > 51 ProxyHTMLURLMap https://${proxyhost}/ https:// > ${defaulthost}/ > 52 > 53 Options +ExecCGI +FollowSymLinks -MultiViews > 54 > > > -Original Message- > > From: bruce > > Sent: Thursday, 11 July 20

RE: [users@httpd] reverse proxy setup

2024-07-11 Thread Marc
Links -MultiViews 54 > -Original Message- > From: bruce > Sent: Thursday, 11 July 2024 13:20 > To: users@httpd.apache.org > Subject: [users@httpd] reverse proxy setup > > Hi. > > Testing a github app that appears to use/require reverse proxy to > d

[users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi. Testing a github app that appears to use/require reverse proxy to display results on the browser. The basic app uses npm/nextjs to generate content, Per different sites, the process uses PM2 to run the process, and to be able to show the content via an internal/local "server". This is

Re: [users@httpd] reverse proxy issue

2022-06-09 Thread Frank Gingras
In this case, running apachectl -S or httpd -S helps to spot overlaps. Secondly, define all vhosts as *:PORT (only use IP:PORT when you know what you are doing, and NEVER use :PORT). If you're still stuck, share the sanitized version of httpd -S Also, is there a reason why you're still using

Re: [users@httpd] reverse proxy issue

2022-06-09 Thread Serge Krawczenko
Thank you, i think i'm getting the idea Indeed, there are a number of VirtualHost entries and somehow i didn't check if they all fail with described symptoms or just specific one. Therefore my assumption is - when it happens - no matter for what reason - this VirtualHost somehow gets removed from

Re: [users@httpd] reverse proxy issue

2022-06-08 Thread Deepak Goel
How does Apache access the application server? Is the ip address of application server changing (and it coincides with the 404 error)? Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook:

Re: [users@httpd] reverse proxy issue

2022-06-08 Thread Yann Ylavic
On Wed, Jun 8, 2022 at 3:21 PM Serge Krawczenko wrote: > > We have application server behind httpd as a reverse proxy, > with basic ldap auth, so only ldap authenticated users are able to get into > the application. > (Require valid-user > Allow from all > ) It's usually not a good idea

[users@httpd] reverse proxy issue

2022-06-08 Thread Serge Krawczenko
Hello, My issue is very simple but complicated by sudden behavior. We're unable to resolve it for years so decided to request community's help. We have application server behind httpd as a reverse proxy, with basic ldap auth, so only ldap authenticated users are able to get into the application.

[users@httpd] Reverse proxy for TLS connections

2022-02-20 Thread Tom Browder
I am trying to integrate some Raku (formerly Perl 6) code to handle post TLS inputs (decrypted dat) to one of my websites. How can I get access to the decrypted input via a reverse proxy? I am using macros and have successfully use CGI in multiple sites. Are CGI variables the answer instead of a

Re: [users@httpd] Reverse Proxy robots.txt

2021-09-11 Thread David Jentes
Yes I did. On Thu, Sep 9, 2021 at 7:00 PM Will Fatherley wrote: > Did you try using the alias directive ( > https://httpd.apache.org/docs/current/mod/mod_alias.html#alias)? > > Yes, I am using it in /robots.txt. It's also what I'm testing it with. >> It's not super urgent, but we'd like to

Re: [users@httpd] Reverse Proxy robots.txt

2021-09-09 Thread Will Fatherley
Did you try using the alias directive ( https://httpd.apache.org/docs/current/mod/mod_alias.html#alias)? Yes, I am using it in /robots.txt. It's also what I'm testing it with. It's > not super urgent, but we'd like to finish it ASAP. > >> >>

Re: [users@httpd] Reverse Proxy robots.txt

2021-09-09 Thread David Jentes
Yes, I am using it in /robots.txt. It's also what I'm testing it with. It's not super urgent, but we'd like to finish it ASAP. On Thu, Sep 9, 2021 at 1:44 PM 56independent <56independ...@protonmail.com.invalid> wrote: > > I've tried it, but it's not working > > Is robots.txt in the root

Re: [users@httpd] Reverse Proxy robots.txt

2021-09-09 Thread 56independent
> I've tried it, but it's not working Is robots.txt in the root directory of your website? having example.com/robots/robots.txt won't work. It *has* to be in example.com/robots.txt - To unsubscribe, e-mail:

Re: [users@httpd] Reverse Proxy robots.txt

2021-09-08 Thread David Jentes
I've tried it, but it's not working On Wed, Sep 8, 2021 at 5:40 PM Frank Gingras wrote: > You can use ProxyPass /robots.txt ! > > (the ! is important) > > On Tue, 7 Sept 2021 at 20:13, David Jentes > wrote: > >> I have had a Raspberry Pi, and am now also running a couple VMs on my new >>

Re: [users@httpd] Reverse Proxy robots.txt

2021-09-08 Thread Frank Gingras
You can use ProxyPass /robots.txt ! (the ! is important) On Tue, 7 Sept 2021 at 20:13, David Jentes wrote: > I have had a Raspberry Pi, and am now also running a couple VMs on my new > ProxMox server, and now the leader of the organization I am a part of > called KygekTeam wants me to make my

[users@httpd] Reverse Proxy robots.txt

2021-09-07 Thread David Jentes
I have had a Raspberry Pi, and am now also running a couple VMs on my new ProxMox server, and now the leader of the organization I am a part of called KygekTeam wants me to make my reverse proxy also have a robots.txt. I have already made the robots.txt and tried for about an hour now and I still

Re: [users@httpd] Reverse proxy to a website with HTTPS

2021-08-23 Thread Scott Trakker
Hello Paul, Thanks for thinking along. The message that you get when you visit my domain is either from the browser of from a self-signed certificate. When I run 'certbot certificates' I get the message that my certificate for the domain 'nextcloud.jeroenverhoeckx.com' is installed

Re: [users@httpd] Reverse proxy to a website with HTTPS

2021-08-22 Thread Paul
On 2021-08-22 4:41 p.m., Scott Trakker wrote: Hello Apache administrators! In summary I have the following question: /How do I correctly configure a reverse proxy that redirects to a website with HTTPS?/ *My set-up* A RHEL server (host) with one virtual machine. The website is running on

[users@httpd] Reverse proxy to a website with HTTPS

2021-08-22 Thread Scott Trakker
Hello Apache administrators! In summary I have the following question: How do I correctly configure a reverse proxy that redirects to a website with HTTPS? My set-up A RHEL server (host) with one virtual machine. The website is running on the virtual machine (also RHEL). Virtual host file on

Re: [users@httpd] Reverse proxy to local container suddenly & randomly 503

2021-05-23 Thread Antony Stone
On Sunday 23 May 2021 at 13:15:13, lejeczek wrote: > Hi guys. > > I have a regular & pretty vanilla reverse proxy Can you show us the configuration for this? > to a Linux container (also Apache) which is on the same host. Out of interest, why? Why use Apache as a reverse proxy to another

[users@httpd] Reverse proxy to local container suddenly & randomly 503

2021-05-23 Thread lejeczek
Hi guys. I have a regular & pretty vanilla reverse proxy to a Linux container (also Apache) which is on the same host. Sometimes and randomly - if there is only pattern if behavior then I'd say proxy does 503 299 after "some" period of inactivity - would not proxy. Suffices I do, I'm on

Re: [users@httpd] Reverse proxy issue with Chrome

2021-05-15 Thread Andreas Habel
No, there is no further information: GET https://webserver1.com/ 502 (Proxy Error) favicon.ico:1 GET https://webserver1.com/favicon.ico 502 (Proxy Error) Andreas On 14.05.2021 17:00, Michael Wechner wrote: Does your Chrome console have some additional hints? Thanks Michael Am Fr., 14. Mai

Re: [users@httpd] Reverse proxy issue with Chrome

2021-05-14 Thread Michael Wechner
Does your Chrome console have some additional hints? Thanks Michael Am Fr., 14. Mai 2021 um 14:44 Uhr schrieb Andreas Habel < aha...@uni-bremen.de>: > Hello, > > since Chrome and Chrome-based browsers recently were updated to Chrome > 90 I am experiencing a 502 proxy error when I try to access

[users@httpd] Reverse proxy issue with Chrome

2021-05-14 Thread Andreas Habel
Hello, since Chrome and Chrome-based browsers recently were updated to Chrome 90 I am experiencing a 502 proxy error when I try to access my web servers with these browsers. Before the update to Chrome 90 things worked fine, and everything still works with Firefox. Here's my setup:        

Re: [users@httpd] Reverse Proxy server show "Service Unavailable".

2021-03-06 Thread Jason Long
Problem solved. It was because of SELinux: # setsebool -P httpd_can_network_connect on On Saturday, March 6, 2021, 10:11:27 PM GMT+3:30, Jason Long wrote: Thanks. On VM1, I used VirtualBox Port Forwarding: Protocol    Host IP        Host Port        Guest IP        Guest Port    

Re: [users@httpd] Reverse Proxy server show "Service Unavailable".

2021-03-06 Thread Jason Long
Thanks. On VM1, I used VirtualBox Port Forwarding: Protocol    Host IP        Host Port        Guest IP        Guest Port     TCP  127.0.0.1     2080               10.0.3.15        80 When I enter "127.0.0.1:2080" in my browser, then logs on VM1 are: # cat access_log  10.0.3.2 -

Re: [users@httpd] Reverse Proxy server show "Service Unavailable".

2021-03-06 Thread Eric Covener
> Service Unavailable > The server is temporarily unable to service your request due to maintenance > downtime or capacity problems. Please try again later. > > Why? What do both error_logs say? - To unsubscribe, e-mail:

[users@httpd] Reverse Proxy server show "Service Unavailable".

2021-03-06 Thread Jason Long
Hello, I created two VMs in the VirtualBox. One of them is Reverse Proxy server and another one is Apache Web Server. The specifications of VM1 (Reverse Proxy) are as follows: NIC 1 is NAT and Its IP address is "10.0.3.15". NIC 2 is Internal Network and its IP address is "192.168.1.3". The

Re: [users@httpd] Reverse proxy to a tor .onion-site?

2021-02-06 Thread Dino Ciuffetti
> https://www.example.com to localhost:9050 (default port for tor's SOCks > proxy) and change the address to http://xyz.onion. Is that possible? I don't think it's possible to use apache as a reverse proxy behind a SOCKS forward proxy since the ProxyRemote directive doesn't seem to support SOCKS

[users@httpd] Reverse proxy to a tor .onion-site?

2021-02-06 Thread Jerome Lille
Hi I wonder if the following is possible, and if so, if there's a howto. Can one setup Apache so that it would relay all traffic to https://www.example.com to a .onion-site on the tor network? I'm thinking that httpd and a tor relay would sit on the same server, the httpd would be configured to

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-15 Thread Nick Kew
> On 9 Oct 2020, at 22:31, Ian Pilcher wrote: > > Currently, the client (browser) sends its request with an Accept- > Encoding header, but the proxy's request to the server does not include > that header, so the server returns a 404. Just to add to my previous reply, I've verified it works as

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Ian Pilcher
On 10/9/20 6:15 PM, Nick Kew wrote: That would appear to be a bug. Indeed, a regression since I did extensive testing of the proxy and fixed a number of far-more-arcane bugs some years ago[1]. It seems implausible, and your test with curl seems to contradict it. I'm not sure I follow this,

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Nick Kew
> On 9 Oct 2020, at 22:31, Ian Pilcher wrote: > > > Currently, the client (browser) sends its request with an Accept- > Encoding header, but the proxy's request to the server does not include > that header, so the server returns a 404. That would appear to be a bug. Indeed, a regression

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Ian Pilcher
On 10/9/20 2:21 PM, Nick Kew wrote: What do you want to happen? I need the proxy to include the Accept-Encoding header in the request that it sends to the server (and pass the compressed response back to the client). I *may* need the proxy to decompress the response if I need to do anything

Re: [users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Nick Kew
> On 9 Oct 2020, at 18:25, Ian Pilcher wrote: > > but I can't find anything about > proxying an application that serves up compressed content in the first > place. This is really a question for the client and the backend server. The proxy is just the messenger! What do you want to happen?

[users@httpd] Reverse proxy for app that only serves compressed content

2020-10-09 Thread Ian Pilcher
I am trying to configure httpd to reverse proxy a Dell iDRAC 8. The iDRAC will only respond to requests with gzip'ed content; i.e. it returns a 404 if the request does not include an 'Accept-Encoding: gzip' header. $ curl -v http://10.11.173.239/start.html 2>&1 | grep HTTP GET /start.html

[users@httpd] Reverse proxy and SSL redirect

2020-04-17 Thread rugman66 .
Hello, I have Apache 2.4.6 running as reverse proxy for Tomcat 7.0.96, both running SSL, and a functioning redirect from HTTP to HTTPS for both Apache and Tomcat. ( Need to use both these releases due to IT availability and app requirements ) Prior to enabling SSL on both a Json GET command

Re: [users@httpd] Reverse proxy

2020-03-25 Thread Jairo Jimenez
; >> >> NOTE: You can see what’s needed by tracing the Cookie content on the >> backend server as well as this proxy. E.g. tracing the Set-Cookie in the >> Proxy might require something like: >> >> >> >>LogFormat "%h %l %u %t \"%r\"

Re: [users@httpd] Reverse proxy

2020-03-25 Thread Jairo Jimenez
>LogFormat "%h %l %u %t \"%r\" \"%{Content-Type}o\" \"C:%{Cookie}i\" > \"S-C:%{Set-Cookie}o\" %>s %b" > >TransferLog "/store/log/httpd_access_log" > > > > Matt. > > > > > > *From:* Mark Bro

RE: [users@httpd] Reverse proxy

2020-03-24 Thread Muggeridge, Matt
t;%h %l %u %t \"%r\" \"%{Content-Type}o\" \"C:%{Cookie}i\" \"S-C:%{Set-Cookie}o\" %>s %b" TransferLog "/store/log/httpd_access_log" Matt. From: Mark Brodis Sent: Wednesday, 25 March 2020 1:58 AM To: users@httpd.apache.org S

Re: [users@httpd] Reverse proxy

2020-03-24 Thread Mark Brodis
Without knowing exactly how your setup is configured, my guess is the issue is that when you authenticate the first time to the remote site whatever auth logic it's using that is not being persistent for your connection or repeat requests. Typically this would be a cookie, you authenticate

[users@httpd] Reverse proxy

2020-03-24 Thread Jairo Jimenez
Greetings I am new to apache. so please dont be so hard if this is too basic I;ve been practicing by my self looking for scenarios to solve, but I have this a particular one that I can[t figure out. I manage to set some sore of reverse proxy to forward a website that I have on an

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 >

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

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 /

[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/

Re: [users@httpd] Reverse proxy: how to map a domain.tld to a local host port

2019-10-16 Thread Tom Browder
On Wed, Oct 16, 2019 at 01:15 wrote: > Is there any way to map each unique domain.tld to a different app at a > unique port just for that domain.tld? > > Why not just using virtualhosts also on your backend > (tomcat,wildfly,jetty,etc)? Also, if you want to use port based VH on your > backend

Re: [users@httpd] Reverse proxy: how to map a domain.tld to a local host port

2019-10-16 Thread dino
Is there any way to map each unique domain.tld to a different app at a unique port just for that domain.tld? Why not just using virtualhosts also on your backend (tomcat,wildfly,jetty,etc)? Also, if you want to use port based VH on your backend with a single hostname per app, I would remove

[users@httpd] Reverse proxy: how to map a domain.tld to a local host port

2019-10-14 Thread Tom Browder
I want to map multiple virtual hosts (https://domain.tld) to a backend server app. All the recipes I see do something like this: ProxyPreserveHost On ProxyPass "/""http://localhost:8000; ProxyPassReverse "/""http://localhost:8000; Does that mean the single app

[users@httpd] Reverse proxy server - SIGSEGV

2019-06-11 Thread Don Poitras
Hello. Recently, we ran a stress test (using Loadrunner) against our backend server using Apache as a reverse-proxy server. We've been running this way for some years. It's not clear when the last time (or if ever) this stress test was run, but we noticed that we were getting SegVs in various

Re: [users@httpd] Reverse Proxy Configuration

2019-05-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 5/24/19 07:19, John Welsby wrote: > Hi everyone, I am looking for some help configuring Apache Web > Server as a reverse proxy. > > A little background: I have a Debian 9 (stretch) server at my > home, running Nextcloud on Apache2. I have

[users@httpd] Reverse Proxy Configuration

2019-05-24 Thread John Welsby
Hi everyone, I am looking for some help configuring Apache Web Server as a reverse proxy. A little background: I have a Debian 9 (stretch) server at my home, running Nextcloud on Apache2. I have a static IP from my ISP, and a domain I own is pointed to it. I have forwarded ports 80 and 443 on my

Re: [users@httpd] Reverse proxy stalling forever

2019-01-23 Thread Alexandre Garreau
The strange thing is whatever I’m changing the redirection destination of the ProxyPass/RewriteRule/whatever, it’s stalling. I’m unable to proxy it to whatever. I can put whatever IP or host, wildebeest.gnu.org, google.com, etc. it always stalls. The only exception is when I forward it to a

Re: [users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Alexandre Garreau
Yes pretty everything works. And localhost is 127.0.0.1 and ::. netstat -ln says it listen on localnost, that is 0.0.0.0 and ::. And even using those it doesn’t work.

Re: [users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Yehuda Katz
I see that I can access your config.js from my browser, so httpd is serving that vhost. What does localhost resolve to and is prosody listening on that IP address. For example, maybe it is resolving to IPv6. Check with netstat -ln to see what IP prosody is

Re: [users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Alexandre Garreau
meet.galex-713.eu.conf Description: Binary data

Re: [users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Yehuda Katz
The configuration you sent doesn't show your server running on port 5280/5281, so we can't compare the configuration and see what might be different. My number one suspect would be your firewall. - Y On Tue, Jan 22, 2019 at 7:40 PM Alexandre Garreau wrote: > Hi, > > I’m trying to make Jitsi

[users@httpd] Reverse proxy stalling forever

2019-01-22 Thread Alexandre Garreau
Hi, I’m trying to make Jitsi Meet work. Initially it worked, but since the while it didn’t. So I’m investigating everything that could be going wrong. Here the VirtualHost Jitsi installation automatically created, with further additions by me (GnuTLS support, better rewritting supporting other

[users@httpd] Reverse Proxy (Port Forwarding for just the port used in ProxyPass, or what?)

2019-01-20 Thread Osman Zakir
If I want to put my app behind Apache's reverse proxy, do I need to set up port forwarding for just the port that I set for the reverse proxy in ProxyPass directive, or do I also have to do it for the one Apache is listening on? Also, I got a free DynDNS from dynu.com and I'm serving my app on

Re: [users@httpd] Reverse proxy not sending certificate

2018-10-18 Thread Rainer Jung
odules/ssl/ssl_engine_config.c?r1=1844226=1844225=1844226 Regards, Rainer *From:*William A Rowe Jr [mailto:wr...@rowe-clan.net] *Sent:* Friday, October 12, 2018 6:26 PM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] Reverse proxy not sending certificate A number of regressions are fixed in 2.4.

RE: [users@httpd] Reverse proxy not sending certificate

2018-10-18 Thread Schettler, Marty L.
: [users@httpd] Reverse proxy not sending certificate A number of regressions are fixed in 2.4.35, please retest against that version. On Fri, Oct 12, 2018, 15:27 Schettler, Marty L. mailto:martin.l.schett...@leidos.com>> wrote: My reverse proxy config doesn’t work with SSL any more as

Re: [users@httpd] Reverse proxy not sending certificate

2018-10-12 Thread William A Rowe Jr
A number of regressions are fixed in 2.4.35, please retest against that version. On Fri, Oct 12, 2018, 15:27 Schettler, Marty L. < martin.l.schett...@leidos.com> wrote: > My reverse proxy config doesn’t work with SSL any more as I try to upgrade > from 2.4.29 to 2.4.34. > > > > My config: > > >

[users@httpd] Reverse proxy not sending certificate

2018-10-12 Thread Schettler, Marty L.
My reverse proxy config doesn't work with SSL any more as I try to upgrade from 2.4.29 to 2.4.34. My config: SSLProxyEngine On SSLProxyMachineCertificateFile /path/to/server_crt_and_key.crt SSLProxyCACertificatePath /etc/cacerts ProxyPass https://host01:9443/p ProxyPassReverse

[users@httpd] Reverse proxy to ntopng with Apache 2.4 on FreeBSD

2018-09-28 Thread users
Hi list, I am trying to get an Apache 2.4 reverse proxy to ntopng to work, but unfortunately without success yet. Hopefully you can provide some pointers. It is a FreeBSD 11.2-RELEASE-p4 system: user@system:user $ freebsd-version -u 11.2-RELEASE-p4 user@system:user $ freebsd-version -k

Re: [users@httpd] Reverse proxy

2018-09-20 Thread Frank Gingras
Listen 8001 and Listen 127.0.0.1:8000 would do it. On Thu, Sep 20, 2018 at 7:58 AM @lbutlr wrote: > If I have a secondary web service service running on www.example.com:8000 > and I want to create a reverse proxy on port 8001, how do I prevent users > from connecting to :8000 anyway? > > > >

[users@httpd] Reverse proxy

2018-09-20 Thread @lbutlr
If I have a secondary web service service running on www.example.com:8000 and I want to create a reverse proxy on port 8001, how do I prevent users from connecting to :8000 anyway? - To unsubscribe, e-mail:

Re: [users@httpd] Reverse Proxy and Virtual Host

2018-09-19 Thread Eric Covener
On Wed, Sep 19, 2018 at 10:47 AM Osman Zakir wrote: > > I need a host to map it to. I don't understand what you mean. Apache config doesn't affect DNS. Either the hostname resolves to an IP that lands at your server or it doesn't. > As for the path; do I not need the ones for the Access Key

Re: [users@httpd] Reverse Proxy and Virtual Host

2018-09-19 Thread Osman Zakir
I need a host to map it to. As for the path; do I not need the ones for the Access Key and API Key? From: Eric Covener Sent: Wednesday, September 19, 2018 7:43 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse Proxy and Virtual Host On Wed, Sep 19

Re: [users@httpd] Reverse Proxy and Virtual Host

2018-09-19 Thread Eric Covener
On Wed, Sep 19, 2018 at 10:35 AM Osman Zakir wrote: > > Hi again. > > I'm attaching my httpd.conf file here; please read it and tell me if I did it > correctly. I start the Apache HTTP Web Server as a service and then try to > navigate to the virtual host URL, but I get MS Edge's error page

[users@httpd] Reverse Proxy and Virtual Host

2018-09-19 Thread Osman Zakir
Hi again. I'm attaching my httpd.conf file here; please read it and tell me if I did it correctly. I start the Apache HTTP Web Server as a service and then try to navigate to the virtual host URL, but I get MS Edge's error page about it not being able to reach the page. httpd.conf

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-16 Thread Osman Zakir
. From: Eric Covener Sent: Sunday, September 9, 2018 6:49:11 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server) On Sat, Sep 8, 2018 at 9:37 PM Osman Zakir wrote: > > I already at

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-10 Thread Jim Jagielski
> On Sep 8, 2018, at 1:08 PM, Osman Zakir wrote: > > If Apache can't pass environment variables to proxied servers One way to do this is to pass the envars as parsable HTTP request headers to the backend.

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Eric Covener
On Sat, Sep 8, 2018 at 9:37 PM Osman Zakir wrote: > > I already attached the code in an earlier message. If you want to know what > my application does and what the server I wrote is doing, please read the > code. I also explained it in comments in the code, including at the very top > of

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Osman Zakir
@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server) On Sat, Sep 8, 2018 at 8:13 PM Osman Zakir wrote: > > I put the files for my app that I wanted to be served behind a reverse proxy > into Apache's document root instead to have them served

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Eric Covener
On Sat, Sep 8, 2018 at 8:13 PM Osman Zakir wrote: > > I put the files for my app that I wanted to be served behind a reverse proxy > into Apache's document root instead to have them served that way (is this a > good idea? Can Apache start the server as an extension like this?). What files did

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Osman Zakir
nd where to use PassEnv so that it'd pass those environment variables into the server application. From: Eric Covener Sent: Saturday, September 8, 2018 9:34:37 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse Proxy for Web Application (or adding

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Osman Zakir
. From: Eric Covener Sent: Saturday, September 8, 2018 9:34:37 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server) > For instance, do I really need to add a balancer set when I rea

Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Eric Covener
> For instance, do I really need to add a balancer set when I really only have > one web server I need to do this for? No. > And I need an email address for the server that I know I'll be able to get > emails on, but I don't have a host name aside from the one I'm setting up a > virtual host

[users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-08 Thread Osman Zakir
I have a web application I created that has a backend written in C++ with its own built-in web server. I want to deploy it behind Apache's reverse proxy (or as an extension to the Apache web server (would that be different?), so I want to know how to do it correctly considering my situation.

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-05 Thread William A Rowe Jr
The proxy response input is dechunked as it is retrieved from the back end. Any chunking to the client is introduced by httpd after filtering. It may be that the request deflate and inflate filters have comingled a zlib stream context? On Tue, Sep 4, 2018, 12:43 Maarten Boekhold wrote: > Hi, >

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi, But I did try to inflate/rewrite/deflate in my first email... It just didn't work. I suspect something failed because the data was chunked... Maarten On September 4, 2018 20:20:18 "Gillis J. de Nijs" wrote: Yes, it is. You can't rewrite something that's gzipped, so you'd have to

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Gillis J. de Nijs
Yes, it is. You can't rewrite something that's gzipped, so you'd have to unzip it first, or - like you did - never have it gzipped in the first place. See also http://www.apachetutor.org/admin/reverseproxies where there's a full reverse proxy scenario configured and explained. It uses the same

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi all, I decided to force HTTPD to remove the Accept-Encoding: gzip, deflate from the request, using: RequestHeader unset Accept-Encoding Now the response is properly processed by HTTPD. So it's likely an issue with one or both of: Content-Encoding: gzip Transfer-Encoding: chunked Is

[users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi all, Apache HTTPD 2.4.34 on Windows 10 downloaded from Apache Haus. I'm trying to move a corporate application behind a reverse proxy. In the process, I need to move the path this application is published on, eg: /webapp1 --> /suite/webapp1 "webapp1" contains a specific JSP that returns an

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Yann Ylavic
On Tue, Jan 2, 2018 at 1:05 PM, Simon Walter wrote: > On 01/02/2018 06:06 PM, Luca Toscano wrote: >> >> Can you explain a bit more what do you mean with "I am getting local >> links" ? > > I think Noor is expecting mod_proxy to modify the HTML. I might be > wrong, but IIRC that

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Simon Walter
On 01/02/2018 06:06 PM, Luca Toscano wrote: > Hi, > > 2017-12-31 10:25 GMT+01:00 Noor Mohammad >: > > I have an application correctly working on locahost:8080 and I am > setting up a reverse proxy as follows but on a remote browser,

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Luca Toscano
Hi, 2017-12-31 10:25 GMT+01:00 Noor Mohammad : > I have an application correctly working on locahost:8080 and I am setting > up a reverse proxy as follows but on a remote browser, when using the > proxy, i am getting local links as if apache is ignoring the reverse proxy.

  1   2   3   >