【问题标题】:How to individually set mbstring.func_overload = 0 for Roundcube如何为 Roundcube 单独设置 mbstring.func_overload = 0
【发布时间】:2015-06-05 17:34:24
【问题描述】:

我得到了 VPS Debian 7 Apache + PHP。 在 php.ini 中,我为所有服务设置了 mbstring.func_overload = 2。 但不幸的是,Roundcube 不适用于此设置:错误:错误的 'mbstring.func_overload' 选项值。请阅读安装文件中的要求部分或使用 Roundcube 安装程序! 如何为 Roundcube 单独设置 mbstring.func_overload = 0?或者如何分别为每个站点设置 mbstring.func_overload? 谢谢!

【问题讨论】:

    标签: php email vps setting roundcube


    【解决方案1】:

    我写在这个文件(Debian 7)/etc/apache2/apache2.conf

    <Directory "/var/lib/roundcube/">
    php_admin_value mbstring.func_overload 0
    Order allow,deny
    Allow from all
    </Directory>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-02-02
      • 1970-01-01
      • 2017-05-14
      • 2010-11-14
      • 2021-12-17
      • 1970-01-01
      • 2014-07-08
      • 2013-03-03
      相关资源
      最近更新 更多