Author Topic: Please Help me to Remove mod_pagespeed  (Read 11691 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Please Help me to Remove mod_pagespeed
« 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..

Offline
*
Re: Please Help me to Remove mod_pagespeed
« Reply #1 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 :)

VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: Please Help me to Remove mod_pagespeed
« Reply #2 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

Offline
*
Re: Please Help me to Remove mod_pagespeed
« Reply #3 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.