Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: when i type this coomand :httpd.exe -k debug |
|
Author |
|
Srinivasulu
Joined: 13 May 2008 Posts: 3
|
Posted: Tue 13 May '08 15:33 Post subject: when i type this coomand :httpd.exe -k debug |
|
|
when i type this coomand :httpd.exe -k debug in my command prompt i get this message:(os 10048)Only one usage of each socket address(protocal/network/address/port) is normally permitted. : make_sock:could not bind to address 0.0.0.0:80
no listening sockets availble,shutting down
Unable to open logs
here i had doubt whether it is working correctly or not... |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 13 May '08 18:09 Post subject: |
|
|
seems to me that -k has these choices only
install, uninstall, start, stop, restart and config, no debug
maybe it thinks you are trying to start another instance (which can not be done on the same ip/port combo). |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 14 May '08 9:09 Post subject: |
|
|
for debug mode use httpd -e debug. As glsmith told you there can be only one process at one port. |
|
Back to top |
|
mallika
Joined: 13 May 2008 Posts: 3
|
Posted: Wed 14 May '08 10:31 Post subject: Thanks I got it,It is working |
|
|
Thanks,I understood and it is working |
|
Back to top |
|
|
|
|
|
|