Module hostinglimits_module is already loaded

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • unnikrishnan.a
    Junior Member
    Forum Explorer
    • Mar 2021
    • 10

    #1

    Module hostinglimits_module is already loaded

    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.
  • iseletsk
    Senior Member
    • Dec 2017
    • 1199

    #2
    This is none issue/can be ignored. The LoadModule is in two places, modhostinglimits.conf & httpd.conf

    Comment

    • seflex.x
      Junior Member
      • Oct 2020
      • 1

      #3
      Ok thank you Igor.

      Comment

      Working...