Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [server]

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

0 votes
0 answers
11 views

Duplicate Urls in Contentful with "/" and without "/" [closed]

I am using Contentful for blog publishing. Every blog appears with two urls. Search console consider these as two pages. I am facing duplicate indexing issues. Examples of Urls: https://softtik.com/...
Waqar Ahmad's user avatar
-2 votes
0 answers
28 views

Mac OS apache and php inconsistency issues, PHP unable to see or read directory

When I added this code to the apache vHost conf, the browser stopped "seeing" php files and simply says 404. The file exists and worked before. When I try to revert the file and folder ...
Christian Legere's user avatar
0 votes
0 answers
52 views

Communicate between a Python Server and C++ Client

The C++ client connects to the Python server without any issues, but when I send a message it's never received by the server. I don't get any errors or unexpected results on the client either, it ...
massacring's user avatar
0 votes
0 answers
53 views

Access to XmlHtppRequest

I'm working on a small project where I'm connecting a React frontend to a Flask backend. Both servers are running fine, but when I try to sign up or login, I encounter this error: Access to ...
Amariah Kamau's user avatar
1 vote
3 answers
71 views

NodeJS Express Host index.html File Then Route To Specific Spa Route with Params

I have an application that uses Angular 13 as the frontend and nodeJS with express for the backend. The backend servers the frontend files. I am working on adding subdomains into my application and ...
coder123's user avatar
  • 385
0 votes
0 answers
31 views

Git failed with fatal error. Early EOF fetch pack: invalid index-index pack output

While cloning a repo, I'm getting an error Git failed with fatal error. Early EOF fetch pack: invalid index-pack output I am able to clone successfully from my local PC, but on on-premise servers, I ...
Swati Patil's user avatar
0 votes
0 answers
9 views

Is rapid IP switchting available for attackers on TCP servers?

I'm working on a server implementation and I'm wondering how quickly attackers can switch ip addresses. I know with UDP attackers can actually just send in whatever ip address they want, but with TCP ...
brando f's user avatar
  • 381
0 votes
0 answers
30 views

c# why does HttpListener require admin rights (or run netsh as admin) but ASP.Net doesn't?

When starting an HttpListener in Windows 10, an HttpListenerException is thrown if the address is not "localhost:xxxx". This can be circumvented by running the command netsh http add urlacl ...
Verfin's user avatar
  • 13
0 votes
0 answers
16 views

Change run location of a github project using npm run dev

I am using this github project: https://suno.gcui.ai/ and it defaults to running locally on localhost:3000. I am running this in a webserver, not on my local machine, so I want it to run on the ...
Mr. Man's user avatar
  • 84
0 votes
0 answers
23 views

easiest way to install web counter on offline kiosk system?

I am updating a series of old kiosks for a history museum. Originally built around 15 years ago they would like me to add a page counter, among other changes, to determine how widely used the kiosks ...
Tod Poirier's user avatar
0 votes
0 answers
39 views

Is there a way to keep my program alive if the server it needs to connect to is not up and listening yet?

So I've been trying to figure out how to keep my program alive if this separate server that I'm running is not open yet. Right now my program's site pulls up successfully but then the second I try to ...
Nash Carroll's user avatar
0 votes
0 answers
20 views

How to setup only-office in nextcloud using nextcloud interface?

I installed Nextcloud from a ZIP file on my own server, but now I want to open Word files. I found a solution that involves using OnlyOffice. I downloaded OnlyOffice from the Nextcloud interface, and ...
Benjamin Loupiac's user avatar
0 votes
0 answers
59 views

How to make PHP Server write the pid file? [closed]

I was working on my Symfony 6.4 project on Windows 11 x64 and then when i refresh my html page of my template i got an issue. In my terminal in VSCode I have this error : {"level":"...
Essodjolo's user avatar
2 votes
1 answer
75 views

Serving html using C++ - loading page error

I was trying to serve an index.html file from the current directory (I changed it to just "Hello" for testing purposes). I see the page for a split second and then it just gives me this: ...
Pastori's user avatar
  • 35
0 votes
1 answer
35 views

Send data to a tcp streams in a multithreaded server on a Rust

Please help me, I want to create a multithreaded server with TCP connections. How to make it so that the server can transmit data by some asynchronous event with current TCP streams, as well as ...
ВуDengin's user avatar

15 30 50 per page