For the issue of CSF "Check /dev/shm is mounted noexec,nosuid" imprimir
- 12
Edit the file /etc/fstab and replace the following line
tmpfs /dev/shm tmpfs defaults 0 0
with the following line
tmpfs /dev/shm tmpfs noexec,nosuid 0 0
Then run the following commands :
# umount /dev/shm
# mount /dev/shm
Done.
Simple :)
Esta resposta lhe foi útil?
Artigos Relacionados
/dev/shm is not mounted with the noexec,nosuid?
Getting the error in ConfigServer Firewall?/dev/shm is not mounted with the noexec,nosuid options...
Finding your php.ini
To find your php.ini file all you need to do is enter the following command into your SSH...
Install Dos Deflate
To install Dos Deflate do the following:wget http://www.inetbase.com/scripts/ddos/install.shchmod...
Block IP ranges on CSF?
OK, so you wish to block a IP range from your server using cPanel/WHM.We've always recommended...
Yum Commands
A few YUM commands you can use for SSH. yum check-update - (Allows you to check to see...