Skip to main content

Questions tagged [mod-proxy]

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

mod-proxy
0 votes
0 answers
14 views

How can I implement masking and forwarding of a url on Wordpress?

I'm trying to implement forward and masking of a url. I have a page hosted on vercel.com as mynewpage.vercel.app. The rest of my page are hosted on Wordpress on myotherpages.com. I want for when the ...
Latifah President's user avatar
0 votes
0 answers
23 views

Apache error logs of module "proxy_ajp" is not converting to JSON format

We have converted our Apache error logs to JSON format by defining the format in httpd.conf file ErrorLogFormat "{"timestamp":"%{u}t", "ApacheModule": "%m",...
Priyanshi Shah's user avatar
0 votes
0 answers
21 views

Apache Rewrite Rule Combine Proxy and Handler

I'm running an apache 2.4 webserver on an standard debian distribution. I need to get content from a different application server and run it through the server-parsed handler afterwards. To achieve ...
Daniel B's user avatar
0 votes
0 answers
20 views

Apache2 mod_rewrite S3 file upload request body buffer

I'm currently uploading a file directly to my S3 instance using the mod_rewrite to proxy the file upload from my Apache2 web server directly to my S3 instance. RewriteCond %{REQUEST_METHOD} =PUT ...
Colin Campbell's user avatar
0 votes
0 answers
17 views

Apache: does a ProxyPass proxy a <Location> itself, or just the *contents* of that Location?

I know, sounds like a stupid question, but bear with me. In this setup: <Location /a/b/c/d> ProxyPass http://localhost:8080/a/b/c/d </Location> <Location /a/> ProxyPass http://...
QF0's user avatar
  • 469
1 vote
0 answers
20 views

ProxyPassMatch backreference issues

I am attempting to take all requests matching the regex ^/(map/maps/[^/]*/live/.*) redirect into a local server http://127.0.0.1:8100/. However, the path that needs to be passed to the backreference ...
Firav's user avatar
  • 63
0 votes
0 answers
34 views

Apache2 ProxyPass without query string

I want to provide static looking URLs to internal graph generators without passing on potentially malicious query parameters from the client. I got a VirtualHost configuration that looks kinda like ...
kellerkindt's user avatar
0 votes
4 answers
201 views

Design question - How to Invoke Legacy service efficiently?

We have two applications App1 and App2. App1 - Legacy search application on Java6 (being upgraded to Java 8) with legacy UI; Request payload is a complex string delimited structure App2 - Java 8 on ...
user1549605's user avatar
0 votes
0 answers
46 views

Issue with apache2.conf Apache Web Server (2.4) for LoadModule

I want to use mod_proxy on my Apache Web Server v2.4 (latest as of 23 Dec 2023). Since I could not find the good old httpd.conf file, I am trying to use apache2.conf (on Ubuntu 22.04 under /etc/...
Singam's user avatar
  • 493
0 votes
0 answers
82 views

socket.io connection via proxy url on Dreamhost VPS generates bad response

This may be a question specific to the Dreamhost VPS environment, or perhaps a more general problem. I have a node.js server running on my Dreamhost VPS. Instead of socket.io in the client connecting ...
roryone's user avatar
  • 11
0 votes
0 answers
27 views

Apache2 virtualhosts, changing domain, with redirect AND Proxy with SSL

I'm migrating from a.com to b.com I have some hardware in the field that is making POST requests to web.a.com and I can't really change that. I have my code in /var/www/web.b.com working with SSL. ...
legoblocks's user avatar
0 votes
0 answers
12 views

Can we have two LB infront of Control Plane?

Can we have two Proxies/LBs infront of Control Plane One is for Publisher , accessible to Internal staff only The other is for DevPortal which can be accessible by Both Internal Staff and external ...
Viruls's user avatar
  • 11
1 vote
1 answer
110 views

Multiple Proxy/ReverseProxy on Apache

I have a service on port 3000 with Proxy/ReverseProxy on Apache at Port 80 on http://myserver/foo. I want to put another server on port 3456 and Proxy/ReverseProxy it from http://myserver/bar on ...
HufflepuffBR's user avatar
0 votes
2 answers
43 views

Combination of URL rewrite and proxying in apache failing - with 404 Not Found Path

Hello Apache experts , I have a third party http web application listening on a server on port 8080. The third party application needs request URL to be of the form http://hostname:8080/?accnum=<...
Yogesh Devi's user avatar
0 votes
1 answer
539 views

How to proxy websocket and http over lighttpd to different ports?

I have 2 separate applications. One is based on libwebsockts which works on port 8081 and the other based on libmicrohttpd which runs on port 8080. Both of these services run on localhost. What I am ...
BlameCapitalism's user avatar

15 30 50 per page
1
2 3 4 5
57