Questions tagged [mod-proxy]

mod-proxy is the proxying module for the Apache HTTP server.

mod-proxy is the proxying module for the Apache HTTP server.

Questions with this tag should relate directly to the use of this module. Questions about mod-proxy-balancer should use that tag rather than this one.

848 questions
-1
votes
1 answer

Apache HTTP forward proxy to multiple destinations

I'm trying to set up an apache HTTP service as a forward proxy that can proxy some requests to another proxy server and other requests directly. I have a Virtual host configured like ServerName 0.0.0.0 DocumentRoot…
Wanderer
  • 544
  • 1
  • 7
  • 23
-1
votes
1 answer

How to rewrite urls that go through apaches mod_proxy

I have configured my apache 2.2 server as a simple forward proxy using mod_proxy and mod_proxy_http. When the client requests a URL of the following…
The Surrican
  • 29,118
  • 24
  • 122
  • 168
-1
votes
1 answer

Reverse Proxy on Apache/Ubuntu

i need to setup reverse proxy with Lets Encrypt for multiple app servers. I installed Webagte server: Ubuntu Server 18.04 LTS Apache 2.4 Apache runs OK and "first" page show. But when i put this: ServerAdmin…
-1
votes
3 answers

Correctly setup Tomcat behind Apache with mod_proxy_ajp

I've been tinkering with Apache + Tomcat so that I can serve multiple tomcat apps (in different machines) through apache (clean & crisp urls rock). I've succesfully configured mod_proxy_ajp & mod_rewrite to the point where I can serve two tomcat…
Federico Cáceres
  • 1,216
  • 12
  • 19
-1
votes
1 answer

Combining a proxy rewrite in apache http server with header manipulation

I have to modify the response headers delivered via a proxy rewrite directive I set up in an apache http server. Things work fine with that simple example, it unconditionally delivers the goal from the backend server for all requests:
arkascha
  • 41,620
  • 7
  • 58
  • 90
-1
votes
1 answer

Proxy configuration to load all images from a folder

I am using Magnolia 5.4 and i am trying to provide proxy pass settings to magnolia pages using apache http server. And i have configured like this ProxyPass /travel http://:8080/magnoliaPublic/travel.html ProxyPass /.resources/**…
-1
votes
1 answer

Apache rewrite rule for converting request subdomain to destination domain?

I am trying to create a proxy which will basically do this - www.google.com.myproxy.com/path?query -> www.google.com/path?query I am very new to Apache2 and I was able to come up with the following Rewrite rule based on what I understood from…
Yash Agarwal
  • 955
  • 1
  • 13
  • 28
-1
votes
2 answers

How to set mod_proxy to serve some files while others to be served by apache

I have enabled mod proxy to serve my jsp and servlets and it seem to work fine. So if i hit localhost, it takes request to tomcat and executes it. What is want is that servlets and jsp are forwarded to tomcat while php is handled by apache. Both…
anujin
  • 773
  • 7
  • 24
  • 36
1 2 3
56
57