Skip to content

Commit b27f6cb

Browse files
committed
Updated fcgid section of apache_ispconfig.vhost.master
1 parent e56b392 commit b27f6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tpl/apache_ispconfig.vhost.master

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

1414
<IfModule mod_fastcgi.c>
15+
DocumentRoot /var/www/ispconfig/
1516
SuexecUserGroup ispconfig ispconfig
1617
<Directory /var/www/ispconfig/>
1718
Options Indexes FollowSymLinks MultiViews +ExecCGI
1819
AllowOverride AuthConfig Indexes Limit Options FileInfo
1920
AddHandler fcgid-script .php
20-
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
21-
AllowOverride None
21+
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
2222
Order allow,deny
2323
Allow from all
2424
</Directory>

0 commit comments

Comments
 (0)