Custom php.ini with redirect

Discussion in 'ISPConfig 3 Priority Support' started by g00fy, May 2, 2013.

  1. g00fy

    g00fy New Member

    Already asked it in a thread about another issue, but may be it's better to ask it in a new thread.... ;)

    I have installed roundcube in /usr/local/share and configured webistes in ispconfig with the domain webmail.<domain>. These domains use SSL and are redirected to the location roundcube is installed.

    This is working as expected, but I need to increase the upload_max_filesize setting in php.ini for roundcube for one customer. Tried to set this in the custom php.ini settings for the webmail.<domain> website, but this is not doing anything, I think because it's not opening the site at all, but redirects to the roundcube alias immediately.

    Would it be possible to make this php.ini setting just for the roundcube alias, or do I have to make this change global (not preferred).
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can change the php.ini values with PHP_ADMIN_VALUE / PHP_ADMIN_FLAG in the apache roundcube configuration files as roundcube runs under mod php.
     

Share This Page