Top "Port" questions

A port is a communication end-point in the context of network communications or an interaction point for inter-component interactions.

Apache 2.4.3 (with XAMPP 1.8.1) not starting in windows 8

Just got XAMPP 1.8.1 installed on my Windows 8 PC, this version includes packages mentioned below: Apache 2.4.3 MySQL 5.5.27 PHP 5.4.7 phpMyAdmin 3.5.2.2 FileZilla FTP …

windows apache xampp port
On localhost, how do I pick a free port number?

I'm trying to play with inter-process communication and since I could not figure out how to use named pipes under …

python sockets ipc port
How to check if a network port is open on linux?

How can I know if a certain port is open/closed on linux ubuntu, not a remote system, using python? …

python linux port netstat
Jenkins Slave port number for firewall

We use Jenkins 1.504 on Windows. We need to have Master and Slave in different sub-networks with firewall in between. We …

jenkins port firewall slave
Spring Boot - How to get the running port

I have a spring boot application (using embedded tomcat 7), and I've set server.port = 0 in my application.properties so I …

spring spring-boot port embedded-tomcat-7
Can I configure a subdomain to point to a specific port on my server

I have an old computer which I converted into a minecraft server. I have 2 minecraft servers running simultaneously, one on …

dns port portforwarding
Make docker use IPv4 for port binding

I have docker host and inside I have one container. The docker host is binding the port on IPv6 interface …

ubuntu docker port ipv6
Starting apache fails (could not bind to address 0.0.0.0:80)

Update: Already fixed, it seems that one of VirtualHosts configurations files was wrong in sites-enabled. I have Ubuntu 11.10 When I …

apache port kill netstat
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/…

docker port
ssh -L forward multiple ports

I'm currently running a bunch of: sudo ssh -L PORT:IP:PORT root@IP where IP is the target of …

ssh port portforwarding