FastCGI and LVE
CloudLinux comes with mod_fcgi RPM (vs 2.3.4)
To enable LVE for mod_fcgi add following to apache config:
LoadModule fcgid_module modules/mod_fcgid.so
<IfModule mod_fcgid.c>
EnableLVE on
</IfModule>
by default LVE is disabled:
<IfModule mod_fcgid.c>
EnableLVE off
</IfModule>
more on mod_fcgi here:
http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html