Category "server"

How to create a folder insisde server depending on how many times user has uploaded files?

I have a form where users can send 1,2,3,...,x files to upload to server. When user uploads x files for first time, inside folder it must create a new folder wi

PHP Notice: Undefined index: user_type in /var/www/mysite/public_html/index.php on line 66, referer: https://example.com/

I just transfer my PHP app, I used to have my app on example.com/app but now I transferred the app to its own domain, othersite.com. My principal site and PHP s

SERVER/CLIENT cannot send and recieve data on the same socket, server close server after first attempt

Hi im trying to create a backup function for my program, the idea is to copy and send all the files from one especific folder from my client to the server, the

Tornado error about attributes when deploying a server

I'm trying to run a program that works with Tornado (https://github.com/oduwsdl/CarbonDate), however, when I try to deploy a server with it, I get multiple erro

Tornado error about attributes when deploying a server

I'm trying to run a program that works with Tornado (https://github.com/oduwsdl/CarbonDate), however, when I try to deploy a server with it, I get multiple erro

Cloudways Hosting - Will server location make a big difference in US?

If hosting several WordPress websites on 1 server, will it make a difference between choosing a server location to a particular area or will choosing a more cen

Socket - java proxy Packets separated once send to client

I have a client Server configuration with one connection, the server cannot process the requests received in parallel, it processes them in series, to overcome

How do I capture the time a tcp socket is moving from ESTABLISHED TO WAIT state

I have a Java WebSocket server that uses Netty to establish WebSocket connections. This is basically a chat application where a few agents will be interacting w

C# Broadcasting message on server to remote client

I'm trying to broadcast a message from server to a remote client, my problem is that I'm not able to receive the message on the client, the approach I'm current

how can I Install php script on subdomain

I have a website abc .com,it already using php script. And I need to install another php script on subdomain like web.abc .com. I have allready created subdomai

Run mini-httpd serveron linux

i just installed mini-httpd on linux mint. but can'n connect to localhost / 127.0.0.1 on browser server is working ● mini-httpd.service - LSB: mini-http

SignalR with Angular front-end works on localhost, but doesn't work remotely

I have two Azure Web App Services: front-end (written on Angular) and back-end (written in C# with SignalR). Either of them is placed on its own server, and I a

How to setup server for SMS communication for Teltonika FMB920

I am tring to create a vehicle tracking system based on GPS & GMS using Teltonika FMB920 tracking device. I am a bit confused on following things: How to se

Make Hikari discord bot only listen to one channel

I just mada a discord bot with hikari that for now listens to a whole server, and if someone types $shares https://tiktok.com/@xxx/2938923 It runs a script, th

Object reference not set to an instance of an object on mySQL Installer while configuring mySQL Server 8.0.25

I recently deleted mySQL and now when i am trying to reinstall it is giving me an error while configuring the mySQL Server i have tried deleting everything from

How remove part of url from browser with htacess

I have 2 domains in the same hosting, inside the folder public_html stay the folders and the index.php from the domain principal and inside the public_html have

FastAPI route: Adding dynamic path parameters validation

I'm trying to add validation to my route in a fastapi server, followed the instructions here and managed to have added validation on my int path parameters like

Error: Cannot find module. Please verify that the package.json has a valid "main" entry

As I'm creating MERN stack login-system with bcyrpt implemented, I have done 'npm install' and 'npm install bcrpyt --save' in my root folder for server to work.

How to setup MFA to be required for a server login

I am in a AWS environment,with Azure AD, and a mix of Windows and Linux servers. We want to enable MFA for logging into any of the Windows based servers. My own

client side caching be able to write responses to the disk and fetch them from the disk when I get a cache hit

I need to add client side caching functionality to my client, I don't need to implement any replacement or validation policies.Just be able to write responses t