Hi all,
I have a problem in Apache on windows xp.I tried to
unistall apache and install it again. But when in did the
installation again, and tried to run apache, i get the
following error message,

Socketaddresse can just be used once.
Make_sock: could not build to address 0.0.0.0.80
No listening sockets available.Shutting down
Unable to open logs.

and i also get
(error) OS2. The system cannot fine the installed service
named "Apache2".

Please i need some one to help me out with this.I'm really
fustrated cuz i need this stuff working as fast as possible.
PLEASE HELP ME

Answers were Sorted based on User's Feedback



Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again...

Answer / gaurav

The socket address 80 in your machine is already taken over
so either find and kill that process that is occupied that
port or change the port address.

Is This Answer Correct ?    0 Yes 0 No

Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again...

Answer / deepak

1.you have uninstalled the apache but didn't remove the
service from the service panel. So remove the service (using
sc delete <service name>). then reinstall the apahce.

2. If u have skype or any other tool which acquire port 80,
disable or change the port of the program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Is php pass by reference or value?

0 Answers  


i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.

0 Answers  


How to turn on the session support?

0 Answers  


What is the substitution of submit in PHP?

6 Answers   RedAlkemi,


Is php free to use?

0 Answers  






How many ways to include array elements in double-quoted strings using php?

0 Answers  


What is difference between html and php?

0 Answers  


How to calculate the difference between two dates using php?

0 Answers  


What is the name of the scripting engine that powers PHP?

0 Answers  


How does php work?

0 Answers  


what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons

1 Answers  


What are the different types of statements that are present in php?

0 Answers  


Categories