回答編集履歴
4
見直し
test
CHANGED
@@ -67,3 +67,7 @@
|
|
67
67
|
|
68
68
|
|
69
69
|
[「SELinux policy enabled」でApacheが起動しない - hogehoge foobar Blog Style Beta](https://mrgoofy.hatenablog.com/entry/20110127/1296136132)
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
[「SELinuxのせいで動かない」撲滅ガイド - Qiita](https://qiita.com/yunano/items/857ab36faa0d695573dd)
|
3
見直し
test
CHANGED
@@ -56,9 +56,13 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
httpd.serviceの再起動とかやってます
|
59
|
+
httpd.serviceの再起動とかやってますよねぇ?
|
60
60
|
|
61
61
|
この現象に近い気がするのですが。
|
62
|
+
|
63
|
+
メッセージを表示するだけで、止まってはいないのでは?
|
64
|
+
|
65
|
+
LogLevelを調整してもう少し詳しく追ったほうがいいかもしれない。
|
62
66
|
|
63
67
|
|
64
68
|
|
2
加筆
test
CHANGED
@@ -49,3 +49,17 @@
|
|
49
49
|
面倒であれば、SELinuxを無効化して動かせばいいですが、
|
50
50
|
|
51
51
|
なるべくは有効にしたまま、やっていただきたく。
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
---
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
httpd.serviceの再起動とかやってますかねぇ?
|
60
|
+
|
61
|
+
この現象に近い気がするのですが。
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
[「SELinux policy enabled」でApacheが起動しない - hogehoge foobar Blog Style Beta](https://mrgoofy.hatenablog.com/entry/20110127/1296136132)
|
1
加筆
test
CHANGED
@@ -17,3 +17,35 @@
|
|
17
17
|
の箇所、「#」によるコメントアウトを外して、
|
18
18
|
|
19
19
|
VPS契約上のサーバー名を設定すれば、ひとまず動くはず。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
httpd.confやそれらから読み込む関連ファイルのファイルのオーナーユーザー:グループもチェック。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
---
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
あと、SELinuxが有効になっているようですが、
|
32
|
+
|
33
|
+
ドキュメントルートなどのコンテンツに対するフラグは大丈夫でしょうか。
|
34
|
+
|
35
|
+
httpd_sys_content_tやhttpd_sys_rw_content_tなど、
|
36
|
+
|
37
|
+
ディレクトリやファイルに対して適切に施さないとうまく行かない場合があります。
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
[SELinux ユーザーおよび管理者のガイド Red Hat Enterprise Linux 7 | Red Hat Customer Portal](https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html-single/selinux_users_and_administrators_guide/index)
|
42
|
+
|
43
|
+
[4.7. SELinux コンテキスト: ファイルのラベル付け Red Hat Enterprise Linux 7 | Red Hat Customer Portal](https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/sect-security-enhanced_linux-working_with_selinux-selinux_contexts_labeling_files)
|
44
|
+
|
45
|
+
[14.4. 設定例 Red Hat Enterprise Linux 7 | Red Hat Customer Portal](https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/sect-managing_confined_services-the_apache_http_server-configuration_examples#sect-Managing_Confined_Services-Configuration_examples-Running_a_static_site)
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
面倒であれば、SELinuxを無効化して動かせばいいですが、
|
50
|
+
|
51
|
+
なるべくは有効にしたまま、やっていただきたく。
|