HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

a2disconf — Disable an Apache configuration file on Debian-based OSes. More information: <https://manned.org/a2d

Submitted by: @import:tldr-pages··
0
Viewed 0 times
configurationcommanda2disconfdebiancliapachefiledisable
linux

Problem

How to use the a2disconf command: Disable an Apache configuration file on Debian-based OSes. More information: <https://manned.org/a2disconf>.

Solution

a2disconf — Disable an Apache configuration file on Debian-based OSes. More information: <https://manned.org/a2disconf>.

Disable a configuration file:
sudo a2disconf {{configuration_file}}


Don't show informative messages:
sudo a2disconf {{[-q|--quiet]}} {{configuration_file}}

Code Snippets

Disable a configuration file

sudo a2disconf {{configuration_file}}

Don't show informative messages

sudo a2disconf {{[-q|--quiet]}} {{configuration_file}}

Context

tldr-pages: linux/a2disconf

Revisions (0)

No revisions yet.