All Questions
10 questions
0
votes
0
answers
13
views
Sessions of apache webserver expiring - forcing logout of users (non php)
I have got some webservers running behind a proxy-server. These webservers are running an application, but it seems user are getting a "session expired" error. This error forces a logout and ...
0
votes
1
answer
567
views
Apache 2 basic reverse proxy config not working, getting 404 error
I started a new server in a virtual machine, and I can access its homepage from the browser. I set up a docker container hosted on port 90 which I can also access. To link /app/ to localhost:90 I ...
0
votes
0
answers
33
views
Can a proxy server like Cloudflare access all files in server and can read and write them, and if it can how to disable it
How to stop a proxy server from reading, writing files in origin server.
And if I changed name servers of another server and that another server can behave like a proxy and can it access all files ...
0
votes
0
answers
529
views
Nginx Reverse Proxy Slows Down Website
I'm new to working with nginx but I set up a reverse proxy on a new server that I have and it is definitely slowing down my website and how fast videos and images load.
Maybe somebody here will know ...
0
votes
1
answer
11k
views
Nginx reverse proxy SSL handshake error
What I have:
Domain name *.posmete.com which points to Host server.
Host server running ubuntu 18.04 (Google cloud instance)
(inside host server) LXC Container 1 named "proxy" running ubuntu 18.04 ...
2
votes
1
answer
858
views
Problems proxy requests to multiple backends with http2, "connection coalescing", connection reuse in google chrome
We are looking for a way to use http2, one proxy with SSL termination and multiple different backends for different subdomains.
I found this explanation of the problem and I am looking for solutions ...
1
vote
2
answers
1k
views
Gitlab, Gitlab runner and reverse Proxy
I just installed Gitlab on an Ubuntu 18.04 fresh install. I am now trying to set up Gitlab runner (on the same machine, 192.168.1.8). I created a project and ran the test that comes predefined with ...
0
votes
1
answer
6k
views
Setting up communication from forward proxy to reverse proxy using tinyproxy
I’m having trouble connecting a forward proxy with the reverse proxy, both supported by tinyproxy (version 1.8.3). I don’t know if it is a problem with the configuration.
I’m testing these proxies ...
0
votes
1
answer
306
views
Prevent Squid from caching on a specific path
I'm using this rule in /etc/squid/squid.conf
acl DenyApp urlpath_regex /app/path1/path2
no_cache deny DenyApp
It's working great. However, what I would like to happen is for Squid to still cache /...
-1
votes
1
answer
1k
views
Bonding multiple proxy server [closed]
I want to use multiple proxy server at the same time to speed my downloads. How can use multiple proxy at the same time. Reverse Proxy products such as haproxy nginx can use multiple proxy server but ...