Hello, i installed Cloudlinux and configure SecureLinks with this tutorial http://cloudlinux.com/docs/securelinks.php
LoadModule hostinglimits_module /etc/httpd/modules/mod_hostinglimits.so
SkipErrors Off
SecureLinks On
AllowedHandlers %php% fcgid-script application/x-miva-compiled
AllowedHandlers cgi-script %php% fcgid-script application/x-miva-compiled
But after /etc/init.d/httpd restart or service httpd restart i receve this messagge module hostinglimits_module is already loaded, skipping.
LoadModule hostinglimits_module /etc/httpd/modules/mod_hostinglimits.so
SkipErrors Off
SecureLinks On
AllowedHandlers %php% fcgid-script application/x-miva-compiled
AllowedHandlers cgi-script %php% fcgid-script application/x-miva-compiled
But after /etc/init.d/httpd restart or service httpd restart i receve this messagge module hostinglimits_module is already loaded, skipping.
Comment