Announcement

Collapse
No announcement yet.

Will CloudLinux work ?

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

  • Will CloudLinux work ?

    Hi,

    I wanted to know, whether CloudLinux will be able to control domains if suPHP or suExec are not enabled in Apache ?
    I heard that this uses kernel level techniques, to control users usage.
    But if Apache and Mysql are running as "apache" and "mysql" respectively will it be able to detect which user it was ?

    Regards,
    Mike

  • #2
    We don control MySQL the way we control cgi/php scripts. More on MySQL here:


    For apache -- LVE will work with mod_php, when everything runs as user apache.
    Yet, you still need suexec enabled, simply for
    SuexecUserGroup directive in virtual host in apache config
    We use that directive to determine which user that virtual host belongs too.
    Alternatively, if you can customize apache config, you can add
    LVEId _ANY_ID__HERE_ tag into VirtualHost for each domain, then SuexecUserGroup is not needed.

    Comment

    Working...
    X