Author Topic: expires_module  (Read 6796 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
expires_module
« on: June 07, 2017, 06:50:04 AM »
Hi,

How to compile this module?

Thanks,

Offline
*****
Re: expires_module
« Reply #1 on: June 07, 2017, 08:08:04 AM »
you can enable the expires module from apache config file by removing " # " from load module

Offline
*
Re: expires_module
« Reply #2 on: June 07, 2017, 04:18:59 PM »
You can enable the module either through the CWP web console (Apache settings -> Apache Configuration)
or by editing /usr/local/apache/conf/httpd.conf through terminal.

Then remove # from the line # LoadModule expires_module modules/mod_expires.so
Save the file and then restart HTTP / Apache either from the CWP web console (Dashboard) or by using terminal "service httpd restart"