Skip to content

Commit 201a60d

Browse files
author
Oliver
committed
Update apache_apps.vhost.master
1 parent 208276b commit 201a60d

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

server/conf/apache_apps.vhost.master

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
######################################################
32
# This virtual host contains the configuration
43
# for the ISPConfig apps vhost
@@ -10,21 +9,15 @@
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
@@ -46,9 +39,9 @@
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

0 commit comments

Comments
 (0)