• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Browser Cache with mod_expires

Taimon

New Pleskian
Hi,

I have the problem whit die Browser Cache from my website.
I have greatet a .htaccess whit follow inputs:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month 1 days"
ExpiresByType text/html "access plus 1 month 1 days"
ExpiresByType image/gif "access plus 1 month 1 days"
ExpiresByType image/jpeg "access plus 1 month 1 days"
ExpiresByType image/png "access plus 1 month 1 days"
ExpiresByType text/css "access plus 1 month 1 days"
ExpiresByType text/javascript "access plus 1 month 1 week"
ExpiresByType application/x-javascript "access plus 1 month 1 days"
ExpiresByType text/xml "access plus 1 seconds"
</IfModule>

With this .htaccess can't running the browser caching, i have test very much other configuration but the browser caching can't running.
My problem is, is running the mod_expires.c in plesk now, or must I change the configuration?
What can i do that the browser caching running on my server?
My Configuration is:
BS CentOS 6.3 (Final)
Panel-Version 11.0.9 Update #28

Best Regards
 
I can suggest:

Install mod-pagespeed for APACHE.
This module can speed up your pages a lot.
yum install at
rpm -Uhv https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
If all goes well, the module is already installed now, just restart apache. You can check if exist /etc/httpd/conf.d/pagespeed.conf Also you can play with this conf file as you like to test the best performance. Eventually I prefer to deactivate ModPagespeedStatistics OFF
 
You need to be running php as an apache module, are you?

Hi

I have change the settings to apache module in Service Packages, Hosting Parameter.
Before is was FastCGI.
I hope you mean this?

I have restart the apache but it's still not suffer.
To what it might be yet?

Thanks for your help!
 
Last edited:
I can suggest:

Install mod-pagespeed for APACHE.
This module can speed up your pages a lot.
yum install at
rpm -Uhv https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
If all goes well, the module is already installed now, just restart apache. You can check if exist /etc/httpd/conf.d/pagespeed.conf Also you can play with this conf file as you like to test the best performance. Eventually I prefer to deactivate ModPagespeedStatistics OFF

Ok Thanks i will test this, is this not a problem with Plesk?
 
Back
Top