mod-proxy is the proxying module for the Apache HTTP server.
0
votes
0answers
5 views
Apache HTTP Server ProxyPass redirection query?
I am trying to use this proxy server between two servers
1.) localhost:2001
2.) localhost:9443
both working fine individually.
scenario localhost:80 redirected to localhost:2001 but after that on ...
0
votes
0answers
3 views
Apache reverse proxy to https site gives (70014)End of file found:
I'm using apache mod_proxy to reverse proxy to a backend HTTPS server that is working on a non-standard port (blocked by several firewalls hense the need for a reverse proxy).
The client connection ...
0
votes
0answers
18 views
Byte serving proxied and filtered content
Dear Stack Overflow users,
We would appreciate you advice regarding the following problem:
We have an Apache server, serving as a forward proxy (passes the request to another Apache proxy).
When ...
0
votes
0answers
12 views
apache rewrite to different domain subfolder without changing the address in browser url
Actually we have 2 sites.
Site 1: Desktop version hosted in [http://mysite1.com] , using Apache server
Site2: Mobile version of mysite.com is hosted in [http://mobilesites.com/mysite1mobile] , ...
0
votes
0answers
21 views
Node.js app with apache proxy redirect very slow unstable
I have big problem. I run node.js (express.js) app with forever start server.js
It works perfectly with 176.122.224.*:3001 but I want to run it on a domain. My configuration:
<VirtualHost *:80>
...
0
votes
0answers
2 views
Changing request header before forward proxy in Apache
I have used "forward proxy" in Apache. I want to change part of request header before passing the request. for example i want to change host param in header.
i have used this part of config in ...
0
votes
1answer
13 views
Apache multipart request mod_proxy
I have jquery ajax request routed like this
var data = new FormData();
data.append('payload1',payload);
data.append('attachment',attchmentPlayLoad);
data.append("fileData" + i , file);
...
0
votes
0answers
22 views
why I failed in JBoos-7 Virtual Hosting with mod_proxy?
I am trying to make Jboss-7 deployment work with mod_proxy on port 80, but I faced problem
1- I modified the standaloan.xml
<subsystem xmlns="urn:jboss:domain:web:1.1" ...
-2
votes
0answers
21 views
Need To Proxy A Website [closed]
I have a problem. I need to proxy a website:
When visting mywebsite.com it should be redirected to www.mywebsite.com
www.mywebsite.com should show the pages from another website - so when you visit ...
1
vote
0answers
16 views
ProxyPass and RewriteRule [P] acting differently in regard to http/https
I have a working configuration that looks like
ProxyPass /roundcube protocol://127.0.0.1:8080/roundcube
ProxyPassReverse /roundcube protocol://127.0.0.1:8080/roundcube
when I go to
...
0
votes
0answers
39 views
Apache 2.4 + PHP-FPM and Authorization headers
Summary:
Apache 2.4's mod_proxy does not seem to be passing the Authorization headers to PHP-FPM. Is there any way to fix this?
Long version:
I am running a server with Apache 2.4 and PHP-FPM. I am ...
0
votes
2answers
56 views
Apache forward proxy that handles https
I followed the example in the following SO question to successfully set up an Apache forwarding proxy: Setting up an Apache Proxy with Authentication
It works well, except that when accessing sites ...
0
votes
1answer
25 views
how to mask a URL?
I have a link displaying an image on my site which is from www.somedomain.com/image.jpg
How can I mask the domain so that it is www.mydomain.co.uk/image.jpg ?
Would this be done using mod_rewrite?
...
2
votes
0answers
146 views
Error with an Apache in front of Tomcat using AJP connector and mod_proxy
I've a Apache Server (Server version: Apache/2.2.22 (Ubuntu)) in front of a set of three tomcat6 servers. Apache is set up as a load balancer using mod_proxy and the AJP connector:
<VirtualHost ...
0
votes
0answers
9 views
Wrong HTML Location Header from apache mod_proxy_ajp
I tried to switch from 'normal' mod_proxy to mod_proxy_ajp to call my jboss in the back. Everthing worked fine, except this little JSP redirect
<% response.sendRedirect("login.jsf"); %>
The ...
0
votes
0answers
22 views
Redirecting or Proxying a web service call from Apache to JBoss
I am new to this site and this is my first question, I have Apache running in front of JBoss as a reverse proxy server. I am trying to proxy the web service calls from Apache to JBoss with no luck. I ...
0
votes
2answers
47 views
apache + tomcat using mod_proxy ajp randomly stops working
I am using apache and mod_proxy (via ajp) to send traffic to my tomcat instance. Everything works fine and then it randomly breaks. I see a 408 in the tomcat logs and apache is returning a 503.
Has ...
0
votes
0answers
39 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
28 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
45 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
49 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
19 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
182 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
114 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
90 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
7 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
73 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
49 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
17 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
46 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
117 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
64 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
31 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
1answer
130 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
64 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
128 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
83 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
68 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
113 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
112 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
58 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
116 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
428 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
24 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
255 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
117 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
80 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
483 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
956 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 ...