Having many configuration files, I put up one file but I don't see its effects.
Either my config is WRONG, OR the config files are NOT LOADED by Apache.
Is there a command I can fire to see wether a specific config file got loaded by Apache or not?
apachectl configtest
Does not print errors. Server restarts without error.
From command line you can also run the following arguments with the Apache binary to get additional information:
Hope this helps!
If you have the mod_info module activated, simply access
There you'll see the entire Apache configuration.