Skip to content

Commit 24ed48a

Browse files
committed
Fixed FCGI starter script for ispconfig interface.
1 parent cbda300 commit 24ed48a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install/tpl/apache_ispconfig.vhost.master

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ NameVirtualHost *:{vhost_port}
1212
DocumentRoot /usr/local/ispconfig/interface/web/
1313

1414
<IfModule mod_fastcgi.c>
15-
DocumentRoot /var/www/ispconfig/
15+
DocumentRoot /usr/local/ispconfig/interface/web/
1616
SuexecUserGroup ispconfig ispconfig
17-
<Directory /var/www/ispconfig/>
17+
<Directory /usr/local/ispconfig/interface/web/>
1818
Options Indexes FollowSymLinks MultiViews +ExecCGI
1919
AllowOverride AuthConfig Indexes Limit Options FileInfo
2020
AddHandler fcgid-script .php
21-
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
21+
FCGIWrapper /usr/local/ispconfig/interface/bin/php-fcgi .php
2222
Order allow,deny
2323
Allow from all
24-
php_value magic_quotes_gpc 0
2524
</Directory>
2625
</IfModule>
2726

0 commit comments

Comments
 (0)