tbrehm
2009-01-11 b27f6cbd6165aae425680522d9df38bca3fe7f8f
Updated fcgid section of apache_ispconfig.vhost.master
1 files modified
4 ■■■■ changed files
install/tpl/apache_ispconfig.vhost.master 4 ●●●● patch | view | raw | blame | history
install/tpl/apache_ispconfig.vhost.master
@@ -12,13 +12,13 @@
  DocumentRoot /usr/local/ispconfig/interface/web/
  
  <IfModule mod_fastcgi.c>
    DocumentRoot /var/www/ispconfig/
    SuexecUserGroup ispconfig ispconfig
    <Directory /var/www/ispconfig/>
      Options Indexes FollowSymLinks MultiViews +ExecCGI
      AllowOverride AuthConfig Indexes Limit Options FileInfo
      AddHandler fcgid-script .php
      FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php
      AllowOverride None
      FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
      Order allow,deny
      Allow from all
    </Directory>