管理人の覚書 <
apache
をテンプレートにして作成>
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
#norelated
#contents
----
**インストール [#rc98c9e8]
# yum -y install httpd httpd-devel
#ref(./yum-apache.txt)
**サービス起動 [#kb595dc8]
# systemctl start httpd.service
**サービス自動起動 [#c5b305ff]
# systemctl enable httpd.service
**firewall設定変更 [#zbc8e923]
# firewall-cmd --zone=public --list-services
&br;ssh dhcpv6-client
# firewall-cmd --zone=public --add-service=http --permanent
# firewall-cmd --reload
# firewall-cmd --zone=public --list-services
&br;ssh dhcpv6-client &color(red){http};
----
**ドキュメントルート [#wb843e65]
/var/www/html
**設定ファイル [#dce30f35]
/etc/httpd/conf/httpd.conf
※/etc/httpd/conf.d/以下にあるファイルも読み込まれる
終了行:
#norelated
#contents
----
**インストール [#rc98c9e8]
# yum -y install httpd httpd-devel
#ref(./yum-apache.txt)
**サービス起動 [#kb595dc8]
# systemctl start httpd.service
**サービス自動起動 [#c5b305ff]
# systemctl enable httpd.service
**firewall設定変更 [#zbc8e923]
# firewall-cmd --zone=public --list-services
&br;ssh dhcpv6-client
# firewall-cmd --zone=public --add-service=http --permanent
# firewall-cmd --reload
# firewall-cmd --zone=public --list-services
&br;ssh dhcpv6-client &color(red){http};
----
**ドキュメントルート [#wb843e65]
/var/www/html
**設定ファイル [#dce30f35]
/etc/httpd/conf/httpd.conf
※/etc/httpd/conf.d/以下にあるファイルも読み込まれる
ページ名: