make fileinfo available

Discussion in 'Installation/Configuration' started by giftsnake, Sep 15, 2009.

  1. giftsnake

    giftsnake New Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     

Share This Page