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

mod_proxy can handle GET response with params (using tomcat as backend)

i have Apache reverse proxy that is forwording requests to backend Apache that using mod_jk to connect tomcat , the application is in java/jsps in the Apache reverse proxy i have this configuration that works when there are request with out…
user63898
  • 29,839
  • 85
  • 272
  • 514
0
votes
1 answer

External URL with mod_rewrite and mod_proxy in WAMP

I am using WAMP on my local server, I am trying to redirect a local directory to an external domain name, for example: http://myhost.dev/directory should redirect to http://www.google.com However, I wish to keep http://myhost.dev/directory in the…
Ian Jamieson
  • 4,376
  • 2
  • 35
  • 55
0
votes
1 answer

Any way to keep apache proxy from timing out?

I can't find in the docs if it's possible to keep apache from timing out on a proxy request. I'm trying to setup a socket server and am looking for this as an option.
wajiw
  • 12,239
  • 17
  • 54
  • 73
0
votes
1 answer

accessing the web2py admin interface via wsgi

The web2py book states The administrative interface, admin, is only accessible from localhost unless you run web2py behind Apache with mod_proxy. If admin detects a proxy, the session cookie is set to secure and admin login does not work…
Terrence Brannon
  • 4,760
  • 7
  • 42
  • 61
0
votes
1 answer

ReverseProxy - send some URLs to another server for preprocessing

There is an existing application hosted on Apache. I want to send some urls(Post Forms) to another server(not apache - just a program) for some preprocessing. This is how this is organized 1) I have added an additional listen port on Apache conf…
user93353
  • 13,733
  • 8
  • 60
  • 122
0
votes
1 answer

Explain CouchDB's serving of websites, is CouchDB bundled somehow with Apache and how does it work?

I am trying to understand how CouchDB work. Does it come bundled up with separate Apache or does it use the Apache in the system. I am trying to understand how it determines where to serve the site and how are different directions done. This is…
hhh
  • 50,788
  • 62
  • 179
  • 282
0
votes
1 answer

Rewriting app URL on tomcat through apache

I'm trying to get apache to route app.example.com to app.example.com/app where the application is running on tomcat. With the code below I keep getting infinite loop errors. Httpd.conf NameVirtualHost *:80 ServerName…
0
votes
1 answer

.htaccess - mod_dir with RewriteRule Proxy

I am running into an unusual problem. I have a series of sites that art pointing to my hosted site, for example purposes: http://sub.mydomain.com/help/ All these other sites use this .htaccess file Options +FollowSymLinks -Indexes RewriteEngine…
Kerry Jones
  • 21,806
  • 12
  • 62
  • 89
0
votes
1 answer

CDN and mod_proxy

I have enabled mod_proxy on my stack and I have a call (below). I am trying to determine what the impact is on the CDN and billing. For instance: http://domain.com/ID/SIZE/my-super-lengthy-SEO-url.jpg RewriteRule ^scan/([^/]+)/(s|l|xl)/(.*)$…
Dough Boy
  • 1
  • 1
0
votes
1 answer

Glassfish HTTPS redirect behind SSL offloader and Apache

I have this configuration: HTTPS load balancer / SSL offloader on port 443 Apache httpd on port 80 (different IP), using ProxyPass, ProxyPassReverse to forward to... multiple Glassfish domains listening on different ports Problem: Neither…
wrschneider
  • 17,913
  • 16
  • 96
  • 176
0
votes
1 answer

False configured mod_rewrite/mod_proxy with squid proxy

We are using squid for one of our applications and we are getting an abuse message from a website saying He used xrumer or other Tools or had a false configured mod_rewrite/mod_proxy who is abused. We doubt that someone else is using these squid…
instanceOfObject
  • 2,936
  • 5
  • 49
  • 85
0
votes
1 answer

Tomcat Clustering and HTTPS Issue

I have two instances of Tomcat 6 with content accessible via HTTP and HTTPS for other pages. I have configured the instances this way: Instance one to listen on port 8080(HTTP) and 8443(HTTPS) Instance two to listen on port 7080(HTTP) and…
Angelo
0
votes
1 answer

Apache tomcat Cluster using mod_proxy gives nonserizable exception for a JSF application

I have successfully configure cluster using mod_proxy for a sample application but when I used this cluster for a JSF application I got non serilizable exception: java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute…
Naushad Qamar
  • 123
  • 3
  • 14
0
votes
1 answer

Using mod_proxy to re-direct to a https sub-domain?

This is something I've asked previously, with a suggested solution of using mod_proxy, but unfortunately even with that I cannot get this working :( I want to re-direct from a regular link to a https sub-domain so for example…
Nick
  • 3,745
  • 20
  • 56
  • 75
-1
votes
0 answers

httpd rewrite rejects request with space or special character after CVE-2023-25690 update

I would like to use the flag B in the rewrite to ensure any space or special character is escaped RewriteRule "^/(.*)" "https://mydomain/dahqhhq/opendoc.htm?document=toto toto.qvw&lang=en-EN&host=TOTO@host" [R,L,B] But this does not work, I still…
Diogène
  • 59
  • 1
  • 4
1 2 3
56
57