apachectl command is used to interact with Apache web server.
To see Apache status
apachectl status
To list virtualhost info, run
apachectl -t -D DUMP_VHOSTS
List VirtualHost + server config.
apachectl -S
To list loaded apache modules, run
apachectl -M
Related Posts
Leave a Reply