apache / incubator-pagespeed-cpanel

mod_pagespeed module for CPanel WHM
Other
144 stars 50 forks source link

Added Apache::Version module as mod_pagespeed dependency #9

Closed Prajithp closed 10 years ago

Prajithp commented 10 years ago

Added Apache::Version module as mod_pagespeed dependency, otherwise easyapache will fail and you may get error like this

!! Failed to generate a syntactically correct Apache configuration (/usr/local/apache/conf/httpd.conf.1380522903): Configuration problem detected on line 42 of file /usr/local/apache/conf/httpd.conf.1380522903: : Syntax error on line 2 of /usr/local/apache/conf/pagespeed.conf: Cannot load modules/mod_version.so into server: /usr/local/apache/modules/mod_version.so: cannot open shared object file: No such file or directory --- /usr/local/apache/conf/httpd.conf.1380522903 ---

igrigorik commented 10 years ago

Thanks nice catch!

tim-d commented 10 years ago

This doesn't seem to be working correctly, instead EasyApache wants to disable Version.

Prajithp commented 10 years ago

Can you please let m know the error message that you are getting, so that I can investigate about this.

On Tue, Oct 8, 2013 at 9:15 AM, Tim notifications@github.com wrote:

This doesn't seem to working correctly, instead EasyApache wants to disable Version.

— Reply to this email directly or view it on GitHubhttps://github.com/pagespeed/cpanel/pull/9#issuecomment-25865412 .

pedrofelipe commented 10 years ago

EasyApache says that mod_version and mod_deflate will be compiled if you activate PageSpeed, but if you go to exhaustive list, only mod_deflate is marked. Make sure mod_version is marked too and you'll build Apache successful.

Prajithp commented 10 years ago

The issue has been fixed on last build, Please check it.