質問編集履歴

1

必要情報の追記

2017/04/11 06:48

投稿

norinori326
norinori326

スコア6

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,65 @@
93
93
 
94
94
 
95
95
  解決方法などお分かりでしたら宜しくお願いします。
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+ 追記>>>
104
+
105
+ ご指定の「apachectl configtest」を実行して結果になります。
106
+
107
+
108
+
109
+ root@localhost:/etc/ssl # apachectl configtest
110
+
111
+ Performing sanity check on apache24 configuration:
112
+
113
+ AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/etc/apache24/httpd.conf:598
114
+
115
+ Syntax OK
116
+
117
+
118
+
119
+ □598行目を # NameVirtualHost *:443 コメント化して下記を再実行
120
+
121
+
122
+
123
+ root@localhost:/etc/ssl # apachectl configtest
124
+
125
+ Performing sanity check on apache24 configuration:
126
+
127
+ Syntax OK
128
+
129
+
130
+
131
+ □Apache再起動
132
+
133
+ root@localhost:/etc/ssl # /usr/local/etc/rc.d/apache24 start
134
+
135
+ Performing sanity check on apache24 configuration:
136
+
137
+ Syntax OK
138
+
139
+ Starting apache24.
140
+
141
+ /usr/local/etc/rc.d/apache24: WARNING: failed to start apache24
142
+
143
+
144
+
145
+ エラーログには・・・
146
+
147
+ AH00016: Configuration Failed
148
+
149
+
150
+
151
+
152
+
153
+ となっておりました。
154
+
155
+
156
+
157
+ 宜しくお願いします。