Hi still in learning progress, i tried to install roundcube webmail. Code: The next couple of extensions are optional and recommended to get the best performance: FileInfo: NOT AVAILABLE(See http://www.php.net/manual/en/ref.fileinfo.php) Libiconv: OK Multibyte: OK OpenSSL: OK Mcrypt: OK GD: OK I know it's optional and not neccessary, but i think there has to be kind of a standard, to activate php extensions in ispc3 i guess. I gave a first shot by adding Code: <Directory /var/www/clients/client1/web1/web/path/to/roundcube/> AllowOverride FileInfo </Directory> to the sites options, but no success. (jobqueue empty, apache reloaded manually) Thanks for help, giftsnake.
You mix up PHP extensions and the apache webserver. First, PHP extensions should be installed with the install tool of your linux distribution or pecl, they have nothing to do with ispconfig or the apache configuration directive named FileInfo. For details on how to install fileinfo, please take a look at the php manual: http://www.php.net/manual/en/ref.fileinfo.php#85559