mod_pagespeed - is any way to use it with CB?

JohnyByk

Verified User
Joined
Mar 7, 2012
Messages
251
Hi.

My configuration
- Debian 9 64bit
- DirectAdmin: 1.53.1
- Apache 2.4.33
- Nginx 1.13.12

Nginx works as reverse proxy for apache. Default CB configuration.
I try run mod_pagespeed but it's not working. I installed this module form DEB package (https://www.modpagespeed.com/doc/download)

I recompiled apache without mod_deflate (--disable-deflate)
I added Include of pagespeed module in httpd-includes.confs
Code:
Include /etc/apache2/mods-available/pagespeed.conf
It's properly location of pagespeed configure file.

Module not working, httpd -M dosen't show this module. Logs are empty.
Should i compile apache with this module? If yes, that how to do this?

mod_pagespeed is stable addon, maybe should be supported CB? :)

Please, help me to run this module with CB.
Every of my try ends of failure :(

Regards
 
Last edited:
Maybe should i will ask another question. Is it possible to compile apache_nginx with external module for apache using CB?
I know that it is possible to make a custom config for compilation, but not for unsupported/ external modules.

Maybe is any workaround?
mod_pagespeed takes a lot of benefits :)

Regards
 
Last edited:
Back
Top