linux:httpd

文書の過去の版を表示しています。


Apache HTTP Server

$ sudo dnf install httpd httpd-devel 
$ sudo systemctl enable httpd.service
$ sudo firewall-cmd --permanent --add-service=http
$ sudo firewall-cmd --permanent --add-service=https
$ sudo firewall-cmd --reload
$ sudo systemctl start httpd.service
$ sudo mkdir /var/www/vhosts
  • linux/httpd.1546485002.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)