如何禁用Bitnami堆栈中的pagespeed?

Ram*_*san 6 apache bitnami mod-pagespeed

Bitnami堆栈默认启用了pagespeed.在开发过程中,它不会被使用.如何禁用bitnami堆栈中的pagespeed?

Ram*_*san 9

改变ModPagespeed onModPagespeed offlampstack-x.x.x/apache2/conf/pagespeed.conf随后重新启动服务器


Rod*_*uza 5

如何禁用PageSpeed?

若要禁用PageSpeed,请按照下列步骤操作:

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

 Include conf/pagespeed.conf
 Include conf/pagespeed_libraries.conf
Run Code Online (Sandbox Code Playgroud)

参考:https : //docs.bitnami.com/installer/components/pagespeed/

  • installdir =〜/ stack / apache2 / conf (2认同)