Category "server"

How to deploy Nodejs Application on server through cpanel, and how to configure application manager?

I am using reseller's cpanel to deploy a nodejs server and I want that server to run continuously. First, I installed these three on my server: 1.) ea-ruby27-mo

Is it possible to apply Tableau Extensions on Original View of Tableau server

I have built tableau auto date range slider extension. Which updates the end date in the slider to current (today's) date automatically. I need to apply this ex

The changes that I put onto the GoDaddy server with Dreamweaver CC will not show up right away

Recently I have been uploading changes to the GoDaddy hosting server for our website using Dreamweaver CC. Sometimes the changes show up right away and sometim

'SyntaxError: Cannot use import statement outside a module'

I have updated by configuration to node 16.15.0 on both local machine and server. The code is running fine on local machine but on server it gives an Error - "S

Server error after opening many browser cards

I've a Vue app in production. There are 11 products subpages. When i'm opening all of them in new cards then on two of them i'm getting error like on screen. Af

error showing when starting xampp after changing the hard disk to ssd

I have been running xampp from D drive well. Recently I have changed my hard disk to ssd. After then I can not run the xampp. I have checked the port that is wr

Client seems to hang after a specific reply from server

I am implementing an authentication process between a server and a client in order to exchange some information. I have created a function called serverToClient

OCPP python server issue

I successfully tested the OCPP server by mobility house integrated with aiohttp API in local network. But now I am deploying the websocket server integrated wit

nodemon server is giving this error when i am starting the server with npm run start-dev

MongoServerSelectionError: getaddrinfo EAI_AGAIN cluster0-shard-00-01.qvjmj.mongodb.net at Timeout._onTimeout (/media/alax/New Volume/Programming Hero/Assignmen

Symfony is slow on production server, not in local

I have a performance problem with my symfony stack. Because an image is worth than a long text : On production (AWS EC2 t2.medium) (2387ms, 84MiB)(ParamConverte

How to connect wired Ethernet in terminal?

As we all know, we can connect wired Ethernet by this way. When there is no Ubuntu desktop GUI, however, i have found no way to connect or disconnect that wire

how to fetch data and tag Element but not json data using axios from php Apache server in XAMP?

I have a front end code of react is import React,{useEffect,useState} from "react"; import axios from 'axios' export default function DataGridDemo() { con

Can not set the virtual interface for openstack with ansible installation procedure

I am a bit of a noob, and I am trying to install openstack (xena) on 3 debian machine, respectively named node1, node2 and node3. By default, all those machines

how to secure nest js server on Heroku, I would like to know if the strategy I am using is secure or not

I am hosting my nest js server on heroku. I am using authGuards in nest js to validate the request using accessToken passed by client with the request (this acc

Offline Ros Bridge Intallation / without internet

We want to install Ros Bridge to our server. But we don't have internet access on server. Is it possible we can install without internet? Thank you...

C++ How to read/split EPRT command?

I am currently writing a C++ FTP server and I was wondering what would be the best way to read the EPRT command from the client. << DEBUG INFO. >>:

Unity - WebGL build works fine into the localhost but not into the webserver

I wanted to create a WebGL game with Unity. So i created my version of the game, i built it and works just fine in the localhost that unity launches after the b

Install Pgpool on a server different from the DB server

I have 3 server (PgPool-II installed) and 2 Db (PostgreSQL installed) server. I followed https://www.pgpool.net/docs/43/en/html/example-cluster.html But can't e

How to make code run every request for a GET api

const http = require('http'); const url = require('url'); const fs = require("fs"); const host = 'ip'; const port = 1234; let requestListener = function (req,

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