Installing Apache on Windows 7

First go to http://www.apache.org/dist/httpd/binaries/win32/ to find .msi installation file.

After installation, maybe httpd can’t start because port 80 has been taken. We can use “netstat -ano” to find out the PID using port 80, then use “tasklist” to find process description of the PID. Stop the process.

If PID=4, it may be “BranchCache” in the system services list.

This entry was posted in Software Tips. Bookmark the permalink.

2 条 Installing Apache on Windows 7 的回复

  1. RR says:

    这是干什么的?。。。

发表评论

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / 更改 )

Twitter picture

You are commenting using your Twitter account. Log Out / 更改 )

Facebook photo

You are commenting using your Facebook account. Log Out / 更改 )

Connecting to %s