How to view the modules which and loaded and enabled in Apache in Windows?
答案1
From httpd -h
:
-t -D DUMP_MODULES : show all loaded modules
答案2
The appropriate command is:
httpd -M
How to view the modules which and loaded and enabled in Apache in Windows?
From httpd -h
:
-t -D DUMP_MODULES : show all loaded modules
The appropriate command is:
httpd -M