###################################################### # This virtual host contains the configuration # for the ISPConfig apps vhost ###################################################### {vhost_port_listen} Listen {apps_vhost_port} NameVirtualHost *:{apps_vhost_port} ServerAdmin webmaster@localhost {apps_vhost_servername} DocumentRoot {apps_vhost_dir} SuexecUserGroup ispapps ispapps Options Indexes FollowSymLinks MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo AddHandler fcgid-script .php FCGIWrapper /var/www/php-fcgi-scripts/apps/.php-fcgi-starter .php Order allow,deny Allow from all DocumentRoot {apps_vhost_dir} AddType application/x-httpd-php .php Options FollowSymLinks AllowOverride None Order allow,deny Allow from all ServerSignature Off