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 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 straight forward i guess. So my virtual host config…
sveri
  • 1,372
  • 1
  • 13
  • 28
0
votes
1 answer

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…
Erin Drummond
  • 5,347
  • 6
  • 35
  • 41
0
votes
1 answer

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 following to apache2/users/george.conf: ProxyRequests…
Black
  • 5,023
  • 6
  • 63
  • 92
0
votes
0 answers

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 ProxyPassReverse /nodejs/ http://127.0.0.1:1337/ And…
0
votes
1 answer

Problems with JBoss and ProxyPass Apache directive

My JBoss 7.1 (standalone.xml) is configured like this:
Fabio B.
  • 9,138
  • 25
  • 105
  • 177
0
votes
1 answer

proxying through corporate firewall

I'm trying to get some protocols work through my company's firewall. Until now I have been succesfull in masking either http or https data by setting a http proxy on localhost and one on a remote server I own. The communication is done via $_POSTed…
Liviu Gelea
  • 361
  • 2
  • 9
0
votes
1 answer

Using Apache mod_proxy to reverse proxy and change url

I am successfully using Apache mod_proxy to reverse proxy a request to testing.com/foo/bar to mybackendservice.com/foo. However, instead of the current url which is shown in the browser : testing.com/foo/bar, I would like to have the url reflect…
praetorian1
  • 173
  • 1
  • 13
0
votes
2 answers

combining proxy server modules with my webapplication

I want to implement a autmatic billing systen for one cybercafe.MEasning when some one want to surf net in my cafe he goes to attendent and attendent allocates him the pc and gives him the passswd which is generated by the applciation and the…
user156073
  • 1,933
  • 8
  • 31
  • 37
0
votes
1 answer

APACHE REDIRECT TO TOMCAT USING MOD_PROXY

I am trying to implement a redirect for apache2 t tomcat.I would like to have a url like this: share.com to open to alfresco login page, but currently I have to use the url like this: share.com/share/ . I have done research and what I achieved was…
patma
  • 1
  • 1
0
votes
1 answer

Apache RewriteRule flags proxy NS

I'm trying to write the following rules (see comments) # Redirect example.org/sub/* to sub.example.org/* explicitly RewriteCond %{REQUEST_URI} ^/sub(.+)$ [NC] RewriteRule ^ http://sub.%{HTTP_HOST}%1 [L,R=301,NS] # Redirect sub.example.org/* to…
SebCorbin
  • 1,645
  • 1
  • 12
  • 23
0
votes
1 answer

where is socket.io.js?

Possible Duplicate: socket.io.js not found I installed a simple web-chat demo: https://github.com/sorensen/node-chat-demo and I want to connect to it via an apache proxy server, so that instead of: http://ip.address:3000/... the address will…
Erel Segal-Halevi
  • 33,955
  • 36
  • 114
  • 183
0
votes
1 answer

Why do I have to do a setenforce 0 to cluster tomcat on Scientific Linux using mod_proxy

Why do I have to do a setenforce 0 to cluster tomcat on Scientific Linux using mod_proxy I am using Scientific Linux release 6.2 and trying to get mod_proxy working with httpd and tomcat. I want to have two tomcat nodes running on the box and so I…
techsjs2012
  • 1,737
  • 5
  • 25
  • 57
0
votes
1 answer

trying to use mod_proxy with httpd and tomcat

I been trying to use mod_proxy with httpd and tomcat... I have on VirtualBox running Scientific Linux which has httpd and tomcat 6 on it.. I made two nodes of tomcat6. I followed this guide like 10 times and still cant get the 2nd node of tomcat…
techsjs2012
  • 1,737
  • 5
  • 25
  • 57
0
votes
1 answer

404 not-found after setting proxy in apache for BOSH

I am tryting to setup BOSH with openfire , after enabling it , i have set the proxy for apache as follows ServerName mydomain.com ServerAlias www.mydomain.com DocumentRoot /home/mydomainname/public_html …
Hunt
  • 8,215
  • 28
  • 116
  • 256
0
votes
1 answer

Looks like I can do more in mod_proxy then mod_cluster?

Looks like I can do more in mod_proxy then mod_cluster? Attached is screen shots of them both but if you look with mod_proxy I can change Load Factor, LB Set, Routes, and more from the admin and I dont see this in mod_cluster. is this…
techsjs2012
  • 1,737
  • 5
  • 25
  • 57