tbrehm
2011-04-04 1ca823723668e01b1b998faec5f8d8153545cfa8
install/dist/lib/debian60.lib.php
@@ -96,6 +96,14 @@
      chgrp($config_dir.'/'.$configfile, 'root');
   }
   public function configure_apache() {
      global $conf;
      if(file_exists('/etc/apache2/mods-available/fcgid.conf')) replaceLine('/etc/apache2/mods-available/fcgid.conf','MaxRequestLen','MaxRequestLen 15728640',0,1);
      parent::configure_apache();
   }
}