File tree Expand file tree Collapse file tree 3 files changed +37
-5
lines changed Expand file tree Collapse file tree 3 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 62
62
php_flag suhosin.session.cryptua off
63
63
</IfModule >
64
64
65
+ <IfModule mod_php.c >
66
+ ############################################
67
+ ## Adjust memory limit
68
+
69
+ php_value memory_limit 756M
70
+ php_value max_execution_time 18000
71
+
72
+ ############################################
73
+ ## Disable automatic session start
74
+ ## before autoload was initialized
75
+
76
+ php_flag session.auto_start off
77
+
78
+ ############################################
79
+ ## Enable resulting html compression
80
+
81
+ #php_flag zlib.output_compression on
82
+
83
+ ###########################################
84
+ # Disable user agent verification to not break multiple image upload
85
+
86
+ php_flag suhosin.session.cryptua off
87
+ </IfModule >
88
+
65
89
<IfModule mod_security.c >
66
90
###########################################
67
91
# Disable POST processing to not break multiple image upload
Original file line number Diff line number Diff line change 1
1
Options -Indexes
2
2
3
3
<IfModule mod_php5.c >
4
- php_flag engine 0
4
+ php_flag engine 0
5
5
</IfModule >
6
6
7
7
<IfModule mod_php7.c >
8
- php_flag engine 0
8
+ php_flag engine 0
9
+ </IfModule >
10
+
11
+ <IfModule mod_php.c >
12
+ php_flag engine 0
9
13
</IfModule >
10
14
11
15
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Original file line number Diff line number Diff line change 1
1
<IfModule mod_php5.c >
2
- php_flag engine 0
2
+ php_flag engine 0
3
3
</IfModule >
4
4
5
5
<IfModule mod_php7.c >
6
- php_flag engine 0
6
+ php_flag engine 0
7
+ </IfModule >
8
+
9
+ <IfModule mod_php.c >
10
+ php_flag engine 0
7
11
</IfModule >
8
12
9
13
# To avoid situation when web server automatically adds extension to path
@@ -102,7 +106,7 @@ AddType application/xml xml
102
106
ExpiresByType application/zip "access plus 0 seconds"
103
107
ExpiresByType application/x-gzip "access plus 0 seconds"
104
108
ExpiresByType application/x-bzip2 "access plus 0 seconds"
105
-
109
+
106
110
# Manifest
107
111
<FilesMatch \.(webmanifest)$ >
108
112
ExpiresDefault "access plus 0 seconds"
You can’t perform that action at this time.
0 commit comments