質問編集履歴

5

追記

2019/03/18 06:54

投稿

shakevo
shakevo

スコア453

test CHANGED
File without changes
test CHANGED
@@ -113,3 +113,23 @@
113
113
  httpd.confに「DoSDetection」などmod_dosdetectorの設定を記述しているのに、
114
114
 
115
115
  DUMP_CONFIGで表示されない?
116
+
117
+ ↓記述している最小限の設定
118
+
119
+ ```
120
+
121
+ DoSDetection on
122
+
123
+ DoSPeriod 60
124
+
125
+ DoSThreshold 5
126
+
127
+ DoSHardThreshold 10
128
+
129
+ DoSBanPeriod 60
130
+
131
+ DoSTableSize 100
132
+
133
+ DoSIgnoreContentType ^(image/|application/|text/javascript|text/css)
134
+
135
+ ```

4

追記

2019/03/18 06:54

投稿

shakevo
shakevo

スコア453

test CHANGED
File without changes
test CHANGED
@@ -102,7 +102,9 @@
102
102
 
103
103
 
104
104
 
105
+
106
+
105
- メモ
107
+ #メモ
106
108
 
107
109
  httpd -t -D DUMP_CONFIG | grep DoS → Syntax OK … "DoS"に該当する設定が存在しない?
108
110
 

3

追記

2019/03/18 06:53

投稿

shakevo
shakevo

スコア453

test CHANGED
File without changes
test CHANGED
@@ -105,3 +105,9 @@
105
105
  #メモ
106
106
 
107
107
  httpd -t -D DUMP_CONFIG | grep DoS → Syntax OK … "DoS"に該当する設定が存在しない?
108
+
109
+
110
+
111
+ httpd.confに「DoSDetection」などmod_dosdetectorの設定を記述しているのに、
112
+
113
+ DUMP_CONFIGで表示されない?

2

追記

2019/03/18 06:53

投稿

shakevo
shakevo

スコア453

test CHANGED
File without changes
test CHANGED
@@ -99,3 +99,9 @@
99
99
   
100
100
 
101
101
  大変恐れ入りますが、何卒ご教示の程宜しくお願い致します。
102
+
103
+
104
+
105
+ #メモ
106
+
107
+ httpd -t -D DUMP_CONFIG | grep DoS → Syntax OK … "DoS"に該当する設定が存在しない?

1

追記

2019/03/18 06:39

投稿

shakevo
shakevo

スコア453

test CHANGED
File without changes
test CHANGED
@@ -90,6 +90,10 @@
90
90
 
91
91
  もし考えられるものがあればアドバイスを頂きたく存じます。
92
92
 
93
+ (当方Apacheのトラブルシューティングがまだまだ不慣れであり、片っ端から試しているような状態です。
94
+
95
+ それも勉強にはなるのですが、"そういう時はここが怪しい"などのポイントがあるようであれば、アドバイス頂戴できますと幸いです。)
96
+
93
97
   
94
98
 
95
99