mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 04:49:56 +00:00
Update cheatsheets
This commit is contained in:
17
linux/a2dissite
Normal file
17
linux/a2dissite
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# a2dissite
|
||||
|
||||
> Disable an Apache virtual host on Debian-based OSes.
|
||||
> More information: <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
|
||||
|
||||
- Disable a virtual host:
|
||||
|
||||
`sudo a2dissite {{virtual_host}}`
|
||||
|
||||
- Don't show informative messages:
|
||||
|
||||
`sudo a2dissite --quiet {{virtual_host}}`
|
||||
Reference in New Issue
Block a user