This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
2
Apache / Re: How to enable mod_expire on the server?
« on: October 10, 2014, 06:21:21 AM »
What does it mean "recompile"? And what about the install of the mod?
3
Apache / Re: How to enable mod_expire on the server?
« 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.
# 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.
4
Apache / 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
Thanks in advance
Pages: [1]