File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 32
32
33
33
DirectoryIndex index.php
34
34
35
+ <IfModule mod_php5.c >
35
36
############################################
36
37
## adjust memory limit
37
38
53
54
## disable user agent verification to not break multiple image upload
54
55
55
56
php_flag suhosin.session.cryptua off
57
+ </IfModule >
58
+ <IfModule mod_php7.c >
59
+ ############################################
60
+ ## adjust memory limit
61
+
62
+ php_value memory_limit 768M
63
+ php_value max_execution_time 18000
64
+
65
+ ############################################
66
+ ## disable automatic session start
67
+ ## before autoload was initialized
68
+
69
+ php_flag session.auto_start off
70
+
71
+ ############################################
72
+ ## enable resulting html compression
73
+
74
+ #php_flag zlib.output_compression on
56
75
76
+ ###########################################
77
+ ## disable user agent verification to not break multiple image upload
78
+
79
+ php_flag suhosin.session.cryptua off
80
+ </IfModule >
57
81
<IfModule mod_security.c >
58
82
###########################################
59
83
## disable POST processing to not break multiple image upload
Original file line number Diff line number Diff line change 32
32
33
33
DirectoryIndex index.php
34
34
35
+ <IfModule mod_php5.c >
35
36
############################################
36
37
## Adjust memory limit
37
38
53
54
# Disable user agent verification to not break multiple image upload
54
55
55
56
php_flag suhosin.session.cryptua off
57
+ </IfModule >
58
+ <IfModule mod_php7.c >
59
+ ############################################
60
+ ## Adjust memory limit
61
+
62
+ php_value memory_limit 768M
63
+ php_value max_execution_time 18000
64
+
65
+ ############################################
66
+ ## Disable automatic session start
67
+ ## before autoload was initialized
68
+
69
+ php_flag session.auto_start off
70
+
71
+ ############################################
72
+ ## Enable resulting html compression
73
+
74
+ #php_flag zlib.output_compression on
75
+
76
+ ###########################################
77
+ # Disable user agent verification to not break multiple image upload
78
+
79
+ php_flag suhosin.session.cryptua off
80
+ </IfModule >
81
+
56
82
57
83
<IfModule mod_security.c >
58
84
###########################################
You can’t perform that action at this time.
0 commit comments