Author Topic: How to enable mod_expire on the server?  (Read 15371 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to enable mod_expire on the server?
« on: October 07, 2014, 02:19:04 PM »
I am with the last version of the CWP and I see the loaded (static) modules, but I dont know how to load a mod_expire.

Thanks in advance

Offline
*
Re: How to enable mod_expire on the server?
« Reply #1 on: October 08, 2014, 01:38:08 AM »
did you meant on mod_expires ?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: How to enable mod_expire on the server?
« Reply #2 on: October 08, 2014, 09:22:28 AM »
Yes, I mean mod_expires. Awso I need to install ImageMagick, I tryed to install it like this:

# yum install gcc php-devel php-pear

# yum install ImageMagick ImageMagick-devel

# pecl install imagick
# echo "extension=imagick.so" > /etc/php.d/imagick.ini

 but the apache stoped when i do this command:

# service httpd reload

The panel showed that I am using a different apache and fix it but the ImageMagick is not working.

Offline
*
Re: How to enable mod_expire on the server?
« Reply #3 on: October 09, 2014, 02:59:27 PM »
I installed ImageMagick without any problem
Just add extension=imagick.co line ot /usr/local/php/php.ini and everything will be fine

Cheers
Yes, I mean mod_expires. Awso I need to install ImageMagick, I tryed to install it like this:

# yum install gcc php-devel php-pear

# yum install ImageMagick ImageMagick-devel

# pecl install imagick
# echo "extension=imagick.so" > /etc/php.d/imagick.ini

 but the apache stoped when i do this command:

# service httpd reload

The panel showed that I am using a different apache and fix it but the ImageMagick is not working.

Offline
*
Re: How to enable mod_expire on the server?
« Reply #4 on: October 09, 2014, 05:20:32 PM »
you would need to recompile apache, apache recompiler will come with the next version.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: How to enable mod_expire on the server?
« Reply #5 on: October 10, 2014, 06:21:21 AM »
What does it mean "recompile"? And what about the install of the mod?

Offline
*
Re: How to enable mod_expire on the server?
« Reply #6 on: October 10, 2014, 09:35:23 PM »
apache is compiler from the source so you would need to know on how to compile apache.

if you do not have knowledge for doing that than I suggest that you wait for newer release which will have apache recompiler (same like php recompiler/switcher)
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services