Category "port"

how openstacksdk get_port just through ip_address

How to get the special port information which only dependent on the ip-address field by openstacksdk API, like the result as the openstack-client tool show: # o

Error: listen EACCES: permission denied 8085;

I tried running the backend server but when I run the command node backend/server.js in my cmd, I'm getting this error: D:\theshoppingcart>node backend/serve

Spring Boot Multiple Ports?

How can I have a spring boot web application running on multiple ports? for example 8080 and 80 how can I achive this?application.properties server.port=8080,

Python Port Scanner, User Input

Working on a simple port scanner that allows user to input an IP address as well as a set of ports to scan through ie a lower boundary port and an upper boundar

How to change PHP-FPM port on Mac

I'm not using php or php-fpm, but it's hogging port 9000. I need port 9000. I'd like to change the port. I changed it in /etc/php-fpm.conf and /etc/php-fpm.d/ww

Nifi testing : Input Port and Output Port

I have a flow with one input and 2 output flows (happy path and failure path). I would like to test the flow, thinking to put message directly to the input flow

Closed ports on docker host (OSX) are staying/reporting open on the internal docker network

After upgrading Docker to 4.6.0 on OSX 12.3 I've had a bit of an odd issue when I stop the xdebug listening client in PHPStorm, it seems that subsequent request

bind rails app on the IP provided by the host with 3000 port

I am running the rails app on VPS server provided by my host. I need to run the same local app to the IP provided by them. For eg myip:3000 Is it possible to

Docker - Bind for 0.0.0.0:4000 failed: port is already allocated

I am using docker for the first time and I was trying to implement this - https://docs.docker.com/get-started/part2/#tag-the-image At one stage I was trying to

Apache Server: no listening sockets available

I recently downloaded an Apache server binary (Apache 2.4.12 x64) When I try to run the server in command prompt I get the following error: (OS 10048)Only one

Apache error - localhost:150 - Not a Listen port

I'm setting up a web server, but I'm new in this kind of stuff. And I kinda set it up, but I get the following problem when i enter my localhost page: localhos

How do I kill the process currently using a port on localhost in Windows? [closed]

How can I remove the current process/application which is already assigned to a port? For example: localhost:8080

How do I write and read data in a browser with a COM port?

I am trying to read and write data from hardware through the browser. Here's what the hardware does: Send --> Data is simply sent from the unit. Writing --&g

How to configure port for a Spring Boot application

How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.

How to change ngrok's web interface port address (not 4040)?

ngrok's awesome web interface is pointed to http://127.0.0.1:4040 by default. I have other applications listening on that port, however, and need to change it s

Connection refused when trying to send mail using postfix

I want to use the mail() function in PHP. In order to do that, I've installed postfix. I am running on Ubuntu 18.04. My problem is that I can't send mail as I h

Access localhost from the internet [closed]

I need to forward my localhost for a short period of time for testing purposes. It has to be accessed from the public internet. How can I achi

How to change the default port 5000 in Svelte?

I am not getting how to change the default 5000 port in Svelte to some other port if we install the sample template through degit.