Apache service failing ("BUSY") when using port 80 -


how can configure apache server run on port 80? apache service failing when using port 80; says busy.

when change port in config 85, apache works requires maunally entering 85 in address bar every time localhost.

i have tried find out program using port 80 cannot come anything. first entered netstat -n -a -o -p tcp in cmd , came information

local address 0.0.0.0:80   state: listening    pid: 4 

then entered tasklist in cmd trying figure out service using port. looks "system" on pid 4. have configured skype not use port 80 without luck. have microsoft webmatrix installed on windows 7 , deleted iis 7.5 server express free port no avail.

can guys please me out? using windows 7 , xampp.

several programs can block port. candidates are:

  • skype
  • web deployment agent service (can stopped via start -> [-> run] -> services.msc)
  • world wide web publishing service
  • iis (if have installed)
  • teamviewer
  • vmware (in vmware workstation go edit>>preferences>>shared vms, , disable sharing or change port)

    web deployment agent service , world wide web publishing service can set manual start keep them running. stop or change these services account has administrator permissions. skype , teamviewer can configured not use port 80. skype go options > advanced > connection , un-check "use port 80 , 443 incoming connections" teamviewer go extra > options > advanced , un-check similar message above.

edit: made post community wiki, if people find other programs, can add them here.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -