Posts

Showing posts with the label webserver

How can I view the complete httpd configuration?

Image
Clash Royale CLAN TAG #URR8PPP How can I view the complete httpd configuration? I'm trying to figure out what is the full complete configuration of an httpd setup. All the configurations files are scattered in different files (/etc/httpd/conf.d, httpd.conf, various mod configs) Is there a way to list the final httpd configuration? Like the whole running setup configuration in a single file? apachectl -S for running config, apachectl -M to show loaded modules – arco444 Nov 26 '14 at 15:54 apachectl -S apachectl -M Except that apachectl -S does give you neither "the full complete configuration" nor " the whole running setup configuration in a single file". – Frederick Nord Feb 2 '17 at 16:39 ...