File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 1-
21######################################################
32# This virtual host contains the configuration
43# for the ISPConfig apps vhost
109<VirtualHost {tmpl_var name='apps_vhost_ip'}:{tmpl_var name='apps_vhost_port'}>
1110 ServerAdmin webmaster@localhost
1211 {tmpl_var name='apps_vhost_servername'}
13-
12+
1413 <FilesMatch "\.ph(p3?|tml)$">
1514 SetHandler None
1615 </FilesMatch>
1716
1817 <IfModule mod_headers.c>
1918 RequestHeader unset Proxy early
2019 </IfModule>
21-
22- {tmpl_if name="enable_spdy" op="==" value="y"}
23- <IfModule spdy_module>
24- SpdyEnabled on
25- </IfModule>
26- {/tmpl_if}
27-
20+
2821 <IfModule mod_php5.c>
2922 DocumentRoot {tmpl_var name='apps_vhost_dir'}
3023 AddType application/x-httpd-php .php
4639 <Directory {tmpl_var name='apps_vhost_dir'}>
4740 Options +Indexes +FollowSymLinks +MultiViews +ExecCGI
4841 AllowOverride AuthConfig Indexes Limit Options FileInfo
49- <FilesMatch "\.php$">
50- SetHandler fcgid-script
51- </FilesMatch>
42+ <FilesMatch "\.php$">
43+ SetHandler fcgid-script
44+ </FilesMatch>
5245 FCGIWrapper {tmpl_var name='apps_vhost_basedir'}/php-fcgi-scripts/apps/.php-fcgi-starter .php
5346 <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
5447 Require all granted
You can’t perform that action at this time.
0 commit comments