Skip to content

Commit 2fe2c7a

Browse files
author
redray
committed
code cosmetics
1 parent f7da8ec commit 2fe2c7a

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

install/tpl/apache_ispconfig.vhost.master

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@ Listen {vhost_port}
88
NameVirtualHost *:{vhost_port}
99

1010
<VirtualHost _default_:{vhost_port}>
11-
ServerAdmin webmaster@localhost
12-
DocumentRoot /usr/local/ispconfig/interface/web/
13-
14-
<IfModule mod_fastcgi.c>
15-
SuexecUserGroup ispconfig ispconfig
16-
<Directory /var/www/ispconfig/>
17-
Options Indexes FollowSymLinks MultiViews +ExecCGI
18-
AllowOverride AuthConfig Indexes Limit Options FileInfo
19-
AddHandler fcgid-script .php
20-
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
21-
AllowOverride None
22-
Order allow,deny
23-
Allow from all
24-
</Directory>
25-
</IfModule>
26-
27-
<IfModule mod_php5.c>
28-
AddType application/x-httpd-php .php
29-
<Directory /usr/local/ispconfig/interface/web>
30-
Options FollowSymLinks
31-
AllowOverride None
32-
Order allow,deny
33-
Allow from all
34-
</Directory>
35-
</IfModule>
36-
37-
# ErrorLog /var/log/apache2/error.log
38-
# CustomLog /var/log/apache2/access.log combined
39-
ServerSignature Off
40-
11+
ServerAdmin webmaster@localhost
12+
DocumentRoot /usr/local/ispconfig/interface/web/
13+
14+
<IfModule mod_fastcgi.c>
15+
SuexecUserGroup ispconfig ispconfig
16+
<Directory /var/www/ispconfig/>
17+
Options Indexes FollowSymLinks MultiViews +ExecCGI
18+
AllowOverride AuthConfig Indexes Limit Options FileInfo
19+
AddHandler fcgid-script .php
20+
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
21+
AllowOverride None
22+
Order allow,deny
23+
Allow from all
24+
</Directory>
25+
</IfModule>
26+
27+
<IfModule mod_php5.c>
28+
AddType application/x-httpd-php .php
29+
<Directory /usr/local/ispconfig/interface/web>
30+
Options FollowSymLinks
31+
AllowOverride None
32+
Order allow,deny
33+
Allow from all
34+
</Directory>
35+
</IfModule>
36+
37+
# ErrorLog /var/log/apache2/error.log
38+
# CustomLog /var/log/apache2/access.log combined
39+
ServerSignature Off
40+
4141
</VirtualHost>
4242

4343
###########################################

0 commit comments

Comments
 (0)