【问题标题】:Roundcube shows net::ERR_ABORTED 403 (Forbidden) errorRoundcube 显示 net::ERR_ABORTED 403 (Forbidden) 错误
【发布时间】:2019-10-08 02:50:03
【问题描述】:

我刚刚将圆形立方体从版本 1.3.6 升级到了 1.3.8。现在它显示错误:net::ERR_ABORTED 403 (Forbidden) for some js files.

我已尝试授予 dir 权限。但是,不工作

来自控制台的错误日志:

hyracorp.com/:16 GET /webmail/program/js/app.min.js?s=1540293174 net::ERR_ABORTED 403 (Forbidden)
hyracorp.com/:17 GET /webmail/program/js/jstz.min.js?s=1553508884 net::ERR_ABORTED 403 (Forbidden)
hyracorp.com/:14 GET /webmail/program/js/jquery.min.js?s=1553508884 403 (Forbidden)
hyracorp.com/:15 GET /webmail/program/js/common.min.js?s=1540293174 net::ERR_ABORTED 403 (Forbidden)
hyracorp.com/:16 GET /webmail/program/js/app.min.js?s=1540293174 net::ERR_ABORTED 403 (Forbidden)
?_task=login:17 GET /webmail/program/js/jstz.min.js?s=1553508884 net::ERR_ABORTED 403 (Forbidden)
?_task=login:38 Uncaught ReferenceError: rcube_webmail is not defined
    at ?_task=login:38
(anonymous) @ ?_task=login:38
jquery-ui.min.js?s=1540293173:6 Uncaught ReferenceError: jQuery is not defined
    at jquery-ui.min.js?s=1540293173:6
    at jquery-ui.min.js?s=1540293173:6
(anonymous) @ jquery-ui.min.js?s=1540293173:6
(anonymous) @ jquery-ui.min.js?s=1540293173:6
?_task=login:99 Uncaught ReferenceError: jQuery is not defined
    at ?_task=login:99

【问题讨论】:

    标签: apache roundcube


    【解决方案1】:

    首先我认为这是一个权限问题。我允许用户 www-data 的目录。它没有解决问题。经过大量搜索,在roundcube论坛上找到了解决方案。

    通过删除 .htaccess 文件fixed the issue

    删除.htaccess文件后,如果你看到这个错误“roundcube issue : connection to storage server failed”,请运行sudo dovecot

    【讨论】:

      【解决方案2】:

      如果您的圆形立方体是在 Apache2 下设置的,别名如下:

      # /etc/apache2/conf.d/roundcube.conf
      Alias /webmail /usr/share/roundcube
      

      或类似的 - 确保启用默认虚拟主机/etc/apache2/sites-enabled/000-default

      奇怪的问题,但在尝试不同方法 X 小时后,这对我有所帮助。

      【讨论】:

        【解决方案3】:

        与其删除所有 .htaccess 文件(如@jinto-antony 建议的那样),不如在其中注释以下行:

        #Options +SymLinksIfOwnerMatch
        

        或修复“程序”文件夹的符号链接所有者以匹配 apache 用户。

        chown -h user:group program
        

        【讨论】:

          猜你喜欢
          • 2018-10-15
          • 2023-01-12
          • 2016-04-05
          • 1970-01-01
          • 2012-12-12
          • 2019-05-26
          • 2020-09-07
          • 2014-02-17
          • 2021-01-24
          相关资源
          最近更新 更多