質問編集履歴

2

追記

2017/11/07 03:53

投稿

d24d30033e5c469
d24d30033e5c469

スコア12

test CHANGED
File without changes
test CHANGED
@@ -319,3 +319,43 @@
319
319
  ### その他
320
320
 
321
321
  何か他に設定の見直し等あればツッコミ入れていただきたいです。
322
+
323
+
324
+
325
+ ### 追記
326
+
327
+
328
+
329
+ `/etc/hosts.deny`は以下のように特に設定されていません。
330
+
331
+ ```sh
332
+
333
+ [ec2-user@ip-10-0-3-98 ~]$ cat /etc/hosts.deny
334
+
335
+ #
336
+
337
+ # hosts.deny This file contains access rules which are used to
338
+
339
+ # deny connections to network services that either use
340
+
341
+ # the tcp_wrappers library or that have been
342
+
343
+ # started through a tcp_wrappers-enabled xinetd.
344
+
345
+ #
346
+
347
+ # The rules in this file can also be set up in
348
+
349
+ # /etc/hosts.allow with a 'deny' option instead.
350
+
351
+ #
352
+
353
+ # See 'man 5 hosts_options' and 'man 5 hosts_access'
354
+
355
+ # for information on rule syntax.
356
+
357
+ # See 'man tcpd' for information on tcp_wrappers
358
+
359
+ #
360
+
361
+ ```

1

ねじれ文の修正

2017/11/07 03:53

投稿

d24d30033e5c469
d24d30033e5c469

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ###前提・実現したいこと
2
2
 
3
- CentOS 7.1で、ネットワークの外部から9999番ポートを開放したいです。
3
+ CentOS 7.1で、ネットワークの外部から9999番ポートにアクセスしたいです。
4
4
 
5
5
  開放する理由は、9999番ポートでApacheを使用するためです。
6
6