Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache 自激活HTTP/2以来,并行网站请求一直处于挂起状态_Apache_Ssl_Https_Http2 - Fatal编程技术网

Apache 自激活HTTP/2以来,并行网站请求一直处于挂起状态

Apache 自激活HTTP/2以来,并行网站请求一直处于挂起状态,apache,ssl,https,http2,Apache,Ssl,Https,Http2,我正在为我的本地开发服务器使用Ansible Playbook。我刚刚添加了HTTP/2支持,现在有一些资源处于挂起状态: 打开像info.php这样的东西就可以了 我正在使用Apache 2.4.23、mod_http2和以下配置: <VirtualHost *:443> ServerAdmin webmaster@localhost DocumentRoot {{ apache.docroot }} ServerName {{ apache.servername }

我正在为我的本地开发服务器使用Ansible Playbook。我刚刚添加了HTTP/2支持,现在有一些资源处于挂起状态:

打开像
info.php
这样的东西就可以了

我正在使用Apache 2.4.23、mod_http2和以下配置:

<VirtualHost *:443>
  ServerAdmin webmaster@localhost
  DocumentRoot {{ apache.docroot }}
  ServerName {{ apache.servername }}

  Protocols h2 http/1.1

  SSLEngine on
  SSLCertificateKeyFile /etc/apache2/ssl/sxs.dev.key
  SSLCertificateFile /etc/apache2/ssl/sxs.dev.cert

  <Directory {{ apache.docroot }}>
    AllowOverride All
    Options -Indexes +FollowSymLinks
    Require all granted
  </Directory>
</VirtualHost>

服务器管理员webmaster@localhost
DocumentRoot{{apache.docroot}
服务器名{{apache.ServerName}
协议h2 http/1.1
斯伦金安
SSLCertificateKeyFile/etc/apache2/ssl/sxs.dev.key
SSLCertificateFile/etc/apache2/ssl/sxs.dev.cert
允许超越所有
选项-索引+FollowSymLinks
要求所有授权
更新
我缩小了我的
app.js
,现在它可以工作了。有类似文件限制的东西吗?Chrome在使用未统一版本时表示“请求未完成是”。

我也有同样的问题。因为它得到了很多热量。很高兴知道不仅仅是IIS/.net有问题。我也有同样的问题。因为它得到了很多热量。很高兴知道不仅仅是IIS/.net有问题。