当我尝试推送到我的 git 存储库时,我收到此错误。git 实例在 ubuntu 服务器上运行。
failed to update ref
error: cannot lock ref 'HEAD': Unable to create
'/home/git/projectname/./HEAD.lock': Permission denied
当我尝试推送到我的 git 存储库时,我收到此错误。git 实例在 ubuntu 服务器上运行。
failed to update ref
error: cannot lock ref 'HEAD': Unable to create
'/home/git/projectname/./HEAD.lock': Permission denied
我将服务器升级到 LTS 版本。mod_http2 似乎在 apache2 下使用 PHP7.2 被破坏。
The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
我如何让它运行?这个问题正在开发中吗?
升级到 16.04 打破了 15.10 中使用的 LXC/LXD 网桥配置。
我需要进行哪些更改才能使新设置正常工作?我希望来宾与主机位于同一网络上。
一个月前,我在 ubunutu 服务器上设置了 DKIM、SPF 和 DMRAC。一切似乎都运行良好,直到我收到一份好奇的 DMARC 报告。一个胭脂服务器设法发送了一封通过谷歌 DKIM 验证的电子邮件。
这怎么可能发生?这可能是使用未更改消息的重播“攻击”吗?
<record>
<row>
<source_ip>RougeIP</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>pass</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>host.com</header_from>
</identifiers>
<auth_results>
<dkim>
<domain>host.com</domain>
<result>pass</result>
</dkim>
<dkim>
<domain>host.com</domain>
<result>pass</result>
</dkim>
<spf>
<domain>host.com</domain>
<result>fail</result>
</spf>
</auth_results>
</record>
15.10 使用新的基于 db 的配置系统。完成此操作需要使用lxc config edit containernanme
. 问题是我在任何地方都找不到配置文档(15.10 版)。
有很多关于基于旧文件的配置的信息。
从本地网段调用时,我在 15.10 上安装的 apache2 响应良好。http 在外部工作,https 超时。
我花了几天时间检查文档建议的所有内容。Apache 正在侦听 443,ufw 允许 443,外部可见 443,ssllabs.com 确定握手,并且在我的开发机器上一切正常(http 和 https)。我的公司防火墙正确转发 443。此安装应该替换的 Windows 服务器在相同的防火墙规则下工作正常。任何日志中都没有错误。
接下来我应该检查什么?
更新:
原来监听 *:443 不受支持。详情在这里描述。不幸的是,修复这些问题并没有修复我的设置。至少现在我收到一条错误/信息消息。
[core:trace6] [pid 0] core_filters.c(527): [client 0.0.0.0:0] core_output_filter: flushing because of FLUSH bucket
[ssl:trace3] [pid 0] ssl_engine_kernel.c(1797): [client 0.0.0.0:0] OpenSSL: Loop: unknown state
[ssl:info] [pid 0] (70014)End of file found: [client 0.0.0.0:0] AH01991: SSL input filter read failed.
第一个外部 https 请求现在得到处理,但任何后续请求都会失败。来自本地网络的请求完美运行。