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: httpd -k config
Author
Otomatic



Joined: 01 Sep 2011
Posts: 270
Location: Paris, France, EU

PostPosted: Sat 12 Jul '25 17:22    Post subject: httpd -k config Reply with quote

Hi,

To create a service, use the option
Code:
httpd -n servicename -k install

but this service is created with Startup Type: Automatic.

I use the command to change the Startup Type to Manual:
Code:
sc config servicename start= demand


However, there is a command:
Code:
httpd -n servicename -k config

but nowhere have I found the syntax for this command.

Where can I find the syntax?
Back to top


Reply to topic   Topic: httpd -k config View previous topic :: View next topic
Post new topic   Forum Index -> Apache