24,807 questions
Best practices
0
votes
0
replies
40
views
Secure remote access
I have a question about the organization of secure access to remote working resources. The following remote access scheme is discussed:
OpenVPN Remote Desktop Gateway + 2FA (PrivacyIDEA) Remote ...
Best practices
0
votes
1
replies
61
views
What is the best implementation for probably a simple idea I have?
Here's what I want to do: I want to store files onto my office's computer.
I lack experience in terms of completed solutions. I’ve only built a prototype once via ChatGPT, and I want to ask if this is ...
-1
votes
0
answers
35
views
Solr 9.9.0 getting slow when there is high load
I'm using Solr 9.9.0 and I recently increased the server RAM from 16 GB to 32 GB, as well as the JVM heap memory to 16 GB. The issue I'm facing is that under high load, both the Solr 9.9.0 UI ...
Advice
0
votes
8
replies
100
views
Image not displaying when running Java Servlet project on server (but works when opened directly in browser)
<img src="images/logo.png">
I created a web project using HTML and Servlets (no JSP).
When I open the HTML file directly using “Open in Browser,” the image displays correctly.
But when ...
0
votes
0
answers
21
views
Why can I not start the Server-Application after the Desktop-Application (in Android Studios/Compose Multiplatform)?
I can't start the Server-application after executing the Desktop- or Web-application in a Compose Multiplatform project.
This makes it hard to test the server coming online and going offline while ...
-1
votes
0
answers
56
views
Can user alert the server client-side DOM element manipulation? [duplicate]
When a user deletes a <p> element (or any DOM element) using browser developer tools/extensions, these changes are local and don’t notify the server. However, if the client specifically wants to ...
0
votes
0
answers
61
views
Socket TCP connection through Radmin (can't connect) in Console Application
I made a simple console messenger to test the possibility of connecting 2 or more computers for my game using RadminVpn+Sockets but its not working. I can connect to myself using my radmin ip but if I ...
-3
votes
1
answer
128
views
Best way to parse an http request (from scratch) [closed]
I'm currently working on a mini NGINX project just for learning purposes. I already implemented some logic related to socket networking. I'm now facing the problem of parsing the HTTP requests, and I ...
Advice
3
votes
2
replies
103
views
How to start Visual Studio Code PHP Server automatically
I'm using Visual Studio Code for website development, HTML, CSS, Javascript and PHP.
I'm trying to find a way to start the PHP Server automatically when I load Visual Studio Code.
It is just ...
0
votes
0
answers
50
views
Video not playing in browser despite proper range support
I have created a website in Node Js, and it supports range requests and gives the proper ranged responses.
However, anything loaded with the <video> tag does not work, this is the code for the ...
1
vote
0
answers
67
views
Laravel Development server failed to listen on 0.0.0.0:8001 [duplicate]
When I start the server, I get this error.
php artisan serve --host=0.0.0.0 --port=8001
Starting Laravel development server: http://0.0.0.0:8001
[Sat Sep 20 08:30:14 2025] Failed to listen on 0.0.0....
2
votes
1
answer
157
views
c programming linux: safe server to client, send() -> recv() communication?
I have problems to implement a safe data transfer from a server to client application.
The problem is that the data on server side looks good but on client side the data strings are shifting.
Server ...
0
votes
1
answer
75
views
React app served via Nginx/Docker shows stale JS & CSS in normal browser but fresh in incognito
My React app is served with Nginx inside Docker (with correct cache-control headers), but the outer server-level Nginx acting as a reverse proxy strips/overrides those headers, causing browsers to ...
3
votes
1
answer
130
views
How to Shutdown the server using poll() Gracefully
I have written a database server and client, and i'm using a poll loop
#include <stdio.h>
#include <stdbool.h>
#include <getopt.h>
#include <stdlib.h>
#include <stdlib.h>
...
0
votes
0
answers
66
views
How can my Windows service application interact with a GUI application? [duplicate]
My situation is that I am creating a Windows service application that needs to manipulate a legacy app that only has a GUI and no API or other programmatical method to export data from it. And to ...
3
votes
1
answer
138
views
SSE connection fails(in server) when multiple connections are made from the same device
I’ve built a simple SSE (Server-Sent Events) server in Node.js using Express. When I try to connect multiple clients (4000) from the same machine using a stress test script, the server fails to ...
0
votes
0
answers
36
views
Does not work on ssr mode own server api routes in Nuxt 3
I have /blogs, /blogs/:slug pages and /api/blogs/, /api/blogs/:slug server api endpoints. Whenever I send a request to the server api endpoint in my ui pages it is returning an error. The error is as ...
0
votes
0
answers
81
views
How to include an icon file in the source?
I am developing a server with Ocaml/Dream. The server can be installed with Opam and called from anywhere in the disk.
For the server icon, I use :
Dream.get (favicon_path)
(fun request ->
...
0
votes
0
answers
40
views
ICT Protege WX server authentication not working
I'm trying to authenticate ICT protege wx controller which is higher firmware version than 4.00.1676. I'm getting first random number but failing at second random number, following this C# example ...
0
votes
0
answers
228
views
Unable to Add Weblogic Server in Eclipse For Weblogic 14.1.2 and JDK 21.0.7
My codebase is on JDK21.0.7. When I try to add Weblogic 14.0.2 server in Eclipse(Eclipse2025-03) along with JDK21.0.7 it doesn't allow me to go forward with the installation and keep's giving me the ...
1
vote
0
answers
32
views
Clipper (CP437) Character Display Issue on AlmaLinux 9.6 Minimal Server Terminal [duplicate]
I'm working with an AlmaLinux 9.6 Minimal server that hosts a Clipper-programmed system. This Clipper system uses the CP437 character set.
I've successfully configured client computers to display the ...
0
votes
1
answer
66
views
Is it possible to route traffic through another server with HAProxy?
I have a specific problem where I have a host that cannot be connected to from outside IPs (let's call it server 1), but can initiate connections with other servers. However, I need to make a TCP ...
1
vote
0
answers
66
views
Polling + Webhook behind NGINX, slow updates on production
Setup:
Telegram bot built with aiogram (Python 3.10)
Main bot works via long polling
Additional bots (inviters) connect to the main bot
Inviters generate invite links to private channels and accept ...
0
votes
0
answers
50
views
Setting up the validator gives errors Jersey
I am trying to set up the bean validation in my jersey server. I would like to assure that everytime I get an email in this bean it is not null. But with this current setup, everytime jersey tries to ...
0
votes
0
answers
63
views
Why does firefox send invalid range requests for fetching videos
I have made a basic http/1.1 file server, but when i try to fetch a video file, Firefox makes absurd requests:
GET /files/som.mp4 HTTP/1.1
Host: localhost:1234
User-Agent: Mozilla/5.0 (X11; Ubuntu; ...
0
votes
1
answer
114
views
Streamlit app not downloading from Docker requirements: docker: Error response from daemon: failed to create task for container:
Docker Issue: Trying to install streamlit and few libraries for a project. Built the dockerfile using this:
FROM python:3.11
EXPOSE 8083
WORKDIR /app
COPY requirements.txt ./
RUN pip install -r ...
2
votes
3
answers
937
views
I'm getting a weird bug when I try to use Vscode to SSH into a server
I'm getting a weird bug when I try to use Vscode to SSH into a server. I'm using VSCode version 1.101.0. At the end of the post is the entire log that I'm getting when I attempt to SSH into the server,...
1
vote
0
answers
65
views
Is there a problem with the connection code to PLC?
I try to connect to Mitsubishi QJ71E71 PLC with python code.
I already set the GX_works2's open setting.
But when i connect to PLC with below code, it got a timed out error.
import pymcprotocol
...
0
votes
0
answers
58
views
Serial monitor BLANK with "Simple WiFiserver" (Arduino IDE example)
Board from Aliexpress: ESP32-C3 SuperMini WiFi Bluetooth-Compatible Board ESP32 C3 SuperMini Development Board IOT Board for Arduino.
General context:
Led and pin is working properly (tested with ...
1
vote
1
answer
123
views
Missing content from TcpStream Buffer in Rust in all but multpart form data
I have a local RUST server I'm building, and I'm using a local rest client to send messages to it. It just has some test output to console at the moment, and my function looks something like this:
fn ...
1
vote
1
answer
52
views
My Node Js server is running slower when there is no client input
I have been working on a game using javascript canvas and Node JS as a personal project, and noticed some odd server behaviour so I made a minimal server and client to test it and I noticed something ...
0
votes
0
answers
15
views
Spring Cloud Config with Hashicorp Vault integration booting/starting-> from Client Microservices
Iam setting up the Spring Cloud Config server Integration with Hashicorp Vault to read secrets. My Client Microservice should read the configuration from the config server at the time of start up.
...
1
vote
1
answer
51
views
Handlers not firing in razor page when opened via dialog service
None of the following Events/Handlers are firing in razor pages opened via the radzen dialogservice using openasync (they work when not opened in a dialog):
LocationChangingHandler
...
0
votes
0
answers
82
views
MSDTC issue - 10 minutes timeout
I'm currently working on a server application that needs to send transactions to a database hosted on a virtual machine (VMDB) located in a separate, untrusted domain (with a different Active ...
0
votes
1
answer
89
views
$_SERVER['SCRIPT_NAME'] and $_SERVER['PHP_SELF'] returns index.php although the script is run on other page(s) [duplicate]
I am building an HTML form with PHP validation inside WordPress. Initially I built it on index.php and had no issues. But upon moving the form to another page (/form.php) the problem arise, since I ...
0
votes
0
answers
78
views
Apache (2.4) allowing PROPFIND is protocol dependant?
I'm trying to allow the PROPFIND method on my local Apache 2.4 server.
I have an app (Linphone) that's trying to access the DAV server there and it fails.
However, another app (Evolution) can access ...
1
vote
0
answers
58
views
Run Python (undetected_chromedriver) when logged out, Windows Server 2022
So, far I don't think this works. Can someone verify if we can log out (due to enterprise restrictions / group policies) and run python script using chrome?
0
votes
1
answer
34
views
Cookies don't set with Secure flag
The frontend is deployed on netlify, the domain example.com is linked to it and an ssl certificate issued by my domain registrar is installed to it
The backend (nestjs) is deployed on VDS via docker, ...
-1
votes
1
answer
94
views
Is it possible for a server to detect client-side DOM element manipulation?
When a user deletes a <p> element (or any DOM element) using browser developer tools/extensions, these changes are local and don’t notify the server. However, if the client specifically wants to ...
0
votes
0
answers
44
views
How do you make asynchronous BaseHTTPREQUESTHandler python server work?
This is what I have. It says OSError: [Errno 98] Address already in use:
import threading
import _thread
def GET(self):
print(self.path)
path = self.path[1:]
print(f"path [{path}]&...
0
votes
0
answers
29
views
GUI "Stop Clients" button doesn't close server and clients in multithreaded Python app (Spyder)
I have a client-server project where the server collects Mandelbrot images computed by different clients using multithreading.
It contains 4 files, and files 1 and 2 must be run in different consoles. ...
-2
votes
1
answer
47
views
Is it possible to regain access to an EC2 instance without the PEM key and without stopping the instance?
I'm new to AWS and currently have an EC2 instance running for which I’ve unfortunately lost the .pem key needed for SSH access. When I try to use the “Connect” feature from the AWS Console, I receive ...
1
vote
0
answers
42
views
Java socket client receives outdated serialized object despite server sending updated version [duplicate]
I'm trying to create a little multiplayer poker game for my friends that uses base java functions like swing and socket, but i can't get the client side JFrames to update correctly. The game is ...
0
votes
0
answers
58
views
RSelenium / Undefined error in httr call / could not determine server status
I am trying to run a simple code in R Studio on my new laptop, and I am trying desperately to get my code to run, by failing since hours ... any help would be highly appreciated!
I run this code:
...
0
votes
1
answer
60
views
My browser is just loading (no result) when I run http://127.0.0.1:8000/ [duplicate]
Just started out FastAPI, I am expecting "Hello World" to be returned on my browser, but it just keeps turning.
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def ...
0
votes
1
answer
46
views
Is it necessary to carry out a Point-in-Time Recovery for both an original Azure database server and its read-only complement?
Given that:
You have an Azure subscription.
Within that subscription, you have an "Azure Database for PostgreSQL flexible server" - call this Server A.
Within the same subscription, you ...
2
votes
0
answers
84
views
Python uvicorn app opens a cmd - how to stop it?
I've been building a WebSocket application and I opted for Python FastAPI + Uvicorn for server side. Having pretty much finished the app, I decided to pack the server into an .exe file. Even though I ...
0
votes
0
answers
38
views
Request fails due to header Expect 100-continue
A windows software is used to send a request to a api endpoint.
The request comes a along with a image, which will be changed and in the same request the changed image is returned in the response.
The ...
0
votes
2
answers
39
views
Express NodeJS code is not reading the asset directory
My directory is in form
-split
-splitSiteFiles (css/js/html assets)
servercode.js
I want the servercode.js to access the files in the splitSiteFiles folder but the solutions I have tried do ...
0
votes
1
answer
53
views
Receving a strange packets from client to cs1.6 server (HLDS)
I was trying to emulate a CS 1.6 server but got stuck handling a mysterious packet: b'\xff\xff\xff\xffX'.
Observed raw bytes: FF FF FF FF 58 (header FF FF FF FF + single byte X/0x58), but it's not a ...