After upgrading Apache to 2.4 I'm not able to install mod_pagespeed as it claims that my version is lower than 2.2.
# yum install mod-pagespeed-beta --skip-broken
...
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod-pagespeed-beta.x86_64 0:1.3.25.3-2556 will be installed
--> Processing Dependency: httpd >= 2.2 for package: mod-pagespeed-beta-1.3.25.3-2556.x86_64
Packages skipped because of dependency problems:
mod-pagespeed-beta-1.3.25.3-2556.x86_64 from mod-pagespeed
I have checked my apache version using httpd -v
command:
Server version: Apache/2.4.4 (Unix)
It seems like version comparing script does not like the Unix part. Are there any solutions to this problems apart from downgrading?
Update
Server environment is CentOS 6.4, Kernel 2.6.32-358.2.1.el6.x86_64
I have downgraded Apache to version 2.2.24, but version formatting is still the same:
Server version: Apache/2.2.24 (Unix)
Server built: Mar 14 2013 09:32:50
Cpanel::Easy::Apache v3.18.6 rev9999
And installer still does not like my Apache version.