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: Error in Cmd
Author
raizen



Joined: 16 Apr 2018
Posts: 2
Location: philippines, Valenzuela

PostPosted: Mon 16 Apr '18 18:50    Post subject: Error in Cmd Reply with quote

AH00433: Apache2.4 service is already installed. what error do i have?
Back to top
mraddi



Joined: 27 Jun 2016
Posts: 149
Location: Schömberg, Baden-Württemberg, Germany

PostPosted: Wed 18 Apr '18 11:12    Post subject: Reply with quote

Hello,

what exactly do you want to do?

It seems that you try to install Apache as a service within windows (with "httpd -k install" ?) but it is already installed as a service (as the errormessage is saying).
To start the already registered service you can use "net start apache2.4" from and admin-CLI or remove the service with "httpd -k uninstall" (within your apache's bin-directory) and reinstall it with "httpd -k install".

Best regards
Matthias


Last edited by mraddi on Wed 18 Apr '18 21:42; edited 1 time in total
Back to top
raizen



Joined: 16 Apr 2018
Posts: 2
Location: philippines, Valenzuela

PostPosted: Wed 18 Apr '18 19:14    Post subject: Reply with quote

every time i install my apache24 on admin promp its always show that error.
i don't know how fix that error
thank you for your reply
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 18 Apr '18 22:59    Post subject: Reply with quote

raizen wrote:
every time i install my apache24 on admin promp its always show that error.


Why install it over and over again? Do you want to install it or start apache?
Back to top


Reply to topic   Topic: Error in Cmd View previous topic :: View next topic
Post new topic   Forum Index -> Apache