Gibbs
Gibbs

Reputation: 22956

Error during Apache Installation

I am just integration all the three as mentioned here

While installing apache,

Listen 127.0.0.1:80

is added in httpd.conf It says

(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

I just checked what process is using port 80

 netstat -tna 

shows pid 4 is using

When i check

 tasklist

it says SYSTEM process is using.

How do i make use of system port 80 for apache? How do i resolve this error?

Upvotes: 1

Views: 813

Answers (1)

Pradyumna Swain
Pradyumna Swain

Reputation: 1138

Open a CMD prompt (as Admin) and type this iisreset /stop enter image description here

Upvotes: 2

Related Questions