snippetbashTip
a2enconf — Enable an Apache configuration file on Debian-based OSes. More information: <https://manned.org/a2en
Viewed 0 times
configurationcommanddebiancliapachefileenablea2enconf
linux
Problem
How to use the
a2enconf command: Enable an Apache configuration file on Debian-based OSes. More information: <https://manned.org/a2enconf>.Solution
a2enconf — 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}}Code Snippets
Enable a configuration file
sudo a2enconf {{configuration_file}}Don't show informative messages
sudo a2enconf {{[-q|--quiet]}} {{configuration_file}}Context
tldr-pages: linux/a2enconf
Revisions (0)
No revisions yet.