Question
Is it possible to use mod_ruid2 with LiteSpeed?
Answer
Using mod_ruid2 with LiteSpeed can cause permissions-related issues. If you are running LiteSpeed, you can verify if you are running mod_ruid2 using the httpd -M command.
[root@server ~]# httpd -M | grep 'ruid'
ruid2_module (shared)
We recommend that you use mod_suexec instead of mod_ruid2. You can change this in the Apache Modules options in the WHM interface "Home / Software / EasyApache 4."
Comments
0 comments
Article is closed for comments.