--
Sent from my mobile device
http://launchpad.navinot.com - Dukung Startup Lokal!
http://navinot.com - Slashing Web & Online Strategy
In ubuntu, the module is enabled site wide. You can turn that of by
editing the pagespeed.conf in /etc/apache2/mods-enabled/. The rest can
follow my prev email :)
On 11/7/10, Nitesh <nit...@wikinvest.com> wrote:
--
Ar first, I went with vanilla config. But I met some problem with my site. Image_rewrite failed for some image. The cache exist but in the wrong path (missing a "/"). And rewrite_javascript also hit an error when parsing js comment.
So I use PassThrough setting and enable features that work on my site.
I will share more tomorrow ;)
On 7 Nov 2010 19:56, "Joshua Marantz" <jmar...@google.com> wrote:
Thanks Akhmad,Would you mind sharing a configuration file that enables mod_pagespeed for Virtual Host environments with some configurations enabled and some not? Your explanation was very clear, but we'd love to add to the web site an example configuration that's been used on a real-world site.
-Josh
On Sun, Nov 7, 2010 at 4:35 AM, Akhmad Fathonih <akh...@gmail.com> wrote:
>
> Err, let me rephras...
http://launchpad.navinot.com - Dukung Startup Lokal!
http://navinot.com - Slashing Web & Online Strategy
Hi.Im trying also to implement this on my servers.As far i know, i did:-In /mods-avalaible:Modpagespeed off-In the conf file of one of my virtual host (the one i want to get mod_pagespeed activated) ->#Mod_PageSpeed ONLY for this vhostInclude pagespeed_common.conf
<IfModule pagespeed_module>SetOutputFilter MOD_PAGESPEED_OUTPUT_FILTERModPagespeed on
ModPagespeedUrlPrefix "http://dev.WEBSITE.COM"
ModPagespeedFileCachePath "/var/mod_pagespeed/cache/"ModPagespeedGeneratedFilePrefix "/var/mod_pagespeed/files/"#ModPagespeedRewriteLevel CoreFiltersModPagespeedRewriteLevel PassThroughModPagespeedEnableFilters collapse_whitespace,elide_attributes,remove_comments,rewrite_css,move_css_to_head</IfModule>
-Copied the pagespeed.conf to /etc/apache/sites-available and rename it as pagespeed_common.confIn defaults there's nothing, because we dont use default vhost, only virtualhosts.But i dont know if in the mods-enable should i activate it and then make another conf dile and point to it to make the config specific for a vhost.Advice would be nice..