SPDY is not detected after installing the module

50 views
Skip to first unread message

Zhenyu Zhou

unread,
Jun 12, 2015, 4:38:03 PM6/12/15
to mod-spdy...@googlegroups.com
Hi all,

I have installed mod-spdy but when I load the https page from Chrome, the plugin (https://chrome.google.com/webstore/detail/http2-and-spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin?hl=en) doesn't detect SPDY (the lightning keeps gray). But the server indeed supports SPDY now: https://spdycheck.org/#skylynx.cs.duke.edu.

My apache is 2.4 so that I compiled the branch for 2.4 and following the guidance in README. All steps seems to work well. In error.log, I only find such content:

[Fri Jun 12 15:54:17.796413 2015] [mpm_prefork:notice] [pid 29646] AH00173: SIGHUP received.  Attempting to restart

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message

[Fri Jun 12 15:54:17.818281 2015] [mpm_prefork:notice] [pid 29646] AH00163: Apache/2.4.7 (Ubuntu) mod_gnutls/0.5.10 OpenSSL/1.0.1m configured -- resuming normal operations

[Fri Jun 12 15:54:17.818319 2015] [core:notice] [pid 29646] AH00094: Command line: '/usr/sbin/apache2'


The related part of my configure file:


<VirtualHost *:443>

        ServerAdmin webmaster@localhost

        DocumentRoot /var/www/html

        ErrorLog ${APACHE_LOG_DIR}/error.log

        CustomLog ${APACHE_LOG_DIR}/access.log combined


        SSLCertificateFile    /etc/ssl/certs/mycert.pem

        SSLCertificateKeyFile /etc/ssl/private/mycert.key


        SSLEngine on

        SSLProtocol +SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2

</VirtualHost>


There seems to be no problems when installing the module. Any idea to load the page via SPDY? Or do I need to do any special configurations to force the browser to load pages by SPDY?


Many thanks!


Zhenyu

Reply all
Reply to author
Forward
0 new messages