Re: [users@httpd] reverse proxy -- showing directory index

2024-08-22 Thread Frank Gingras
On Thu, Aug 22, 2024 at 11:54 AM bruce wrote: > Hi. > > I'm testing out a github site. I had posted most of this awhile ago, > and it had appears to work. However, something is amiss/screwing up on > my part. In other words, FUBAR! > > Instead of getting the site content, getting the directory in

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread Frank Gingras
On Fri, Jul 12, 2024 at 5:49 AM bruce wrote: > A bit of progress... > > I can get the "content/data", but not the styles "css/js/etc.. as well > as misc files... > > Looking over the browser/devtools/network, I see the styles comes from > the following dirs: >berat/public/ >berat/.next/st

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread bruce
A bit of progress... I can get the "content/data", but not the styles "css/js/etc.. as well as misc files... Looking over the browser/devtools/network, I see the styles comes from the following dirs: berat/public/ berat/.next/static berat/.next/static/chunks/app/ The test url --- http:/

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
right.. and that appears to be from sending the "berat" to the PM2 server... when I test -- curl http://127.0.0.1:3001/berat throws a "Internal Server Error" and when I examine the /root/.pm2/logs/waitlist-landing-page-error.log there appears to be a stacktrace/error data.. so this might be

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 2:55 PM bruce wrote: > on the options.. ok. But I have no clue if they're the right options, > as I'm looking over numerous sites, and copious testing -- trial/error > to understand. > > there is no php involved, and the apache error log data I pasted > appears to be the r

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 2:52 PM bruce wrote: > Hi Frank... > > update.. > > just discovered that the erris is from > > curl http://127.0.0.1:3000/berat > "Internal Server Error" > > aha.. just tested it on a whim... > but the internal curl without the "berat" returns data. > > ..so how/what's hap

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
on the options.. ok. But I have no clue if they're the right options, as I'm looking over numerous sites, and copious testing -- trial/error to understand. there is no php involved, and the apache error log data I pasted appears to be the relevant data On Thu, Jul 11, 2024 at 2:50 PM Frank Gingra

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi Frank... update.. just discovered that the erris is from curl http://127.0.0.1:3000/berat "Internal Server Error" aha.. just tested it on a whim... but the internal curl without the "berat" returns data. ..so how/what's happening hmm On Thu, Jul 11, 2024 at 2:41 PM bruce wrote: > > Hi

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 2:41 PM bruce wrote: > Hi Frank! > > Again, thanks for all your replies... Hopefully, I'll eventually have > the "light" turn on! > > Here's updated information > -updated berat,conf -- for the virthost/config > -output from the -- /var/logs/apache/error.log > -output

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi Frank! Again, thanks for all your replies... Hopefully, I'll eventually have the "light" turn on! Here's updated information -updated berat,conf -- for the virthost/config -output from the -- /var/logs/apache/error.log -output from the --- apachectl -S and the display from the browser/url

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 12:43 PM bruce wrote: > updated typo.. > > weird thing now.. based on the current/listed apache conf file... > i get the"Internal Server Error" page now.. > > On Thu, Jul 11, 2024 at 12:39 PM bruce wrote: > > > > Hi Frank, > > > > Thanks for the reply. > > > > I'm still g

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
updated typo.. weird thing now.. based on the current/listed apache conf file... i get the"Internal Server Error" page now.. On Thu, Jul 11, 2024 at 12:39 PM bruce wrote: > > Hi Frank, > > Thanks for the reply. > > I'm still going through suggestions, as well as information from other > sites. I

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi Frank, Thanks for the reply. I'm still going through suggestions, as well as information from other sites. I'm still confused, and think I might be making things worse. Not sure if this is accepted as a question, but if you have apache/proxy skills, are you up for making a few $$! I'm thinki

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread Frank Gingras
On Thu, Jul 11, 2024 at 8:02 AM Marc wrote: > I am testing a bit with this: > > 32 > 33 # files are still loaded from default host > 34 Define defaulthost "" > 35 Define proxyhost "" > 36 > 37 ProxyPreserveHost Off > 38 ProxyAddHead

RE: [users@httpd] reverse proxy setup

2024-07-11 Thread Marc
I am testing a bit with this: 32 33 # files are still loaded from default host 34 Define defaulthost "" 35 Define proxyhost "" 36 37 ProxyPreserveHost Off 38 ProxyAddHeaders On 39 SetOutputFilter proxy-html 40 Prox

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 pre

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: https://www.fac

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

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 finis

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 directory

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: users-unsubscr...@ht

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 >> ProxMo

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 r

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 correctly:

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 the

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 Apac

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

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-

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

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, bu

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 sin

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 wi

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? T

Re: [users@httpd] Reverse proxy

2020-03-25 Thread Jairo Jimenez
t;> >> >> 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\&quo

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:* Mar

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 Subject:

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 success

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

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 wit

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

2019-10-15 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 Pro

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

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 clos

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 lis

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 Mee

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

2018-10-18 Thread Rainer Jung
.x/modules/ssl/ssl_engine_config.c?r1=1844226&r2=1844225&pathrev=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 re

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 I

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: > > >

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? > > > > ---

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 an

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 abo

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

2018-09-16 Thread Osman Zakir
y and virtual host for my app on my Windows 10 PC. 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

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 the

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

2018-09-08 Thread Osman Zakir
ttpd.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 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 roo

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
variables. So I need to how and 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

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

2018-09-08 Thread Osman Zakir
after all. 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

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 f

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 unzip

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 t

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 thi

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 is not what mod_pro

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, when > using the prox

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. > The definition of the

Re: [users@httpd] Reverse proxy: redirect variable by user

2017-02-13 Thread Markus Rathgeb
Hi Nick, > Otherwise, it would be pretty trivial to implement as a > custom module. Okay, I will have a look at. I assume that is the starting point to use: https://httpd.apache.org/docs/2.4/developer/modguide.html >> * Dependend on the identifier (if logged in successfull) a host and >> port sh

Re: [users@httpd] Reverse proxy: redirect variable by user

2017-02-11 Thread Nick Kew
On Sat, 11 Feb 2017 11:48:30 +0100 Markus Rathgeb wrote: > Short summary: It should be a reverse proxy that choose the redirect > target URL by the logged in user You can test REMOTE_USER in an section or a RewriteRule. With the latter, you can use it as a backreference with [P]. A RewriteMap c

Re: [users@httpd] Reverse proxy: redirect variable by user

2017-02-11 Thread faysal7eman
User name: faysal0e...@gmail.com password: etietieti0173. This is Samsung user I'd n password Sent from my Samsung Galaxy smartphone. Original message From: Markus Rathgeb Date: 11/02/2017 4:48 p.m. (GMT+06:00) To: users@httpd.apache.org Subject: [users@httpd] Reverse proxy

Re: [users@httpd] Reverse proxy: redirect variable by user

2017-02-11 Thread Faysal Eman
It proxy marks are empty.and not shows up address On 11 Feb 2017 4:48 p.m., "Markus Rathgeb" wrote: > Hi, > I would like to realize an idea using the Apache HTTP Server project. > As I am a beginner at this topic, it would be great if you could give > me some help. > > If my reading is correct i

Re: [users@httpd] Reverse Proxy Unable to send client ip address to application server

2016-07-27 Thread Daniel
You can see it in logs if you add "%{X-Forwarded-For}i" to your LogFormat, also make sure you don't have ProxyAddHeaders set to off Application should see that header with two values instead of one as in: X-Forwarded-For = clientip,proxyip 2016-07-26 14:15 GMT+02:00 : > Team, > > > > We are abl

Re: [users@httpd] reverse proxy wishlist

2015-12-07 Thread Christian Georg
Hi Jim, Here are a couple of suggestions, although I am not sure whether this is implemented in mod_proxy or one of the supporting modules. - request routing based on custom headers and patterns. I am currently using conditional url rewrites but I think the matching would be more efficient and

Re: [users@httpd] Reverse Proxy/HTTPS Issues

2015-02-22 Thread Igor Cicimov
On 23/02/2015 1:54 PM, "Chris Arnold" wrote: > > Apache 2.4.10. We have many users who still access a site using http://sub.domain.com/webapp/page. We first want to redirect that above link to https. We would also like to redirect http://sub.domain.com to https://sub.domain.com/webapp. We have thi

Re: [users@httpd] Reverse Proxy Basic Question

2015-02-04 Thread Daniel
Can't really understand where you get the idea of using "?" in the urls like that. Anyways your first proxypass is incorrect, you always need to match slashes, like: ProxyPass / http://something.com/ or ProxyPass / http://something.com/something/ El Wed Feb 04 20

RE: [users@httpd] reverse proxy help

2014-04-16 Thread paul.warren.p.pili
www.sapserver.com/libs/.../../../<http://www.sapserver.com/> and also looks for www.sapserver.com/etc../../../<http://www.sapserver.com/../> Regards From: Frederik Nosi [mailto:frederik.n...@postecom.it] Sent: Wednesday, April 16, 2014 12:40 AM To: users@httpd.apache.org Subject: Re: [users@ht

Re: [users@httpd] reverse proxy help

2014-04-15 Thread Frederik Nosi
Hi Paul, On 04/15/2014 06:19 PM, paul.warren.p.p...@accenture.com wrote: Hi Fred, Thanks for quick response. Unfortunately your suggestion doesn’t worked. That’s the first one I tried and it only worked on www.portal.com/bobj (running on tomcat). The other webs

RE: [users@httpd] reverse proxy help

2014-04-15 Thread paul.warren.p.pili
] Sent: Tuesday, April 15, 2014 11:40 PM To: users@httpd.apache.org Subject: Re: [users@httpd] reverse proxy help Hi Paul, you can add for each webserver, eg for the first one: ProxyPass /sapserver http://www.sapserver.com/ ProxyPassReverse /sapserver http://sapserver.com/ Same for the

Re: [users@httpd] reverse proxy help

2014-04-15 Thread Frederik Nosi
Hi Paul, you can add for each webserver, eg for the first one: ProxyPass /sapserver http://www.sapserver.com/ ProxyPassReverse /sapserver http://sapserver.com/ Same for the others. Frederik On 04/15/2014 05:33 PM, paul.warren.p.p...@accenture.com wrote: Hi Gurus, We have multiple webserve

Re: [users@httpd] reverse proxy: connect to origin servers via http or https?

2014-02-07 Thread Thomas Eckert
> The question is: from the proxy performance/scalability point of view is it better to configure backends (origin servers) with http or with https? "Better" depends on what you want to achieve. Do you want to securely deliver simple html content with no fancy stuff ? Do you want to have authentic

Re: [users@httpd] Reverse Proxy Issue on Apache version 2.0.65

2014-01-10 Thread Nick Kew
On 10 Jan 2014, at 15:43, Otis Dewitt - NOAA Affiliate wrote: > Greetings, > > I am constantly getting this error below in my log file: It's not clear whether your posting this twice was deliberate? Your problem may be that noone on this list feels motivated to revisit the 2.0.x branch to figu

Re: [users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-22 Thread Giovanni Gherdovich
Hello, Igor wrote: > > By using the absolute path in the dynamically created client side links. Nick wrote: > > You'll need to set ProxyHTMLExtended On [...] Thank you Igor and Nick for your replies. GGhh

Re: [users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-18 Thread Nick Kew
On 17 Nov 2013, at 17:02, Giovanni Gherdovich wrote: > But what if the link is generated via a Javascript program > directly in the user's browser, like the following: You'll need to set ProxyHTMLExtended On, and define a rule (almost certainly a regexp) that catches your script-generated URLs,

Re: [users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-17 Thread Igor Cicimov
> > I'd like to know how do people usually handle this situation. > > By using the absolute path in the dynamically created client side links.

RE: [users@httpd] Reverse Proxy Questions

2013-10-18 Thread Shawn Cannon
+0200 From: thomas.r.w.eck...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse Proxy Questions Try setting the proxy-initial-not-pooled flag with mod_proxy_http, see http://httpd.apache.org/docs/current/mod/mod_proxy_http.html Apache 2.4 has an issue with the HTTP keep-alive

RE: [users@httpd] Reverse Proxy Questions

2013-10-18 Thread Shawn Cannon
...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse Proxy Questions Try setting the proxy-initial-not-pooled flag with mod_proxy_http, see http://httpd.apache.org/docs/current/mod/mod_proxy_http.html Apache 2.4 has an issue with the HTTP keep-alive time out which happens

Re: [users@httpd] Reverse Proxy Questions

2013-10-18 Thread Thomas Eckert
; > -- > From: yeh...@ymkatz.net > Date: Thu, 17 Oct 2013 15:57:33 -0400 > To: users@httpd.apache.org > Subject: Re: [users@httpd] Reverse Proxy Questions > > > There is a timeout, but I don't think it has changed in this version: > http://httpd.apache

RE: [users@httpd] Reverse Proxy Questions

2013-10-17 Thread Shawn Cannon
these errors so I thought something must have changed from 2.2 to 2.4. Shawn Cannon IT ProfessionalEMC Elect 2013 | Dell TechCenter Rockstar 2013 | VMware vExpert 2013 From: yeh...@ymkatz.net Date: Thu, 17 Oct 2013 15:57:33 -0400 To: users@httpd.apache.org Subject: Re: [users@httpd] Reverse

Re: [users@httpd] Reverse Proxy Questions

2013-10-17 Thread Yehuda Katz
There is a timeout, but I don't think it has changed in this version: http://httpd.apache.org/docs/2.4/mod/mod_proxy.html How long do you expect the response to take? Do you know if the request is getting to the Exchange server? - Y On Thu, Oct 17, 2013 at 3:48 PM, Shawn Cannon wrote: > We ha

Re: [users@httpd] reverse proxy, balancing and ssl client certificate authentication

2013-10-17 Thread Tom Evans
On Thu, Oct 17, 2013 at 12:52 PM, Jan Vávra wrote: > Hello, > I have an idea how to setup Apache for doing load balancer based on > mod_proxy and mod_balance modules. But in my case the backend server > requires ssl client certificate authentication and therefore the Apache > Server cannot termin

  1   2   >