Page 1 of 1

WP Super Cache, Missing Apache Modules

Posted: Wed Apr 02, 2014 10:54 am
by melkerman
I'm running Vesta on Ubuntu 12.04.3 x64 and everything is working perfect except for one problem with a plugin in Wordpress. WP Super Cache reports following problem:

Missing Apache Modules

mod_headers - Required to set caching information on supercache pages. IE7 users will see old pages without this module.
mod_expires - Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module.

Is it okay to do the following commands:

sudo a2enmod expires
sudo a2enmod headers
sudo service apache2 restart

Can this create some kind of conflict with Apache/Vesta or will it work as on a normal Apache server?

Re: WP Super Cache, Missing Apache Modules

Posted: Tue Jun 23, 2015 4:21 pm
by edica
I'm having the same problem.

I will have problem if run it?

sudo a2enmod expires
sudo a2enmod headers
sudo service apache2 restart

Re: WP Super Cache, Missing Apache Modules

Posted: Thu Jun 25, 2015 10:03 am
by skurudo
edica wrote: I will have problem if run it?
You'll enable two modules expires and headers
Nothing worry about.

Re: WP Super Cache, Missing Apache Modules

Posted: Fri Jun 26, 2015 2:47 pm
by edica
Thanks and also I enabled gzip_vary on; in /etc/nginx/nginx.conf