How can I solve EADDRINUSE in nodejs? – Debian
I state that I'm using a linux Os in particular I'm using Garuda linux with linux-zen kernel. I have found this problem in my arch OS and in a debian Os (Ubuntu 21.10) but not in windows and in macOS.…
I state that I'm using a linux Os in particular I'm using Garuda linux with linux-zen kernel. I have found this problem in my arch OS and in a debian Os (Ubuntu 21.10) but not in windows and in macOS.…
I am currently working on a FPV robotics project that has two servers, flask/werkzeug and streamserver, serving http traffic and streaming video to an external web server, located on a different machine. The way it is currently configured is like…
I am a windows user. I installed Windows Subsystem for Linux [wsl2] and then installed docker using it. Then I tried to get started with OpenSearch so I followed the documentation in the given link https://opensearch.org/downloads.html and run docker-compose up,…
The blog section of a website moved from a subdomain to a directory of the main domain. I need to redirect all users visiting blog.site.com to site.com/blog/ and the directory someone enters should be kept when forwarding, e.g. blog.site.com/post/welcome should…
I installed Nginx on my server (my server uses WHM). And on this server has two accounts. Each account will run a server a NextJS site and each account has its own domain. Site1 will run on port 3000 Site2…
So i searched the first 2 pages of google for it but i cant seem to get it straight so, the problem is that i have the ip adress and the username and the password for the server and i…
i am using spring boot application as a server side with nginx as a web server , and i tried upload file bigger than 1 megabyte , but i cant because nginx rules we prevent that ,but find solution about…
TL;DR How can I setup a light-weight web server to execute external programs to handle REST requests? The long version: We have a set of services and databases deployed in Kubernetes via Helm. There are some executables that perform maintenance,…
Hi I uploaded my react app on server and make it live. It's working fine but whenever I refresh any page of application. it's returning 404 error. what should I do ?
I am just starting my journey with servers so I bought one VPN. I installed there ubuntu 18, apache 2.4, php8, webmin, mysql etc. I have two sites based on symfony 5 hosted here without any problems. I installed PHPmyAdmin…