المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : كلاود لينكس Cloud Linux حل مشكلة Apache Symlink Protection / Your sysctl values



Rise Company
21-02-2023, 15:59
كلاود لينكس Cloud Linux حل مشكلة Your sysctl values appear to not be set
cPanel Security Advisor Issue- Your sysctl values appear to not be set
Apache Symlink Protection: Problems with CloudLinux sysctl settings
Your sysctl values appear to not be set appropriately for your Apache configuration.

https://www.rise.company/upload/uploads/167698816966691.png

المشكلة :


Important Apache Symlink Protection: Problems with CloudLinux sysctl settings Your sysctl values appear to not be set appropriately for your Apache configuration. To resolve this, please see the documentation on SecureLinks

حل المشكلة :

ادخل هذا الامر


nano /etc/sysctl.conf


ثم احذف ما بداخله واجعل به


vm.swappiness=10
fs.enforce_symlinksifowner = 1
fs.symlinkown_gid = 99
fs.suid_dumpable=0

لكى يكون بهذا الشكل

https://www.rise.company/upload/uploads/167699145299931.png

ثم نفذ


sysctl -p

ثم اعمل ريستارت للسيرفر لانك تعمل على Kernal وهو الخاص بـ boot

المرجع:
https://docs.cloudlinux.com/cloudlinux_os_kernel/#symlink-owner-match-protection
https://forums.cpanel.net/threads/cpanel-security-advisor-issue.594571/