↧
Answer by Anaksunaman for httpd commands in cmd not working with Apache
This problem is likely occurring because httpd.exe isn't in your Windows PATH/Path variable(s).To install a current version of Apache (i.e. Apache 2.4.x) as a service on Windows:Navigate as an...
View Articlehttpd commands in cmd not working with Apache
Everyone says you install Apache as a service by running:httpd.exe -n "servicenameherexd"But cmd outputs this:'httpd.exe' is not recognized as an internal or external command, operable program or batch...
View Article