Skip to main content

All Questions

Tagged with
0 votes
1 answer
29 views

Configuring apache as reverse proxy for varnish server without using Hitch on ubuntu 22.04

I am trying to configure varnish cache 7 with apache2 on my server. Though setting up http request works just fine. but varnish can't handle https directly so i tried Apache and Hitch but didn't ...
Muhammad Aslam's user avatar
0 votes
0 answers
7 views

Apache httpd Cache Response 'MISS from myexample.com' Issue

I'm experiencing issues configuring Apache httpd cache. Currently, files are being created in the CacheRoot directory, but I consistently see "MISS from myexample.com" in the response ...
zerodark30's user avatar
0 votes
0 answers
12 views

Apache Proxy Error with long url (>1090 cars)

I have an error on my Apache Proxy server. When an url is longer than 1090 chars we have 2 errors : *[Thu Jun 13 21:06:12.680194 2024] [proxy_http:error] [pid 46823:tid 140407153346240] (104)...
Renaud SALVIGNAC's user avatar
0 votes
0 answers
31 views

How take Proxy apache

I'm trying to configure my Apache with a Java API to receive calls from my front end. The way below he receives the first call, I can log in, but the next calls I get 401 Unauthorized. <VirtualHost ...
Everton Trindade's user avatar
0 votes
1 answer
31 views

Proxying with Apache2

I've read many different threads here, read the official manual, but nothing has worked. Here is the problem: I have a website running on port 80, I need to open the website located at http://<...
Krypt0n_C0R3's user avatar
0 votes
1 answer
176 views

How to get visitors remote IP behind a load balancer and Cloudflare and have the remote IP also available to Apache

I'm not entirely sure how to word this question as eloquently as it could be so please be gentle with me. We currently have 2 Apache/Nginx/Plesk Web Server VM's that are behind a Network Load Balancer....
PeteB's user avatar
  • 122
0 votes
1 answer
52 views

Apache Reverse Proxy: only one proxy directive is working. Second one is ignored

I am using Apache 2.4.58 with Windows server 2019 essentials. I have only 1 server and 1 public IP address with 2 network cards: 192.168.3.100 and 192.168.3.200. I created 2 proxy directives in httpd-...
Louis's user avatar
  • 75
0 votes
1 answer
204 views

"Lost connection to server, reconnecting in 12s. Try now" node-red error [closed]

I'm encountering an issue with Node-RED's UI when accessed through an Apache reverse proxy with SSL/TLS encryption configured. Here's the setup: Node-RED is running locally on http://localhost:1880. ...
safwan shaib's user avatar
0 votes
0 answers
26 views

httpd (apache) Wildcard in Location?

I'm trying to proxy my apache requests to a flaskrestx api. <Location ~ "/hosts/*/patchstatus"> ProxyPass http://my.company.com:8082/rest_api/hosts/(.*)/patchstatus ...
itinneed2022_1's user avatar
0 votes
0 answers
39 views

Using Apache to Proxy HTTP Requests to HTTPS for Legacy Win32 EXE without SSL Support

I have a Win32 exe program installed on hundreds of clients. This application makes an HTTP API call to retrieve information about an address based on the provided ZIP code. The exe calls an address ...
alijunior's user avatar
  • 327
0 votes
0 answers
193 views

Apache2 cannot proxy Grafana websocket connection?

My Grafana [server] config looks like: [server] protocol = http http_addr = 127.0.0.1 http_port = 3000 domain = localhost root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana/ And my ...
armaka's user avatar
  • 264
0 votes
0 answers
60 views

ProxyPass and ProxyPassReverse in a Location in Apache

I've been given something which I suspect never worked as intended, and I have been mucking about with it with no success. I am guessing that this is really simple though, since it would seem a ...
Richard Haley's user avatar
0 votes
1 answer
190 views

mTLS with Apache proxy and many user certs?

I cannot get my Apache proxy server to send the certificate that the user chooses in the browser, to the downstream server. The problem is SSLProxyMachineCertificateFile. If I set this variable, ...
chladnefazole's user avatar
0 votes
1 answer
123 views

Apache will not proxy to a node.js backend

I have an apache server running on Ubuntu, and it runs without issue. Apache currently serves static webpages, and is configured with several Vhosts. The problem is trying to configure a Vhost to ...
Isaakfire's user avatar
0 votes
0 answers
111 views

How can I configure Forward proxy from apache on linux

I'm trying to configuring forward proxy my Apache Server on linux. Apache Server ver.2.4.8 I'm tried coneect to 'http://example.com'. but, Response Code is 500. I think Path and Query string not be ...
NINE_CAT NINE_CAT's user avatar

15 30 50 per page
1
2 3 4 5
68