tbrehm
2011-03-08 6b901eb3c034711582241ff04958a4015959abc9
Fixed: FS#1420 - forbidden error in apps vhost with fcgi
1 files modified
22 ■■■■ changed files
install/tpl/apache_apps.vhost.master 22 ●●●● patch | view | raw | blame | history
install/tpl/apache_apps.vhost.master
@@ -11,6 +11,17 @@
  ServerAdmin webmaster@localhost
  {apps_vhost_servername}
  
  <IfModule mod_php5.c>
    DocumentRoot {apps_vhost_dir}
    AddType application/x-httpd-php .php
    <Directory {apps_vhost_dir}>
      Options FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
    </Directory>
  </IfModule>
  <IfModule mod_fcgid.c>
    DocumentRoot {apps_vhost_dir}
    SuexecUserGroup ispapps ispapps
@@ -19,17 +30,6 @@
      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
    </Directory>
  </IfModule>
  <IfModule mod_php5.c>
    DocumentRoot {apps_vhost_dir}
    AddType application/x-httpd-php .php
    <Directory {apps_vhost_dir}>
      Options FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
    </Directory>