0

I've stopped IIS and SQL Server Reporting Services and the GitStack install STILL complains about port 80.

I downloaded TCPView and the only HTTP processes listening are System(PID=4) and TCPView kill doesn't seem to have any ability to actually kill the system (not sure if it even should).

Any ideas? The GitStack.com WordPress Q/A isn't letting me post a question directly on that site.

Dan Nissenbaum
  • 13,558
  • 21
  • 105
  • 181
Pete Alvin
  • 4,646
  • 9
  • 39
  • 56
  • 1
    maybe try to change GitStack's port to something else? btw gitblit is another alternative witch works just out of the box. – shengy Nov 13 '13 at 05:26

1 Answers1

2

solution:

  1. Launch RegEdit

  2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP

  3. Change the value of "start" to 4 (disabled)

  4. Reboot your computer