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

learn more… | top users | synonyms

0
votes
0answers
18 views

Rails root url with mod_proxy

Rails versions: 3.2 I have an existed PHP site and I would like to add new features in it with Rails. The final gole is to migrate the entire site to rails, therefore I choose to use mod_proxy to ...
0
votes
0answers
13 views

How to use Mod_proxy?

Hello i own a Server by my own with about 20 Domains. Now i want to make a Mod_Proxy avalable to one domain. I have read this article here : ...
0
votes
0answers
10 views

mod_proxy using .htaccess on LiteSpeed

I'm trying to get this htaccess code to work: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^fld/(.*) hxxp://example.com/fld/$1?proxy=hxxp://example.com [P] RewriteRule ^/?$ ...
0
votes
0answers
21 views

Apache mod_proxy performance tweaks

I have a pretty basic setup mod_proxy apache ---------> HBaseRestAPI(Not sure what this uses under the hood, maybe embedded jetty) This is not to be used in production, it will be used by ...
0
votes
0answers
13 views

Health page in apache mod_proxy

I have one apache with balancer, and 2 tomcats. I'm trying to use apache mod proxy and want to set healthy page (so if one of my WAR does not work, requests will not be directed to it), which will ...
1
vote
1answer
39 views

Tomcat stops responding to Apache

I'm trying to resolve an issue about connecting Apache and Tomcat with mod_proxy_ajp. In my case, the Tomcat stops to response the Apache, and the apache log prints logs error message like this: ...
0
votes
1answer
35 views

Passing Apache Environment variables to gunicorn through mod_proxy

I'm not entirely sure this is the right way to skin this cat, so feel free to propose completely alternate solutions. I have a Django site running on gunicorn behind apache's mod_proxy (with the ...
1
vote
2answers
43 views

How to mask a tomcat app behind an apache subdomain?

I have two separate servers: an Apache public server and an internal Tomcat one. I would like our users to be able to use our Tomcat apps without exposing the details of our implementation (actual ...
0
votes
0answers
6 views

How to proxy a subdomain to my blog?

I have a site, hosted on an Apache web server on Amazon EC2, and I also have a blog, hosted on Tumblr. What I'd like to happen is when a user visits blog.domainofsite.com or domainofsite.com/blog, ...
0
votes
0answers
42 views

Apache VirtualHost Serving Tomcat Servlet

I'm running CentOS, Apache 2.2.24, and Tomcat 7.0.32 on a server with a number of virtual hosts. I also have root access to modify httpd.conf, server.xml, etc. A java application is successfully ...
0
votes
0answers
20 views

Apache Proxy configuration

I'd like to setup an Apache server proxy environment to achieve this: whatever [URL] you type in the browser, the Apache server "proxies" this to http://mydistantserver.com/[URL encoded]. Example: ...
0
votes
0answers
16 views

Re-writing the URL's in page source

Is there a way we can rewrite the URL's appearing in page source? What I'm trying to do is... I have deployed my application on tomcat and created a proxy using httpd. Now I want to enable URL ...
2
votes
2answers
36 views

New to .htaccess and RewriteRule

I'm making a site where users can create subdomains with files, folders etc. these sites go into a folder called websites so it will be site.com/websites/subdomain.site.com I only need to get ...
1
vote
0answers
35 views

How to add .htaccess {REQUEST_URI} at the end of this Rewrite Rule? [duplicate]

Im making a site where users can create subdomains with files, folders etc. these sites go into a folder called websites so it will be site.com/websites/subdomain.site.com I only need to get ...
0
votes
0answers
67 views

Redmine 2.3 relative url root not working with Apache mod_proxy

I am currently attempting to upgrade from Redmine 1.4 (based on Rails 2.3) to Redmine 2.3 (Rails 3.2). I am forced to use Apache with mod_proxy and proxy balancer, so any talk of passenger is out. I ...
0
votes
1answer
20 views

Apache Module mod_proxy_balancer

We are using apache version 2.2.23 in our environment.We have configured apache in such a way that it should load balance between two applications servers for the same home page. BalancerMember ...
0
votes
0answers
21 views

Lighttpd: Delay when using as a Proxy

I am trying to use lighttpd as a reverse Proxy: It has to deliver static files by itself, has to load some Images from an external System and has to forward POST-Request to another, own-written Server ...
0
votes
0answers
79 views

How to get same remote session with cURL and ajax curl request?

I have php site that curl's remote php app with mod rewrite proxy that uses session to store app state. Page's some php codes are loaded from remote server with mod proxy and curl (in to the center ...
1
vote
0answers
52 views

Apache2 proxy Tomcat6 prevent 503 error while starting [migrated]

While tomcat6 is starting up all my http requests are retained by the server and sends the response when the server is up. But when I use an apache2 as a proxy the apache2 responds inmediatly a 503 ...
1
vote
0answers
47 views

link_url not responding to config.action_controller.relative_url_root

I'm running my Rails app on port 3000, with mod_proxy forwarding requests to /rails, to http://localhost:3000. I'm attempting to make link_to take the subdirectory into account. (For example, ...
0
votes
0answers
94 views

How do I install the GlassFish Load Balancer plugin on Apache 2.2.CentOS 6? Currently getting errors during installation

I have downloaded the latest version of the Load Balancer plugin, but I am unable to install it. When I step through the wizard, I select the webserver install dir as /usr/sbin (the location where ...
0
votes
0answers
55 views

apache rewrite without changing url but changing server params in php

Ok, been searching for hours now, it seems like a though one, but please bear(? beer? xD) with me, it might be really simple for all i know. (i'm not implying i'm drunk!) tried about everything i ...
0
votes
1answer
35 views

Using Apache RedirectMatch in an SSL Vhost

I would like to: redirect https requests for / to /sweetApp/ redirect all http requests to https after the redirects, proxy requests to an internal ip address I have set up these vhost rules. The ...
0
votes
0answers
68 views

set up apache http server as proxy to access another domain

I know this should be very basic and simple in theory, but I need to complete this task, I'm new to this and for some reason I can't find a suitable example that works for me. I am running apache 2.2 ...
0
votes
1answer
45 views

Setting up Apache to use an internal Proxy Server( Proxy Chaining? )

I have a situation where I need to route requests to Apache through an internal Proxy Server before redirecting to an external Site, the setup is something like this: Browser Request --> Apache ...
0
votes
1answer
35 views

Spring Security, OpenID, and mod_proxy

I have an application using spring-security's OpenID implementation. The app server sits behind a proxy. The proxy is apache httpd with mod_proxy. If the proxy connects to the app server via HTTP, the ...
0
votes
0answers
74 views

Apache mod_proxy to tomcat - Why does AJP proxy require webapp name?

I am configuring apache and tomcat using mod_proxy to redirect json requests to tomcat to be served. I have configured the site so that the web app name isnt in the URL, so you only hit ...
0
votes
2answers
194 views

.htaccess - Redirect from subdomain root to subdomain's folder (mod_rewrite/mod_proxy)

Problem I am trying to redirect from the root folder of a sub-domain, e.g. sub.example.com, to a sub-directory of the sub-domain and keep the sub-domain in the address bar, e.g. ...
0
votes
1answer
18 views

Modifying proxied content on apache

I have an Apache 2.2 server running mod_proxy and I would like to manipulate the output before the proxy sends it down to the client, but I need something more powerful than mod_substitute. Is there ...
0
votes
0answers
133 views

Error using mod_proxy - backend not responding to GET [closed]

Trying to configure mod_proxy on an internet facing server to proxy a specific directory to a backend server. Backend site works directly from client and proxy (curl). Both systems are Ubuntu 12.04 ...
0
votes
1answer
85 views

How to make Apache pass on some URLs to a different server

I have copied most of a php website to my local computer for debugging and development. There is a HUGE number of images on the original remote website that I cannot transfer. The same images are ...
1
vote
2answers
41 views

Is it possible to use “%{HTTP_HOST}” in ProxyPass?

I'm trying to implement a transparent proxy using apache2 and mod_proxy that for now - doesn't do anything. just forwards the traffic to the correct "host". I don't want it to be host-dependant - but ...
0
votes
1answer
293 views

Configuring apache mod_proxy for cross-domain ajax calls

I started working on a small JavaScript app today that utilizes the Clipped API (http://clipped.me/api.html), but learned that there are cross-domain AJAX call issues, and the developer of the API ...
0
votes
0answers
586 views

How to reverse proxy specific ports to a different server behind a firewall using Apache mod_proxy [closed]

I have two Web severs, one Apache 2 and the other IIS 8, and both are on a LAN behind a firewall. I have ports 80, 443, and 8080-8088 open on the firewall. I have an externally hosted DNS A record ...
0
votes
2answers
84 views

Missing Doctype HTML Deployment using apache mod_proxy

I have a strange problem... My Vaadin Application is working fine on my computer (locally). I just deployed the website and now I have a problem: The <!Doctype html> tag in the first line is ...
1
vote
1answer
497 views

How to configure maven settings.xml to access nexus behind an apache proxy

I'm having trouble with getting artifacts from nexus and I hope that the community can help me out. It is not a problem to access and work in the nexus web application (I've set the Base URL to ...
0
votes
1answer
74 views

apache 2.2 subdomain proxypass configuration with jetty 8

i am trying to proxypass a subdomain xxx.yyy.de to a jetty webapp on yyy.de:8080/app. First i followed the documentation http://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy which is pretty ...
1
vote
1answer
84 views

Two servers with mod_proxy, second server host is local ip and shows /proxy/ in url?

I am having some issues in regards to sessions with a second server I am running on my home network. I do this as a hobby and to develop new applications before they officially go live. I have a ...
1
vote
1answer
397 views

ProxyPreserveHost seems to do little for me

I see many on the web referring to the use of ProxyPreserveHost On to make sure that a proxied backend receives the original caller's host name. I am using this to tighten my web application's ...
0
votes
0answers
12 views

similar to mod_proxy from a tomcat 6.0 to third party server?

I'm very new to the apache tomcat configuration. We have a requirement to have a proxy on our existing tomcat 6.0 server. This proxy should take any ssl url and get the binary images and return it to ...
0
votes
0answers
93 views

Apache mod_proxy not forwarding all requests

I have a Bottle/Python app running on localhost:3000 that I am using Apache mod_proxy to forward requests to. Its working 99% of the time, except when I try and go to a url like: ...
0
votes
0answers
69 views

mod proxy, host site on subdirectory

I have some problems with hosting a site in a map on a reverse server, what I have now is: RewriteEngine On ProxyPassMatch ^(/map/.*)$ http://site.com/$1 #just do redirect images. ProxyPass /map ...
0
votes
2answers
99 views

Apache in front of JSF

In Jboss AS 7: Putting Apache in front of Jboss with this works fine: ProxyPass / http://localhost:8080 ProxyPassReverse / http://localhost:8080 So app is accessed by domain.com/app. Problem ...
0
votes
1answer
126 views

configuring Apache on Mountain Lion proxying to Node.js

I'm trying to get Apache on OSX 10.8.2 to proxy requests to a specific URL to a Node.js server running on port 8080 following this guide: http://garrows.com/?p=455 In order to do this, I add the ...
0
votes
0answers
175 views

Using apache ProxyPass to forward URL on new site to old webserver

We are currently moving our site to a CMS, and in the process moving to a different server. There is some code on the older server that we do not want to move to the new server. We want the URLs to be ...
1
vote
1answer
63 views

Manipulating HTML using mod_proxy with Apache, e.g. to remove ads

For now this is just a technical challenge, but basically I would like to do the following: Create a webbased reverse (gateway) proxy using mod_proxy and mod_proxy_html that does not only rewrite ...
1
vote
1answer
66 views

Garbled text when including remote .shtml file using mod_include and mod_proxy

I'm experimenting with apache mod_include. I got two servers running apache: I'm trying to include in my test_local.shtml (server1) some simple text from test_remote.shml (server2). ...
1
vote
1answer
185 views

Redirect loop on attempted web proxy

I have an Apache server running WordPress in the web root (/var/www/html). In my access_log I have been seeing many entries of the form: 98.209.16.114 - - [15/Feb/2013:21:19:51 -0500] "GET ...
0
votes
0answers
72 views

Catching “close” socket event in node.js

I'm using the Apache on port 80. Node.js server listen on port 1337, Apache through him all proxied requests: ProxyRequests off ProxyPass /nodejs/ http://127.0.0.1:1337/ timeout=300 retry=0 ...
0
votes
2answers
329 views

Apache Reverse Proxy - Stop Trailing Slash Redirection

I'm migrating a site running static HTML on a Sun One (iPlanet) 6.1 to a Drupal site on Apache. There is a requirement to keep the old server running and serving old content until it can be moved ...

1 2 3 4 5 7