]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/apache2/files/common/etc/php5/conf.d/suhosin.ini
(www) Add redirections for some old Refresh hacks
[dsa-puppet.git] / modules / apache2 / files / common / etc / php5 / conf.d / suhosin.ini
1 ; configuration for php suhosin module
2 extension=suhosin.so
3
4 ;;;;;;;;;;;;;;;;;;;
5 ; Module Settings ;
6 ;;;;;;;;;;;;;;;;;;;
7 ; the following values are the internal default settings and set implicit
8 ; feel free to modify to your needs
9
10 [suhosin]
11 ; Logging Configuration
12 ;suhosin.log.syslog.facility = 9
13 ;suhosin.log.syslog.priority = 1
14 ;suhosin.log.script = 0
15 ;suhosin.log.phpscript = 0
16 ;suhosin.log.script.name =
17 ;suhosin.log.phpscript.name =
18 ;suhosin.log.use-x-forwarded-for = off
19
20 ; Executor Options
21 ;suhosin.executor.max_depth = 0
22 ;suhosin.executor.include.max_traversal = 0
23 ;suhosin.executor.include.whitelist =
24 ;suhosin.executor.include.blacklist =
25 ;suhosin.executor.func.whitelist =
26 ;suhosin.executor.func.blacklist =
27 ;suhosin.executor.eval.whitelist =
28 ;suhosin.executor.eval.blacklist =
29 ;suhosin.executor.disable_emodifier = off
30 ;suhosin.executor.allow_symlink = off
31
32 ; Misc Options
33 ;suhosin.simulation = off
34 ;suhosin.apc_bug_workaround = off
35 ;suhosin.sql.bailout_on_error = off
36 ;suhosin.sql.user_prefix =
37 ;suhosin.sql.user_postfix =
38 ;suhosin.multiheader = off
39 ;suhosin.mail.protect = 0
40 ;suhosin.memory_limit = 0
41
42 ; Transparent Encryption Options
43 ;suhosin.session.encrypt = on
44 ;suhosin.session.cryptkey =
45 ;suhosin.session.cryptua = on
46 ;suhosin.session.cryptdocroot = on
47 ;suhosin.session.cryptraddr = 0
48 ;suhosin.session.checkraddr = 0
49 ;suhosin.cookie.encrypt = on
50 ;suhosin.cookie.cryptkey =
51 ;suhosin.cookie.cryptua = on
52 ;suhosin.cookie.cryptdocroot = on
53 ;suhosin.cookie.cryptraddr = 0
54 ;suhosin.cookie.checkraddr = 0
55 ;suhosin.cookie.cryptlist =
56 ;suhosin.cookie.plainlist =
57
58 ; Filtering Options
59 ;suhosin.filter.action =
60 ;suhosin.cookie.max_array_depth = 100
61 ;suhosin.cookie.max_array_index_length = 64
62 ;suhosin.cookie.max_name_length = 64
63 ;suhosin.cookie.max_totalname_length = 256
64 ;suhosin.cookie.max_value_length = 10000
65 ;suhosin.cookie.max_vars = 100
66 ;suhosin.cookie.disallow_nul = on
67 ;suhosin.get.max_array_depth = 50
68 ;suhosin.get.max_array_index_length = 64
69 ;suhosin.get.max_name_length = 64
70 ;suhosin.get.max_totalname_length = 256
71 suhosin.get.max_value_length = 4096
72 ;suhosin.get.max_vars = 100
73 ;suhosin.get.disallow_nul = on
74 ;suhosin.post.max_array_depth = 100
75 ;suhosin.post.max_array_index_length = 64
76 ;suhosin.post.max_name_length = 64
77 ;suhosin.post.max_totalname_length = 256
78 ;suhosin.post.max_value_length = 65000
79 ;suhosin.post.max_vars = 200
80 ;suhosin.post.disallow_nul = on
81 ;suhosin.request.max_array_depth = 100
82 ;suhosin.request.max_array_index_length = 64
83 ;suhosin.request.max_totalname_length = 256
84 ;suhosin.request.max_value_length = 65000
85 ;suhosin.request.max_vars = 200
86 ;suhosin.request.max_varname_length = 64
87 ;suhosin.request.disallow_nul = on
88 ;suhosin.upload.max_uploads = 25
89 ;suhosin.upload.disallow_elf = on
90 ;suhosin.upload.disallow_binary = off
91 ;suhosin.upload.remove_binary = off
92 ;suhosin.upload.verification_script =
93 ;suhosin.session.max_id_length = 128
94