Author |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Mon 26 May '08 8:08 Post subject: httpd.exe -k install |
|
|
i have installed wamp5 and the apache service is not working. so then i navigated to the apache2 folder in wamp and opened the apachemonitor and tried to start the wampapache service through it. but the service doenst start giving an error - it cant open, check error log code1..
i then tried double clicking the httpd.exe icon in the apache2 folder and it appears for a second and vanishes, it doesnt open. then i changed the properties - run as administrator and commpatibility, same problem.
i also tried opening through the command prompt with the -k install command, same problem persists.
httpd.exe opens for a second or two and then vanishes.
what do i do????
eargerly awaiting your help,
deepak |
|
Back to top |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Mon 26 May '08 12:31 Post subject: |
|
|
hey after much tinkering and work, the httpd.exe -k install command now gives - service already installed. but the localhost still doesnt show up..
i tried http.exe -e debug
heres what i get :
C:\wamp\Apache2\bin>httpd.exe -e debug
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module actions_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module alias_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module asis_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module auth_basic_modul
e
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module authn_default_mo
dule
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module authn_file_modul
e
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module authz_default_mo
dule
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module authz_groupfile_
module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module authz_host_modul
e
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module authz_user_modul
e
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module autoindex_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module cern_meta_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module cgi_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module dir_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module env_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module imagemap_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module include_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module isapi_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module log_config_modul
e
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module mime_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module negotiation_modu
le
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module setenvif_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module userdir_module
[Mon May 26 15:59:46 2008] [debug] mod_so.c(246): loaded module php5_module
(OS 10013)An attempt was made to access a socket in a way forbidden by its acces
s permissions. : make_sock: unable to listen for connections on address 0.0.0.0
:80
no listening sockets available, shutting down
Unable to open logs
somebody pleeeeeeeease help me!
deepak
|
|
Back to top |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Mon 26 May '08 12:32 Post subject: |
|
|
and yeah.. ive tried run as administrator, turn off firewall and UCA..still not working.. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 26 May '08 13:36 Post subject: |
|
|
Quote: |
s permissions. : make_sock: unable to listen for connections on address 0.0.0.0
:80
|
It seems that there is another programm listen on port 80. Maybe skype or something like that.
You told of turning off UAC so i think you use Windows vista? Please read the forum rules. Before posting
See also the post before you: Could not bind to ... |
|
Back to top |
|
deepaknettem
Joined: 26 May 2008 Posts: 8 Location: India
|
Posted: Mon 26 May '08 16:08 Post subject: |
|
|
yes im using vista.. no im not using any other service that blocks port 80. checked out with the netstat command as well..
kindly help |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 26 May '08 18:51 Post subject: |
|
|
only for testing change the port to 8080 and check out http://localhost:8080/
Or a firewall blocks apache |
|
Back to top |
|