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
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 |
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 |
Explain how to execute a php script using command line.
What is in a cookie?
what is the difference between ph4 and php5
Do you know what is the differences between $a != $B and $a !== $B?
Tell me how is it possible to parse a configuration file?
Tell me how to execute an sql query? How to fetch its result?
How to communicate with sockets in php?
What are some of the advanced features of php?
Tell me how is it possible to know the number of rows returned in result set?
What is config file in php?
Tell me what library is used for pdf in php?
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question