File tree Expand file tree Collapse file tree 2 files changed +10
-139
lines changed
Expand file tree Collapse file tree 2 files changed +10
-139
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ server/conf/apache_apps.vhost.master
Original file line number Diff line number Diff line change 99<VirtualHost {tmpl_var name='apps_vhost_ip'}:{tmpl_var name='apps_vhost_port'}>
1010 ServerAdmin webmaster@localhost
1111 {tmpl_var name='apps_vhost_servername'}
12-
13- <FilesMatch "\.ph(p3?|tml)$">
14- SetHandler None
15- </FilesMatch>
12+
13+ <Directory {tmpl_var name='apps_vhost_dir'}>
14+ <FilesMatch "\.ph(p3?|tml)$">
15+ SetHandler None
16+ </FilesMatch>
17+ </Directory>
1618
1719 # SSL Configuration
1820 <tmpl_var name="ssl_comment">SSLEngine On
9698 DocumentRoot {tmpl_var name='apps_vhost_dir'}
9799 SuexecUserGroup ispapps ispapps
98100 <Directory {tmpl_var name='apps_vhost_dir'}>
99- Options + Indexes +FollowSymLinks +MultiViews +ExecCGI
101+ Options - Indexes +FollowSymLinks +MultiViews +ExecCGI
100102 AllowOverride AuthConfig Indexes Limit Options FileInfo
101103 <FilesMatch "\.php$">
102104 SetHandler fcgid-script
109111 Allow from all
110112 </tmpl_if>
111113 </Directory>
114+ IPCCommTimeout 7200
115+ MaxRequestLen 15728640
112116 </IfModule>
113117
114118{tmpl_if name="use_rspamd"}
You can’t perform that action at this time.
0 commit comments