Apache 安装过程中出错

Error during Apache Installation

我只是整合了上面提到的所有三个here

安装apache时,

Listen 127.0.0.1:80

添加在httpd.conf里面说

(OS 10013)An attempt was made to access a socket in a way forbidden by its  
access permissions.  : AH00072: make_sock: could not bind to address 
127.0.0.1:80
AH00451: no listening sockets available, shutting down
AH00015: Unable to open logs

我刚刚检查了哪个进程正在使用端口 80

 netstat -tna 

显示pid 4 is using

当我检查时

 tasklist

它说 SYSTEM 进程正在使用。

如何为 apache 使用系统端口 80?我该如何解决这个错误?

打开 CMD 提示符(以管理员身份)并键入此 iisreset /stop