diff options
| author | Ben Fuhrmannek | 2014-11-16 13:23:53 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-16 13:23:53 +0100 |
| commit | 4f9e54ecca76a8fcfc0bb1bd5151c75103890b7a (patch) | |
| tree | 6a41133d2f8e4dbe07fd09f545b0ab31a0bcddeb /suhosin.ini | |
| parent | 9269000901c9ebba66433106da7e555b6b0d5fbb (diff) | |
fixed default values and minor text changes
Diffstat (limited to '')
| -rw-r--r-- | suhosin.ini | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/suhosin.ini b/suhosin.ini index 1e43248..6887c09 100644 --- a/suhosin.ini +++ b/suhosin.ini | |||
| @@ -144,7 +144,7 @@ | |||
| 144 | ; suhosin.log.sapi | 144 | ; suhosin.log.sapi |
| 145 | ; ---------------- | 145 | ; ---------------- |
| 146 | ; * Type: Integer | 146 | ; * Type: Integer |
| 147 | ; * Default: S_ALL & ~S_SQL | 147 | ; * Default: 0 |
| 148 | ; | 148 | ; |
| 149 | ; Defines what classes of security alerts are logged through the SAPI error log. | 149 | ; Defines what classes of security alerts are logged through the SAPI error log. |
| 150 | ; For a list of available classes see table 1. | 150 | ; For a list of available classes see table 1. |
| @@ -152,13 +152,13 @@ | |||
| 152 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use | 152 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use |
| 153 | ; the numeric value. | 153 | ; the numeric value. |
| 154 | ; | 154 | ; |
| 155 | ;suhosin.log.sapi = S_ALL & ~S_SQL | 155 | ;suhosin.log.sapi = 0 |
| 156 | ; | 156 | ; |
| 157 | 157 | ||
| 158 | ; suhosin.log.stdout | 158 | ; suhosin.log.stdout |
| 159 | ; ------------------ | 159 | ; ------------------ |
| 160 | ; * Type: Integer | 160 | ; * Type: Integer |
| 161 | ; * Default: S_ALL & ~S_SQL | 161 | ; * Default: 0 |
| 162 | ; | 162 | ; |
| 163 | ; Defines what classes of security alerts are logged through STDOUT. For a list | 163 | ; Defines what classes of security alerts are logged through STDOUT. For a list |
| 164 | ; of available classes see table 1. | 164 | ; of available classes see table 1. |
| @@ -166,13 +166,16 @@ | |||
| 166 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use | 166 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use |
| 167 | ; the numeric value. | 167 | ; the numeric value. |
| 168 | ; | 168 | ; |
| 169 | ;suhosin.log.stdout = S_ALL & ~S_SQL | 169 | ; IMPORTANT NOTE: This option is meant for debugging purposes and unittests only |
| 170 | ; and should not be used in production. | ||
| 171 | ; | ||
| 172 | ;suhosin.log.stdout = 0 | ||
| 170 | ; | 173 | ; |
| 171 | 174 | ||
| 172 | ; suhosin.log.file | 175 | ; suhosin.log.file |
| 173 | ; ---------------- | 176 | ; ---------------- |
| 174 | ; * Type: Integer | 177 | ; * Type: Integer |
| 175 | ; * Default: S_ALL | 178 | ; * Default: 0 |
| 176 | ; | 179 | ; |
| 177 | ; Defines what classes of security alerts are logged to a separate Suhosin log | 180 | ; Defines what classes of security alerts are logged to a separate Suhosin log |
| 178 | ; file set by suhosin.log.file.name. | 181 | ; file set by suhosin.log.file.name. |
| @@ -180,7 +183,7 @@ | |||
| 180 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use | 183 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use |
| 181 | ; the numeric value. | 184 | ; the numeric value. |
| 182 | ; | 185 | ; |
| 183 | ;suhosin.log.file = S_ALL | 186 | ;suhosin.log.file = 0 |
| 184 | ; | 187 | ; |
| 185 | 188 | ||
| 186 | ; suhosin.log.file.name | 189 | ; suhosin.log.file.name |
| @@ -198,9 +201,10 @@ | |||
| 198 | ; * Type: Boolean | 201 | ; * Type: Boolean |
| 199 | ; * Default: On | 202 | ; * Default: On |
| 200 | ; | 203 | ; |
| 201 | ; Specifies if suhosin.log.file contains timestamp for each log entry. Note: This | 204 | ; Specifies if suhosin.log.file contains timestamp for each log entry. |
| 202 | ; option is meant for debugging purposes and unittests only and should not be | 205 | ; |
| 203 | ; used in production. | 206 | ; IMPORTANT NOTE: This option is meant for debugging purposes and unittests only |
| 207 | ; and should not be used in production. | ||
| 204 | ; | 208 | ; |
| 205 | ;suhosin.log.file.time = On | 209 | ;suhosin.log.file.time = On |
| 206 | ; | 210 | ; |
| @@ -238,7 +242,7 @@ | |||
| 238 | ; suhosin.log.phpscript | 242 | ; suhosin.log.phpscript |
| 239 | ; --------------------- | 243 | ; --------------------- |
| 240 | ; * Type: Integer | 244 | ; * Type: Integer |
| 241 | ; * Default: S_ALL | 245 | ; * Default: 0 |
| 242 | ; | 246 | ; |
| 243 | ; Defines what classes of security alerts are logged through the defined PHP | 247 | ; Defines what classes of security alerts are logged through the defined PHP |
| 244 | ; script. For a list of available classes see table 1. Please notice, that only | 248 | ; script. For a list of available classes see table 1. Please notice, that only |
| @@ -250,7 +254,7 @@ | |||
| 250 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use | 254 | ; Using constant names is only supported with the Suhosin-Patch. If in doubt, use |
| 251 | ; the numeric value. | 255 | ; the numeric value. |
| 252 | ; | 256 | ; |
| 253 | ;suhosin.log.phpscript = S_ALL | 257 | ;suhosin.log.phpscript = 0 |
| 254 | ; | 258 | ; |
| 255 | 259 | ||
| 256 | ; suhosin.log.phpscript.name | 260 | ; suhosin.log.phpscript.name |
