Is there a command that list all enabled Apache modules?
Answer
To list apache loaded modules use:
apachectl -M
or:
apachectl -t -D DUMP_MODULES
or on RHEL,CentoS, Fedora:
httpd -M
For more options man apachectl
. All these answers can be found just by little google search.
No comments:
Post a Comment