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
0
votes
1 answer

Apache map URL to resource

I'm hoping someone can help me out with my configs for apache. I have all my mod_proxy config working, but I want to add to the config so I can map /fog to serve up /var/www/fog/index.php but I'm unsure how to do this as I've only ever used apache…
Jack
  • 417
  • 2
  • 8
  • 18
0
votes
1 answer

403 Forbidden, only CakePHP - PHP-FPM - Apache 2.4 and mod_proxy_fcgi

This weekend I installed this software on my system. Ubuntu 14.04LTS Apache 2.4.7 (from repository) PHP 5.3.29 (compiled) - with PHP-FPM (CakePHP 2.4) My VHOST config: ServerAdmin martin.fink@sandstein.de ServerName…
sensedrive
  • 11
  • 3
0
votes
1 answer

Apache reverse SSL proxy fronting Weblogic

I've ran into a problem using mod_proxy/mod_ssl. The Apache HTTP server on SLES 11 SP3 64 bit, OpenSSL 1.0.1.f acts as SSL proxy to the Weblogic 10.3 running on Redhat. The mod_ssl is configured correctly - it works when proxying to to non-ssl…
PassoGiau
  • 587
  • 2
  • 7
  • 18
0
votes
1 answer

2 play framework application with single httpd

I have two different applications developed in Play framework. I am trying to launch both the application in a EC2 instance with apache, ProxyPass and ProxyPassReverse setup. I have to use two different URL and SSL for each application. I could…
Spidey
  • 193
  • 1
  • 3
  • 11
0
votes
1 answer

Apache2 Proxy server

Lately I encountered some issues with apache2's proxy server. I set ProxyRequests to On yesterday evening not knowing what it did. When I tried accessing my webhost this evening it was very slow and unstable. I checked the access log and saw alot of…
0
votes
1 answer

multiple tomcat versions on one server

I maintain a webserver that contains 3 jsf2-web applications, deployed currently on tomcat7. Our architecture is set up using mod-jk from apache over port 80 to the three instances, one for each web application. Besides different other reasons, I…
Jörg Henke
  • 123
  • 2
  • 10
0
votes
0 answers

Apache and multiple tomcats proxy

I have 1 apache server and two tomcat servers with two different applications. I want to use the apache as a proxy so that the user can access the application from the same url using different paths. e.g.: localhost/app1 -->…
Sebb77
  • 2,431
  • 2
  • 17
  • 18
0
votes
0 answers

How Can I get http request/response in a java class from a reverse proxy?

I am goning to build a java class which gets the http request or response, by an algorithm tries to find some strings in them, log them and forwards the response to the client. so, I need a reverse proxy to fetch the request, but First, I don't know…
anonymous
  • 9
  • 7
0
votes
0 answers

Build Apache on vista

I try to build Apache2.4.9 by MINGW on VISTA. When I make it following messages are showed. mod_proxy.c:2700:1: error: initializer element is not constant In file included from c:/devel/apache/httpd-2.4.9/include/util_mutex.h:30:0, …
0
votes
0 answers

apache2 proxy balancer pass to single member

I'm having issues getting the urls /api and /admin to pass to the single app server, 10.10.0.56.. It is still getting loadbalanced (and failing half the time), like all the other requests. Not sure what is going on.
0
votes
1 answer

ProxyPass with a port in Apache Virtualhost does not work

I'm using WSO2 API Manager. I have fronted API Manager(tomcat) with an Apache HTTP Server. For the URL api.abc.xyz.lk a public IP has been assigned. For that public IP a local IP which is 192.168.6.162 has been assigned. I have added a virtual-host…
Techie
  • 44,706
  • 42
  • 157
  • 243
0
votes
1 answer

Apache proxy module issue

I want to redirect a url to an application on same apache server.My development environment is Ubuntu 12.04 LTS.I enables the mod_proxy.But my url isn't redirecting to the desired application.Following is the code i put inside the…
CodeCanyon
  • 929
  • 2
  • 11
  • 36
0
votes
1 answer

Set up a generic proxy pass rule on apache

I'm trying to hit my rest service running locally on http://localhost:8080 with an ajax request as such $.ajax({ type: "GET", url: "/api/test", dataType: "json", success: function(testData) { callback(testData); …
user1875195
  • 968
  • 4
  • 8
  • 22
0
votes
0 answers

Ghost {{@blog.url}} port with mod_proxy and apache

I'm running ghost blog with apache front of it. I using a reverse proxy to port from 80 to local port. This is working correctly but the {{@blog.url}} tag returns hyperlink which has the local port. So once I click a link generated by @blog.url I'm…
t-my
  • 113
  • 1
  • 2
  • 10
0
votes
3 answers

apache protocol redirect

Is it possible to have apache get a request like whateverProtocol://localhost and redirect it to http://localhost? Thanks in advance. Update: Thank you for the answers. Specifically, I am trying to redirect ldap : // localhost to http : //…
user277127
  • 67
  • 8