823 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
60
views
How to safely fix and migrate pip3 packages installed and run using sudo/root/local users to a safe pip3 virtual environment (venv)?
I am running an Ubuntu 24.04 Lemp Server, and I'm not sure I fully understand pip3 and how it works. When installing certain python3-pip packages, some of them required being installed and run as root ...
0
votes
0
answers
35
views
How to configure Nginx for a WordPress root domain while preserving dynamic MERN app routes?
I’d appreciate some advice from experienced DevOps or full-stack engineers.
We have a SaaS product built with the MERN stack, currently running on example.com.
Current setup:
Backend API → api.example....
0
votes
0
answers
57
views
running two Flask apps through WSGI on Apache Ubuntu Server?
I have 2 apps made in Flask, an API which gets and sends data from an sqlite database. And a Flask web app with a jinja template in a template folder. i want to run both the api and web app on an ...
-2
votes
1
answer
180
views
Building vite project and deploying to sub folder results in 404 error [closed]
I'm trying to build and deploy my Vite project into a sub folder on my domain. The combination I'm using is Vite + React + JavaScript. Dist is deployed to an Apache2 web server running on an Ubuntu ...
0
votes
1
answer
423
views
NGINX: connect() to unix:/run/php/php8.1-fpm.sock failed (95: Unknown error)
I have tried all of these questions to solve my issue, and nothing is working (1, 2, 3).
These files are from a private repository running a live website. Other people working on this site can copy ...
0
votes
1
answer
75
views
Server Error (500) and strange symbols inside a form
I set up a Raspberry Pi with Ubuntu server as OS. I followed this guide: Guide from digitalocean
It all seemed to work good until I opened a page with a form that looks some kind of strange (unwanted ...
0
votes
0
answers
41
views
PostgreSQL authentication fails on Ubuntu server until postgresql service is restarted
I am running a Flask app with SQLAlchemy, on Ubuntu server with PostgreSQL and Apache2.
SQLAlchemy gave an authentication failed for postgres error. After stopping Apache2, restarting Postgres and ...
0
votes
0
answers
188
views
How do I kill or close a port
Because I am getting the following error message on my server when I try to run my webhook_server.js application:
code: 'EADDRINUSE',
0|webhook_ | errno: -98,
0|webhook_ | syscall: 'listen',
0|...
0
votes
0
answers
206
views
Fail to deploy alfresco War file Alfresco Comunity edition edition v23.2.1
I am new to Alfresco and need assistance with installing it on an Ubuntu Server 24.04. After installing Ubuntu Server, PostgreSQL, JDK 21, and Tomcat, the deployment of the Alfresco.war file fails. ...
0
votes
1
answer
359
views
MySQL in docker-compose error: [ERROR] [Entrypoint]: Unable to start server. mydb exited with code 0
I'm trying to run a MySQL container with this docker-compose.yml file:
version: '3.3'
services:
mydb:
container_name: mydb
image: mysql:8.4.0 # I also tried lts and latest here
restart: ...
0
votes
2
answers
915
views
TYPO3 First Installation - 404 Page Not Found
I'm new to typo3 and I installed it today, and after the last step I picked "take me straight to the backend". So it took me to the login site ***/TYPO3/login
It says "Not Found, The ...
0
votes
1
answer
185
views
Mapstore deployment failed
I have successfully deployed both Tomcat and GeoServer. Both are running fine. I want to deploy mapstore.war, but it fails to start and I'm getting the following output from less /opt/tomcat/logs/...
0
votes
0
answers
155
views
Got 'Exit 255' when using nohup command
I'm using the nohup command to execute a php file in my Linux Server, previously this command ran smoothly and I have been using it for years, but lately (until now) I've been getting an Exit 255 ...
1
vote
0
answers
187
views
Changing port for ssl connection in nginx
I want to publish some shiny app from my pc at home. I have configured correctly the ssl certificates and the web is reachable here:
https://shiny-server.modlearth.com:8443/shiny/
The web is accesible,...
-1
votes
2
answers
652
views
Cross-Origin Request Blocked on Ubuntu Webserver, regardless of Access-Control-Allow-Origin Headers
the following problem. I have an Ubuntu web server running a React app. In particular, there are two files in the server file that process the requests made by the website. For some reason, however, ...