Enable Apache Config - a2enconf Command | Online Free DevTools by Hexmos
Enable Apache configuration files easily with the a2enconf command. Manage Apache modules and virtual hosts efficiently on Debian-based systems. Free online tool, no registration required.
a2enconf
Enable an Apache configuration file on Debian-based OSes. More information: https://manned.org/a2enconf.8.
- Enable a configuration file:
sudo a2enconf {{configuration_file}}
- Don’t show informative messages:
sudo a2enconf {{[-q|--quiet]}} {{configuration_file}}