Questions tagged [mod-proxy]

Module for the apache webserver with which apache can be used as proxy server. With this module apache can act as a regular proxy, or as a reverse proxy for upstream servers.

689 questions
0
votes
1 answer

Apache proxypass virtual hosting for backend redirection

I have a apache proxy load balancer running. I have a domain wiki.mydomain.com registered to this lb. I am trying to make proxy redirect from wiki.mydomain.com to the backend http://192.168.1.56/mediawiki/ and below is the virtual…
user53864
  • 1,723
  • 11
  • 37
  • 66
0
votes
1 answer

Multiple ProxyPass directives for Webmin on Debian Apache Server

I am trying to achieve what is described under: Webmin In A Sub-Directory Via A Proxy on this website Webmin under Apache Guide ...but, with more than one webmin (all on different servers, but proxied thru the main server), arranged into folders,…
0
votes
1 answer

Redirect stylesheets through secure url to a different server

I have a domain http://services.mydomain.com which has a secure login through a secure central provider (https://secure.mydomain.com) on a different server with proxypass. When I go to the login page I am redirected to…
0
votes
1 answer

Glassfish Daemon with Apache and Mod_proxy

I am trying to setup an ubuntu web server which utilizes both Apache's httpd web server for some content and glassfish for Java-based applications. I figured I would use mod_proxy as I've had luck playing with that a little in the past. I got it so…
0
votes
1 answer

Apache2, mod_proxy, mod_ssl on OSX not working

I am trying to setup apache2 on OSX and am having an issue. I am trying to proxy a domain to 127.0.0.1:8081 (which is up and running) but when try to load through apache I get a "Web Page Not Found". I am also getting nothing in the error_log to…
maclema
  • 191
  • 7
0
votes
1 answer

I cannot access to phpmyadmin after installing Jenkins

to install jenkins, as the instructions I followed says, I had to create this virtual host: ServerAdmin webmaster@localhost ServerName ci.company.com ServerAlias ci ProxyRequests Off Order…
tirenweb
  • 203
  • 1
  • 3
  • 11
0
votes
3 answers

How to redirect request for specific domain to a specific web application listening on a specific port?

I have apache2 running on the port 80 and other application server running on 81. I would like to redirect traffic only for one specific, selected domain (mydomain.com) to server running on the port 81 and access this website like…
joan
  • 3
  • 1
  • 2
0
votes
1 answer

Apache - test is SetEnv variable being loaded

Is there any way I can actually tell if a SetEnv variable is being loaded by Apache? I am trying to set: SetEnv proxy-sendchunked 1 However have no way in telling if it is actually being set. Is there any logging that can be enabled to show it is…
Ben
  • 3
  • 2
0
votes
1 answer

custom rewrites with apache's mod_proxy and mod_proxy_balancer

I currently have 2 application server nodes behind an apache mod_proxy+mod_balancer load balancer . I am about to deploy a third server, but I want to do a quick test on it. Is there a way I can have my load balancer redirect only my workstation's…
0
votes
1 answer

How do I configure a reverse proxy to only proxy by file extension?

Let's say I have a vhost with a DocumentRoot and ProxyPass to an application server. I want the proxy to only forward requests with an extension of .xyz and .abc, but everything else should default to the doc root. How can I achieve that?
jiggy
  • 123
  • 4
0
votes
2 answers

How can I use mod_proxy to get Apache to use a custom port for a specific URL?

I have a single IP address say 10.10.55.55 I want my VM to use a certain port whenever a specific URL is used, but without having to specify the port. So instead of saying mydev.net:8200 I'd like to say mydev.net (to hit the docroot) and for the…
qodeninja
  • 2,753
  • 10
  • 32
  • 33
0
votes
1 answer

Apache as a HTTP proxy and filter

I am interested if Apache's mod_proxy can be configured to filter the content sent through it. For example, if a user makes a request to site A then send request X to the server otherwise send an unmodified request. For example: Client ------> Proxy…
mishmash
  • 101
  • 2
0
votes
2 answers

Do I have to open a port for mod_proxy and ProxyPass to work?

Here's my situation: I have a server running Apache on port 80, a node.js application on port 8000, and I'd like to know if I have to open ports in order for ProxyPass and mod_proxy to work. Related
jrg
  • 219
  • 3
  • 12
0
votes
1 answer

Apache rewrite with intermediate proxy server (with authentication)

Using Apache 2.2, I'd like to access an external server (reachable through the Internet) from one of my internal servers. The URLs will be rewritten to change the host so I'll either use mod_rewrite or mod_proxy, not sure yet which one is better for…
Snark
  • 181
  • 5
0
votes
2 answers

Can I configure mod_proxy to use different parameters based on HTTP Method?

I'm using mod_proxy as a failover proxy with two balance members. While mod_proxy marks dead nodes as dead, it still routes one request per minute to each dead node and, if it's still dead, will either return 503 to the client (if maxattempts=0) or…
Graham Lea
  • 201
  • 1
  • 9