Questions tagged [backend]
40 questions
0
votes
1 answer
customizable web email client backend
I have a comprehensive internal web site for my company, which handles a lot of crm functions as well as other customized functions.
I am trying to integrate all needed aspects into this, and am currently stumped on the easiest way to implement…
0
votes
1 answer
Nginx and Frog CMS admin url
Short background - there is a site (powered by Frog CMS) hosted on VPS with Apache installed. To cut costs a bit, I've moved to another VPS hosting with cheaper plan.
I've installed nginx, php-cgi and before moving production version, made a test…

Edgars Jekabsons
- 103
- 1
- 3
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,127
- 7
- 21
- 31
0
votes
0 answers
PM2 Cluster Mode - All Clusters restarting on error
I am running a NodeJS application in Cluster mode: pm2 start server.js -i max
Assume I have 2 clusters (0 and 1)... Our application is a simple NodeJS backend app running Express. However, there is the occasion where there is an unhandled error that…

Collin Stiner
- 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 {
…

emarwa.mouma.35t
- 1
- 1
- 1
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
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
- 344
- 4
- 8
- 25
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…

user11461913
- 1
- 1
-2
votes
1 answer
Server with scalability for real-time collaboration and editing
I am here, to ask for absolute input. I have setup a local Apache Server with PHP 7.2 (currently), I am aware newer PHP exists. I know PHP and Python, I also know Node.js (server/back-end).
With Node.js, I can get most of the packages through npm…

Alix Blaine
- 99
- 2