logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: when i type this coomand :httpd.exe -k debug
Author
Srinivasulu



Joined: 13 May 2008
Posts: 3

PostPosted: Tue 13 May '08 15:33    Post subject: when i type this coomand :httpd.exe -k debug Reply with quote

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

PostPosted: Tue 13 May '08 18:09    Post subject: Reply with quote

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

PostPosted: Wed 14 May '08 9:09    Post subject: Reply with quote

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

PostPosted: Wed 14 May '08 10:31    Post subject: Thanks I got it,It is working Reply with quote

Thanks,I understood and it is working
Back to top


Reply to topic   Topic: when i type this coomand :httpd.exe -k debug View previous topic :: View next topic
Post new topic   Forum Index -> Apache