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
Answer Posted / 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 |
Post New Answer View All Answers
What are the steps for the payment gateway processing?
Is it easy to learn php?
What is variable function php?
Is it possible to extend the execution time of a php script?
How to remove blank spaces from the string?
How do I check environment variables?
Tell me what is the use of "ksort" in php?
What is the difference between require and include in php?
Why do we use csrf token?
What are different types of runtime errors in php?
Can you explain, when to use if-else if-else over switch statements?
Do you know what does mvc stand for and what does each component do?
How to reset/destroy a cookie in php?
Tell me what are the correct and the most two common way to start and finish a php block of code?
Can php replace javascript?