1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/a2disconf.md

13 lines
305 B
Markdown
Raw Normal View History

# a2disconf
> Debian 기반 운영체제에서 Apache 구성 파일을 비활성화합니다.
> 더 많은 정보: <https://manned.org/a2disconf.8>.
- 구성 파일 비활성화:
`sudo a2disconf {{구성_파일}}`
- 정보 메시지를 표시하지 않음:
`sudo a2disconf --quiet {{구성_파일}}`