Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I test httpd.conf on my Windows?

Different websites give me different answers to this question, but I think they area all for linux. http://httpd.apache.org/docs/2.2/programs/apachectl.html gives me a useful tool, but this cannot be used on my command prompt (picture below).

problem

Thank you for your answers.

like image 724
SDG Avatar asked Oct 26 '25 11:10

SDG


1 Answers

On windows, test the configuration with:

httpd.exe -t
like image 167
covener Avatar answered Oct 29 '25 01:10

covener