Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Kloxo-MR new security fix
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Kloxo-MR new security fix

jvnadrjvnadr Member

I received an email from Kloxo-MR team, so, I share it with you

Because security issue related to php-fpm in php 5.3/5.4, php-fpm config need modified/adjustment.

In every php-fpm pool, must exists 'listen.owner', 'listen.group' and 'listen.mode' parameters. Without this parameters, we will see 'error 500' in website and panel.

To fix this issue, follow this steps:
Code: [Select]
yum clean all

only for Kloxo-MR 6.5.1.b

sh /script/php53s-installer
sh /script/php54s-installer

update Kloxo-MR

yum update kloxomr

run cleanup

sh /script/cleanup

to make sure php-fpm running well

killall -9 php-fpm
sh /script/restart
sh /script/restart-web

If using phpXYm series (aka 'multiple php'), reinstall via 'webserver configure'. The same way via ssh with 'sh /script/php53m-installer' (example for php53m).

To unsubscribe from these announcements, login to the forum and uncheck "Receive forum announcements and important notifications by email." in your profile.

You can view the full announcement by following this link:
http://forum.mratwork.com/kloxo-mr-releases-and-announcements/(update)-please-update-to-6-5-0-f6-5-1-b-to-201405102201405104/

Regards,
The MRatWork Forum Team.

Thanked by 1sz1hosting
Sign In or Register to comment.