IT for operating businesses

Using the a2enconf Command

Enable an Apache configuration file on Debian-based OSes. More information: <https://manned.org/a2enconf>.

  • Enable a configuration file:

sudo a2enconf *configuration_file*

  • Don’t show informative messages:

sudo a2enconf *[-q|--quiet]* *configuration_file*


This content is compiled from the open-source tldr-pages project under the MIT license.