Till Brehm
2013-11-27 b2373898116c38d919133fca9ed60a1238ca7205
Fixed a syntax error in apps vhost configuration.
2 files modified
6 ■■■■ changed files
install/tpl/apache_apps.vhost.master 2 ●●● patch | view | raw | blame | history
server/conf/apache_apps.vhost.master 4 ●●●● patch | view | raw | blame | history
install/tpl/apache_apps.vhost.master
@@ -35,7 +35,7 @@
      AllowOverride AuthConfig Indexes Limit Options FileInfo
      AddHandler fcgid-script .php
      FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php
      FcgidBusyTimeout 3600
      # FcgidBusyTimeout 3600
      Order allow,deny
      Allow from all
    </Directory>
server/conf/apache_apps.vhost.master
@@ -11,6 +11,10 @@
  ServerAdmin webmaster@localhost
  {apps_vhost_servername}
  
  <FilesMatch "\.ph(p3?|tml)$">
    SetHandler None
  </FilesMatch>
  <IfModule mod_fcgid.c>
    DocumentRoot {apps_vhost_dir}
    SuexecUserGroup ispapps ispapps