OS: Debian 6 ISPConfig 3.0.5 from svn (Feb. 11) I have set MaxRequestLen in /etc/apache2/mods-available/fcgid.conf to 256M. After an update to ISPConfig 3.0.5 via svn the configuration was overwritten. I tracked it down to this file: install/dist/lib/debian60.lib.php: PHP: if(file_exists('/etc/apache2/mods-available/fcgid.conf')) replaceLine('/etc/apache2/mods-available/fcgid.conf','MaxRequestLen','MaxRequestLen 15728640',0,1); Shouldn't there be a check if "MaxRequestLen" is set higher than "15728640"? Don't really want to do it for every vhost in ISPConfig Backend. I usually set it in fcgid.conf
Feel free o make a feture request in the bugtracker or his if ou like to see it in one of the next updates.