From 37e15fd32119d61c4a078ad5f7da385cc225de93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E7=AB=8B=E5=9F=8E?= <897185960@qq.com> Date: Tue, 25 Jun 2024 13:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20240625 \345\256\211\350\243\205.md" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "\345\276\220\347\253\213\345\237\216/20240625 \345\256\211\350\243\205.md" diff --git "a/\345\276\220\347\253\213\345\237\216/20240625 \345\256\211\350\243\205.md" "b/\345\276\220\347\253\213\345\237\216/20240625 \345\256\211\350\243\205.md" new file mode 100644 index 0000000..43451e0 --- /dev/null +++ "b/\345\276\220\347\253\213\345\237\216/20240625 \345\256\211\350\243\205.md" @@ -0,0 +1,9 @@ +# 安装Apache + +```shell +sudo apt update +sudo apt install apache2 +sudo systemctl status apache2 +sudo ufw allow 'Apache Full' +sudo ufw status +``` \ No newline at end of file -- Gitee