Installing mod SPDY and mod pagespeed?

Fred.

Verified User
Joined
Sep 5, 2009
Messages
220
I'm trying to install SPDY and mod_pagespeed on CentOS 6.5 (Apache)
But installing these rpm packages (from google) for CentOS doesn't seems to work.

What's the best way to install these?

[root@server02 ~]# rpm -U mod-spdy-beta_current_x86_64.rpm
warning: mod-spdy-beta_current_x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
error: Failed dependencies:
httpd >= 2.2.4 is needed by mod-spdy-beta-0.9.4.2-413.x86_64
mod_ssl >= 2.2 is needed by mod-spdy-beta-0.9.4.2-413.x86_64

[root@server02 ~]# rpm -U mod-pagespeed-stable_current_x86_64.rpm
warning: mod-pagespeed-stable_current_x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
error: Failed dependencies:
httpd >= 2.2 is needed by mod-pagespeed-stable-1.7.30.4-3847.x86_64

Thanks :eek:
 
Last edited:
So I can just add this to configure.php56 and it should work after I rebuild php and restart apache?

--with-pagespeed \
--with-SPDY \
 
I will probably go for nginx + SPDY for even better preformance. Something for later this week.
 
Back
Top