File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 40
40
41
41
</IfModule >
42
42
43
+ ############################################
44
+ ## php8 settings
45
+
46
+ <IfModule mod_php.c >
47
+
48
+ ############################################
49
+ ## adjust max execution time
50
+
51
+ php_value max_execution_time 18000
52
+
53
+ ############################################
54
+ ## disable automatic session start
55
+ ## before autoload was initialized
56
+
57
+ php_flag session.auto_start off
58
+
59
+ ############################################
60
+ ## enable resulting html compression
61
+
62
+ #php_flag zlib.output_compression on
63
+
64
+ ###########################################
65
+ # disable user agent verification to not break multiple image upload
66
+
67
+ php_flag suhosin.session.cryptua off
68
+
69
+ </IfModule >
70
+
43
71
<IfModule mod_security.c >
44
72
###########################################
45
73
# disable POST processing to not break multiple image upload
You can’t perform that action at this time.
0 commit comments