Questions tagged [backend]

38 questions
0
votes
4 answers

Varnish / Apache redirecting to backend port 8080

I'm running Varnish 2 with Apache backend at 8080 on the same machine. Everything is working fine, except one problem: Sometimes Apache(?) is redirecting to backend port :8080 especially when I'm using htaccess. Users are displayed the 8080 port in…
deko
0
votes
1 answer

Uknown nginx Error Messages

I am getting some nginx errors as I can see them in my error.log which I am unable to understand. They look like: ERRORS: 2011/03/13 21:48:21 [crit] 14555#0: *323314343 open() "/usr/local/nginx/proxy_temp/0/95/0000000950" failed (13: Permission…
Sparsh Gupta
  • 1,117
  • 7
  • 20
  • 31
0
votes
0 answers

any experience with Microsoft Access 2019 backend on Nextcloud?

anyone using Nextcloud for access backends? With how many users? What's your conclusion? Currently I'm using a Synology NAS which works fine for 1 user but we are planning Nextcloud for future. And yes we know that Onedrive, google drive etc. are…
candide
  • 1
  • 1
0
votes
2 answers

How do I fix net::ERR_SSL_PROTOCOL_ERROR error when I put nginx in front of Tomcat?

How do I fix net::ERR_SSL_PROTOCOL_ERROR error when I put nginx in front of Tomcat? #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { …
0
votes
1 answer

Cache request in async way

There's plenty of options to cache requests on web servers/proxys, but i'm looking for a way to made incoming requests to "wait" until the cache is ready and then response with the cache to all the queued requests. I'm almost sure i read about it in…
FxckDead
  • 103
  • 2
0
votes
1 answer

How do I properly configure SSL on the backend between nginx and an app?

I am trying to configure re-encryption on a backend, so that traffic between nginx and the upstream app is encrypted separately from traffic between the user and nginx. For the purpose of a test example, I am using this:…
Stonecraft
  • 243
  • 2
  • 4
  • 15
0
votes
1 answer

Allow reverse proxy access only from the host server

I have two servers A) frontend server (ip 11.22.33.44), B) backend server (ip 22.33.44.55). Both use Debian Linux and Apache server. A) frontend server uses reverse proxy to show content of B) backend server. I would like to restrict Apache access…
klor
  • 304
  • 4
  • 8
  • 24
0
votes
1 answer

How to block direct access to backend when frontend has nginx reverse proxy

I have a frontend with an nginx reverse-proxy. Any get request made from it starting with the prefix "api" gets routed to the backend. However I've noticed that this also leads to direct calls to the backend being allowed. For example, if I click on…
1 2
3