Hello, i have some problems reloading apache configuration on an windows machine. The restart command doesn't work, it did not reload the config. Actually i use a bat file within a cron that kill's the apache's processes and the start the process. The operation take about 30 - 40 sec depending how many connections are served in that moment by apache. It's there an apachectl similar command on windows ? Any help is really appreciated.
no apachectl for windows You can try to restart the apache's service (if installed as service) or try to invoke apache with -k restart