Hello supporter, After upgrading to ISPConfig 3 to 3.0.3.3, I can not use ftp virus check and Munin, which is a wrong chmod in the / web folder set to 710. I found the following file apache2_plugin.inc.php with right 710 to / web and change it to 755 in line 495 $ this-> _exec ("chmod 755". escapeshellcmd ($ data ["ny"] ["document_root "]."/ web")); After restarting the ISPConfig 3, everything works again, but the question is, have I an open system to the world now? best regards keld
With chmod 755, php scripts from other sites can access these folders and e.g read the mysql passwords of other sites.