Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: warning: [pagespeed:warn] ModPagespeedInheritVHostConfig is deprecated.  (Read 3812 times)

0 Members and 2 Guests are viewing this topic.

vichithrakumart

  • Guest
This warning shows while we use "httpd -t " command

# httpd -t
[pagespeed:warn] [pid 123456:tid 1234567890123] ModPagespeedInheritVHostConfig is deprecated. Please remove it from your configuration.


This happens when page speed is deprecated. This can be resolved by disabling the page speed module.

Code: [Select]
# mv /etc/httpd/conf.d/pagespeed.conf.rpmnew /root/
# mv /etc/httpd/conf.d/pagespeed_libraries.conf /root/
# mv /etc/httpd/conf.d/pagespeed.conf /root/
# systemctl restart httpd