Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PID bei Task-Manager hinzufügen
#5
From my utility script, run the following command in cmd:

Code:
netstat -ano | find "LISTENING" | find ":80 "
Note the space after 80. If no output is displayed, then port 80 is not in use.
If port 80 is in use, the output should look like this:
Code:
TCP    192.168.12.34:80       0.0.0.0:0              LISTENING       5992
5992 is the Process ID in this case. You can use Process Explorer to identify the application with that PID.

For MySQL, just replace 80 by 3306.
443 is used for HTTPS, but can be disabled in httpd.conf
Found my post helpful? Rate me Big Grin
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)


Messages In This Thread
PID bei Task-Manager hinzufügen - by Markan - 23.11.2010, 18:31
RE: PID bei Task-Manager hinzufügen - by Lekensteyn - 23.11.2010, 19:41



Users browsing this thread: 1 Guest(s)