質問編集履歴

1

追記

2020/01/23 07:04

投稿

yuuki0218
yuuki0218

スコア22

test CHANGED
File without changes
test CHANGED
@@ -181,3 +181,53 @@
181
181
  [ N 2020-01-23 15:48:27.1548 42538/T5 age/Cor/SecurityUpdateChecker.h:519 ]: Security update check: no update found (next check in 24 hours)
182
182
 
183
183
  ```
184
+
185
+
186
+
187
+ :追記
188
+
189
+ httpd -Sを叩くと以下のように帰ってきてるので問題ないと思います。
190
+
191
+ ```
192
+
193
+ $ httpd -S
194
+
195
+ VirtualHost configuration:
196
+
197
+ *:3005 localhost (/etc/httpd/conf.d/rails.conf:1)
198
+
199
+ ServerRoot: "/etc/httpd"
200
+
201
+ Main DocumentRoot: "/var/www/html"
202
+
203
+ Main ErrorLog: "/etc/httpd/logs/error_log"
204
+
205
+ Mutex mpm-accept: using_defaults
206
+
207
+ Mutex authdigest-opaque: using_defaults
208
+
209
+ Mutex proxy-balancer-shm: using_defaults
210
+
211
+ Mutex rewrite-map: using_defaults
212
+
213
+ Mutex authdigest-client: using_defaults
214
+
215
+ Mutex proxy: using_defaults
216
+
217
+ Mutex authn-socache: using_defaults
218
+
219
+ Mutex default: dir="/run/httpd/" mechanism=default
220
+
221
+ PidFile: "/run/httpd/httpd.pid"
222
+
223
+ Define: _RH_HAS_HTTPPROTOCOLOPTIONS
224
+
225
+ Define: DUMP_VHOSTS
226
+
227
+ Define: DUMP_RUN_CFG
228
+
229
+ User: name="apache" id=48
230
+
231
+ Group: name="apache" id=48
232
+
233
+ ```