dslreports logo
 
    All Forums Hot Topics Gallery
spc
uniqs
59
LittleBill
join:2013-05-24

LittleBill to telijah

Member

to telijah

Re: Sites on port 80 not loading, getting 504

try netstat -a -b

see if you can find the iis service listening on 80..

telijah
Premium Member
join:2013-04-22
Brandon, FL

telijah

Premium Member

said by LittleBill:

try netstat -a -b

see if you can find the iis service listening on 80..

When running this in a regular command prompt, when it completes its run, the list is too long and I cannot scroll back to the top to see the full list. What is the command add-in to go page by page...?

aefstoggaflm
Open Source Fan
Premium Member
join:2002-03-04
Bethlehem, PA
Linksys E4200
ARRIS SB6141

1 edit

aefstoggaflm

Premium Member

said by telijah:

said by LittleBill:

try netstat -a -b

see if you can find the iis service listening on 80..

When running this in a regular command prompt, when it completes its run, the list is too long and I cannot scroll back to the top to see the full list. What is the command add-in to go page by page...?

After you have entered the command at the command prompt, add
the following on to the end

> output.txt and press enter.

That will create a file named output.txt in the folder where you executed
the command. You can name the .txt file anything you like.

Also to add something that may be useful. You can use >> if you want to append the output to the file.

[EDIT] Also there are GUI version(s) of Netstat. For example for Windows, Currports.

telijah
Premium Member
join:2013-04-22
Brandon, FL

telijah

Premium Member

Currports just shows System is listening to port 80.
telijah

telijah

Premium Member

Son of a... I had NO idea Windows Firewall was on. Disabled and we're all good... god damn it! There is not a facepalm.jpg big enough for this one. I ONLY discovered this as I was starting to go through component services in the control panel and the damn thing popped up to tell me it blocked something... Ugh, I am so agitated at myself. Thanks everyone for the help.