File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments