Announcement

Collapse
No announcement yet.

Easyapache removes mod_hostinglimits.so

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Easyapache removes mod_hostinglimits.so

    We have migrated our Cpanel servers to CloudLinux. "install-lve -a" installed mod_hostinglimits.so and mod_fcgid, but when we run easyapache script to rebuild, it deletes mod_hostinglimits.so module from modules directory. What could be the problem?

    Regards,

  • #2
    Have you used latest install-lve from our site?
    What are the settings for Apache? Is it MPM Prefork or Worker? Is php setup via suPHP or mod_fcgid?

    Comment


    • #3
      Yes we downloaded latest install-lve script from http://repo.cloudlinux.com/cloudlinu...es/install-lve

      Httpd is running with Worker MPM and php is running via mod_fcgid. And its a xen virtual host.

      Regards,

      Comment


      • #4
        I think this is the reason mod_hostinglimits was removed. It is not used in this configuration.
        Though we will check scripts/make sure it stays there next time around -- as it can be used with some plugins with MPM worker.
        Also, if you installed it before august -- you might want to install latest version
        Download latest install-lve, and run it with -af flag
        like: install-lve -af

        Comment


        • #5
          BTW, as per this thread (http://www.cloudlinux.com/solutions/...rum18/topic48/) we used mod_hostinglimits for cgi processesand html and other files, because we havent checked out mod_cgid as of now. Do you recommend to use mod_cgid instead for worker MPM?

          And this server was migrated yesterday only so install-lve script is latest one only.

          Regards,

          Comment


          • #6
            mod_hostinglimits wraps around mod_cgi, but it is not effective with mod_cgid (as CGI runs from the daemon).
            In MPM Worker -- we add our patches to mod_cgid, so it would run things in LVE as well.

            Yet -- I guess we need to fix bug when mod_hostinglimits is removed on recompile.

            Comment

            Working...
            X