Control Web Panel

WebPanel => Apache => Topic started by: NocNet on June 07, 2017, 06:50:04 AM

Title: expires_module
Post by: NocNet on June 07, 2017, 06:50:04 AM
Hi,

How to compile this module?

Thanks,
Title: Re: expires_module
Post by: Sandeep on June 07, 2017, 08:08:04 AM
you can enable the expires module from apache config file by removing " # " from load module
Title: Re: expires_module
Post by: zhakal 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"