Skip to main content
1 vote
0 answers
33 views

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
  • 73
0 votes
4 answers
252 views

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
1 vote
1 answer
259 views

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
110 views

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
1k views

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
2 votes
2 answers
705 views

I'm developing an application with 2 containers: apache and php-fpm. Apache serves requests, and delegates PHP execution to the php-fpm container in its vhost: <FilesMatch .php$> ...
amacrobert's user avatar
  • 3,289
0 votes
0 answers
1k views

I am setting up Apache2 as a "gateway" inside a private network. I am trying to forward HTTPS Traffic from outside through internal network with apache2. I got it to work with HTTP but as ...
SirSeba's user avatar
  • 151
0 votes
1 answer
156 views

I have several proxy pass statements for the same virtual host. I want to move those statements to a conf file that the virtual host reads. Is that possible? Any ideas would be greatly appreciated. I'...
Heather Layson's user avatar
0 votes
2 answers
283 views

I am following this guide to try show this url www.mycompany.com/testblog instead of www.mycompany.com:8000/testblog These are my current config files setup inside my website.comssl.conf file <...
Bastion2's user avatar
-1 votes
1 answer
816 views

I'm trying to set up an apache HTTP service as a forward proxy that can proxy some requests to another proxy server and other requests directly. I have a Virtual host configured like <VirtualHost ...
Wanderer's user avatar
  • 592
1 vote
2 answers
642 views

ssl.conf: SSLEngine on SSLProxyEngine On SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 SSLProxyProtocol all -SSLv3 -TLSv1 -TLSv1.1 someproxy.conf: ProxyPass /x https://x:8443 ProxyPassReverse /x https://x:...
Michael Karpel's user avatar
0 votes
1 answer
2k views

i configured an apache proxy to forward all calls to another web server. I need to exclude the path http://my-server/{var1}/api/{all-path} (where var1 is variable) from this rule. How can I do? Thanks ...
Matteo Lazzarin's user avatar
2 votes
0 answers
742 views

I am using Apache to serve my Golang website, www.example.com. All the incoming traffic is transferred to the port 8080. <VirtualHost *:80> ServerName example.com ServerAlias www.example.com ...
Boo Yan Jiong's user avatar
1 vote
1 answer
83 views

I've got a tricky question, as far as I see it ;) Currently, I'm in setup of a dynamic branch release pipeline which already takes a branch during pipeline processing and deploys it on our test server ...
Bent's user avatar
  • 96
2 votes
0 answers
334 views

I have set up a reverse proxy in my Apache 2.4 virtual host configuration file. However, the additional headers such as API_KEY that get added by the authentication system are not being passed on to ...
Wige's user avatar
  • 3,948

15 30 50 per page
1
2 3 4 5
56