teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

必要情報の追記

2017/04/11 06:48

投稿

norinori326
norinori326

スコア6

title CHANGED
File without changes
body CHANGED
@@ -45,4 +45,35 @@
45
45
  /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24
46
46
  root@localhost:~ #
47
47
 
48
- 解決方法などお分かりでしたら宜しくお願いします。
48
+ 解決方法などお分かりでしたら宜しくお願いします。
49
+
50
+
51
+
52
+ 追記>>>
53
+ ご指定の「apachectl configtest」を実行して結果になります。
54
+
55
+ root@localhost:/etc/ssl # apachectl configtest
56
+ Performing sanity check on apache24 configuration:
57
+ AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/etc/apache24/httpd.conf:598
58
+ Syntax OK
59
+
60
+ □598行目を # NameVirtualHost *:443 コメント化して下記を再実行
61
+
62
+ root@localhost:/etc/ssl # apachectl configtest
63
+ Performing sanity check on apache24 configuration:
64
+ Syntax OK
65
+
66
+ □Apache再起動
67
+ root@localhost:/etc/ssl # /usr/local/etc/rc.d/apache24 start
68
+ Performing sanity check on apache24 configuration:
69
+ Syntax OK
70
+ Starting apache24.
71
+ /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24
72
+
73
+ エラーログには・・・
74
+ AH00016: Configuration Failed
75
+
76
+
77
+ となっておりました。
78
+
79
+ 宜しくお願いします。