Questions tagged [port-80]

Port 80 is commonly used to refer to TCP port 80. The port usually used by the HTTP protocl.

Port 80 is almost always used to refer to the TCP port used for the http protocol.
It is closely related to port 8080 and sometimes port 81,...

Most other web browser ports are either derivative of port 80 (such as 8080) or port 443, the SSL variant for more secure TCP connections.

46 questions
1
vote
1 answer

Redirect Webmail traffic through port 80?

I have set up a website on BlueHost (shared server) and I have set up webmail in a subdirectory. But every time I use the url mywebsite.com/webmail, it gets rerouted to mywebsite.com:2095 which the office firewall wont connect to due to a…
1
vote
2 answers

Apache Tomcat run on port 80 on Mac Lion. It says the port are used?

I need to have a homepage running on my Mac that external users can use. I thought the easiest way, was to make Apache Tomcat running on port 80. But when i try it says that the port are in use. I can't see anything that are using port 80. What to…
boje
  • 113
  • 1
  • 3
1
vote
3 answers

How to ban potential hacker IP Addresses from Port 80?

I am hosting a bunch of PHP web sites on a web server. While I have taken all precautionary mesaures to protect all ports, Port 80 specific attacks continue. I want to ban any IP Address that taken an active interest in any web page(s) more than say…
ramdaz
  • 675
  • 1
  • 8
  • 25
1
vote
2 answers

Running Maven on port 80

This question is a followup to this one. I got Apache running on port 80 on one of my four IPs pretty easily. Now I need to run Maven on port 80 on another IP. Running Maven on port 80 is already difficult enough; I have no idea how to define a…
Theron Luhn
  • 325
  • 2
  • 3
  • 11
0
votes
1 answer

LB Kubernetes on Google Cloud, http request refused

I create a LB Kubernetes service and define to accept traffic from both port 80 and 443. but my http request is dropped my connection to my application.
Ghazal
  • 1
0
votes
1 answer

Cannot use port 80 twice with different ip addresses?

I have an interesting problem right now. On a Windows Server 2012 R2 I have two IP addresses, say 192.0.2.1 and 192.0.2.2. On one address e.g. 192.0.2.1 a web server runs on port 80, which is implemented in C# using HttpListener. At the other…
0
votes
1 answer

haproxy http frontend , backend

I need to use haproxy for listening to port 80 and forward the request if it matches the role for that I did this this but I don't know how I can tell to use the prober back end frontend httpfw bind *:80 mode http acl # what I must write here to…
0
votes
0 answers

Centos 7 Port 80 blocked even after opening via firewall-cmd

I'm trying to set up a new Centos 7 web server, and can't seem to get port 80 open to the outside. Apache is installed and running. I'm just trying to get the startup page so that I can move on with installs and configs. Unfortunately, I am just…
scott80109
  • 133
  • 4
  • 11
0
votes
1 answer

Diagnosing web server port 80

Got Windows Server 2012 installation for work, by a network admin(first time around dealing with a server, or setting up apache from scratch etc). Setup Apache to get things rolling, so I can at least connect to the server and display a html page…
0
votes
1 answer

Configure Gitlab to work with a non bundled Nginx server using different port than 80

I have an Ubuntu 14.4 server which has Nginx on it, I installed Gitlab omnibus package on it which is bundled with it's own Nginx server, So for the sake of using only one Nginx server to save resources i configured Gitlab to use the non bundled…
0
votes
1 answer

How do I allow outgoing connections to port 80 on a Remote Access VPN?

I have setup a simple L2TP VPN by using the Remote Access role. This works fine, however outgoing connections to port 80 don't work. I can connect to the shares and RDP, however browsing the web is not possible. How do I control this?
William
  • 286
  • 1
  • 4
  • 17
0
votes
1 answer

Does ColdFusion use TCP Ports?

I am trying to access a link on our network. Whenever I try, the page times out. I have discovered that this link is a Adobe ColdFusion web page. Does ColdFusion use a TCP port other than port 80? I suspected that I have a Firewall issue however, I…
pgunston
  • 311
  • 4
  • 6
  • 15
0
votes
1 answer

Port 80 doesn't work

I have a website in my ubuntu server 14.04, with apache2 server, and untils fews days go the site works fine but, today if I digit www.mydomain.com from my internal network it works but, if I try with external network my site doesn't work and I have…
Fabio
  • 1
  • 1
  • 3
0
votes
1 answer

Finding what application is running on port 80 and blocking my Apache server

I'm trying to run an Apache server on my windows machine, however, I have to run it on a different port, I'd like to run it on port 80, that way it's on my localhost. When I type localhost into my browser address bar, I'm sent to the IIS server…
Robert
  • 109
  • 3
0
votes
0 answers

can't start play 2.2 on ec2

I am trying to deploy my project on port 80 by using play start 80 play "start 80" play "start -Dhttp.port=8080" It's giving me this error: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:80 at…