Control Web Panel

WebPanel => How to => Topic started by: jainsumit12 on August 20, 2017, 10:42:23 AM

Title: Please Help me to Remove mod_pagespeed
Post by: jainsumit12 on August 20, 2017, 10:42:23 AM
I try to install mod_pagespeed according to instruction given on

http://wiki.centos-webpanel.com/how-to-install-mod_pagespeed

After that i am getting this error.

Starting httpd: httpd: Syntax error on line 509 of /usr/local/apache/conf/httpd.conf: Syntax error on line 9 of /usr/local/apache/conf.d/pagespeed.conf: Cannot load modules/mod_pagespeed_ap24.so into server: /usr/local/apache/modules/mod_pagespeed_ap24.so: cannot open shared object file: No such file or directory

Please help me resolve that..
Title: Re: Please Help me to Remove mod_pagespeed
Post by: studio4host on August 21, 2017, 01:17:47 PM
try checking if the rpm from the instructions was installed and if you got any error, without output its hard to know :)

Title: Re: Please Help me to Remove mod_pagespeed
Post by: sunboys0111 on September 25, 2017, 08:25:49 PM
it is nothing to worry about

in your panel in Apache Setting section choose Apache Re-Build then recompile your apache
Title: Re: Please Help me to Remove mod_pagespeed
Post by: internetuser on November 23, 2017, 11:45:54 AM
you can try to turn ''off'' pagespeed in pagespeed.conf  : apache settings/apache include conf/pagespeed.conf 

<IfModule pagespeed_module>
  # Turn on mod_pagespeed. To completely disable mod_pagespeed, you
  # can set this to "off".
  ModPagespeed on ...... change the on in this line to off and restart apache ,this worked for me . good luck.