I'm a new user of ISPConfig (an excelent software, by the way) and I'm facing a problem with /bin/sh. I've installed ISPConfig 3.0.5.1 in a Amazon EC2 Instance with Ubuntu 12.04, following this tutorial here in howtoforge: http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3 Everything is working fine, but I have some sites with Joomla CMS 1.6 (yes, an old version, I know) and when I try to do file uploads for upgrade Joomla or install components I have a 500 internal server apache error. The apache error log says that: "/bin/sh: /bin/runAV: No such file or directory" I think that this is related to the change of /bin/dash for /bin/bash, but I don't know what do to. Google didn't helped me either. Someone can help me? Thanks in advance. [sorry about my poor Brazilian english ]
Which php mod do you use for the website? The recommended mode for cms systems is php-fcgi or php-fpm and suexec must be on, otherwise uploads and updates may fail.
I tried to use php-FQM and it worked! Thanks.. Are there any security issues in using FQM instead of fastcgi?