diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master index 07e42a564c2917a88c04087c3d72a4182d849b33..01b7eaf9fc90fca98c7ec59cbe4ec22b53800926 100644 --- a/install/tpl/apache_apps.vhost.master +++ b/install/tpl/apache_apps.vhost.master @@ -11,25 +11,25 @@ ServerAdmin webmaster@localhost {apps_vhost_servername} - + DocumentRoot {apps_vhost_dir} - SuexecUserGroup ispapps ispapps + AddType application/x-httpd-php .php - Options Indexes FollowSymLinks MultiViews +ExecCGI - AllowOverride AuthConfig Indexes Limit Options FileInfo - AddHandler fcgid-script .php - FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php + Options FollowSymLinks + AllowOverride None Order allow,deny Allow from all - + DocumentRoot {apps_vhost_dir} - AddType application/x-httpd-php .php + SuexecUserGroup ispapps ispapps - Options FollowSymLinks - AllowOverride None + Options Indexes FollowSymLinks MultiViews +ExecCGI + AllowOverride AuthConfig Indexes Limit Options FileInfo + AddHandler fcgid-script .php + FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php Order allow,deny Allow from all