tbrehm
2008-09-21 871b338ce958111fb8fdea43c30beeaa0fb82322
install/tpl/apache_ispconfig.vhost.master
@@ -12,18 +12,13 @@
    DocumentRoot /usr/local/ispconfig/interface/web/
   
   <IfModule mod_fastcgi.c>
      <Location /php/php-fcgi>
                   Options ExecCGI
                   SetHandler fastcgi-script
             </Location>
           Action php-fastcgi /php/php-fcgi
      ScriptAlias /php/ /usr/local/ispconfig/interface/bin/
      <Directory "/usr/local/ispconfig/interface/bin/">
      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
                        Options +ExecCGI -MultiViews -Indexes
                        Order allow,deny
                        Allow from all                              
           </Directory>
@@ -31,14 +26,13 @@
   <IfModule mod_php5.c>
        AddType application/x-httpd-php .php
   </IfModule>
   <Directory /usr/local/ispconfig/interface/web/>
      <Directory /usr/local/ispconfig/interface/web>
      Options FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
   </Directory>
   </IfModule>
   
   # ErrorLog /var/log/apache2/error.log
   # CustomLog /var/log/apache2/access.log combined