We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56b392 commit b27f6cbCopy full SHA for b27f6cb
install/tpl/apache_ispconfig.vhost.master
@@ -12,13 +12,13 @@ NameVirtualHost *:{vhost_port}
12
DocumentRoot /usr/local/ispconfig/interface/web/
13
14
<IfModule mod_fastcgi.c>
15
+ DocumentRoot /var/www/ispconfig/
16
SuexecUserGroup ispconfig ispconfig
17
<Directory /var/www/ispconfig/>
18
Options Indexes FollowSymLinks MultiViews +ExecCGI
19
AllowOverride AuthConfig Indexes Limit Options FileInfo
20
AddHandler fcgid-script .php
- FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
21
- AllowOverride None
+ FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
22
Order allow,deny
23
Allow from all
24
</Directory>
0 commit comments