Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable pagespeed in the Bitnami stack?

The Bitnami stack has pagespeed enabled by default. While in development it won't be used. How can I disable pagespeed in the bitnami stack?

like image 398
Ramesh Murugesan Avatar asked Mar 06 '15 06:03

Ramesh Murugesan


2 Answers

change ModPagespeed on to ModPagespeed off in lampstack-x.x.x/apache2/conf/pagespeed.conf then restart your server

like image 95
Ramesh Murugesan Avatar answered Sep 28 '22 07:09

Ramesh Murugesan


How to disable PageSpeed?

To disable PageSpeed, follow these steps:

Comment out the following lines in the installdir/apache2/conf/httpd.conf file:

 Include conf/pagespeed.conf
 Include conf/pagespeed_libraries.conf

ref: https://docs.bitnami.com/installer/components/pagespeed/

like image 27
Rodolfo Souza Avatar answered Sep 28 '22 06:09

Rodolfo Souza