{"id":2871,"date":"2018-03-12T14:31:38","date_gmt":"2018-03-12T14:31:38","guid":{"rendered":"https:\/\/iserversupport.com\/?p=2871"},"modified":"2022-03-09T09:39:38","modified_gmt":"2022-03-09T09:39:38","slug":"install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed","status":"publish","type":"post","link":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/","title":{"rendered":"Install and optimize cpanel server with cloudlinux and litespeed"},"content":{"rendered":"<h1>Setup Cpanel server with cloudlinux and litespeed<\/h1>\n<p><strong><span style=\"color: #ff0000;\">Need professional help to setup your server ? Checkout our<\/span><\/strong> <a href=\"https:\/\/iserversupport.com\/cpanel-server-management\/\">cPanel server management plan<\/a><\/p>\n<p><strong><span style=\"color: #ff0000;\">Or onetime<\/span><\/strong> <a href=\"https:\/\/iserversupport.com\/server-setup-service\/\">server setup<\/a> <strong><span style=\"color: #ff0000;\">plan<\/span><\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>cPanel server with Cloudlinux and Litespeed is a very popular setup\u00a0 in the webhosting industry especially for shared webhosting industry because this give an administrator right power to control resource of each user and at the same time\u00a0 best performance and page load speed for their website.<\/p>\n<p>First step of the process is to install and configure cPanel server you can do this by following below commands . Here we are going to use Centos\u00a07.4<\/p>\n<pre>[root@server ~]# cat \/etc\/redhat-release\r\nCentOS Linux release 7.4.1708 (Core)<\/pre>\n<h2>Install cpanel server with cloudlinux and litespeed<\/h2>\n<p>Download cPanel installation script.<\/p>\n<pre>curl -o latest -L https:\/\/securedownloads.cpanel.net\/latest<\/pre>\n<p>Install cPanel<\/p>\n<pre>sh latest<\/pre>\n<p>Once the cPanel installation is completed you will get below output.<\/p>\n<pre>( INFO): Congratulations! Your installation of cPanel &amp; WHM 11.68 is now complete. The next step is to configure your server.\r\n ( INFO): Before you configure your server, ensure that your firewall allows access on port 2087.\r\n ( INFO): On RHEL, CentOS, and CloudLinux systems, execute \/scripts\/configure_firewall_for_cpanel to accomplish this.\r\n ( INFO): After ensuring that your firewall allows access on port 2087, you can configure your server.\r\n 1. Open your preferred browser\r\n 2. Type https:\/\/serverip:2087 in the address bar\r\n 3. Enter the word root in the Username text box\r\n 4. Enter your root password in the Password text box\r\n ( INFO): 5. Click the Login button\r\n ( INFO): Visit https:\/\/go.cpanel.net\/whminit for more information about first-time configuration of your server.\r\n ( INFO): Visit http:\/\/support.cpanel.net or https:\/\/go.cpanel.net\/whmfaq for additional support\r\n ( INFO): Thank you for installing cPanel &amp; WHM 11.68!\r\n ( WARN): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n ( WARN): Your system kernel may have been updated.\r\n ( WARN): Current kernel (3.10.0-693.el7.x86_64) has been changed to: 3.10.0-693.17.1.el7.x86_64\r\n ( WARN): Before rebooting the system, please ensure that the installed kernel version is compatible with your deployment.\r\n ( WARN): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<\/pre>\n<p>Now you may reboot the server to enable the new kernel version If you are planing to install Cloudlinux too you can schedule the reboot later after installing cloudlinux.<\/p>\n<p>Before installing cloudlinux i highly recommend to upgrade MySQL to\u00a0MariaDB 10.2 because by default MySQL comes with\u00a0<label for=\"selected_version_MySQL56\">5.6 and end of life of this version is\u00a0<\/label>February 28, 2018 follow this link to upgrade MySQL 5.6 to\u00a0MariaDB 10.2<\/p>\n<p>Next we are going to install Cloudlinux please follow below commands to install Cloudlinux<\/p>\n<p>Download Cloudlinux installation script.<\/p>\n<pre>wget\u00a0https:\/\/repo.cloudlinux.com\/cloudlinux\/sources\/cln\/cldeploy<\/pre>\n<p>Now install script using the command<\/p>\n<pre>sh\u00a0cldeploy\u00a0-i IPADDRESS<\/pre>\n<p>Replace\u00a0IPADDRESS with the IP address of your server.<\/p>\n<p>Next we are going to install Lvemanager it gives you a graphical interface for managing Packages,\u00a0 and set limits on packages like Memory, CPU, Inode etc.<\/p>\n<p>You can install Lvemanager using below command<\/p>\n<pre>yum install lvemanager<\/pre>\n<p>In most case it will be automatically installed in that case you will get a message<\/p>\n<p>Package lvemanager-3.0-38.el7.cloudlinux.noarch already installed and latest version<\/p>\n<p>Next install cagefs with the following command<\/p>\n<pre>yum install cagefs\r\n\/usr\/sbin\/cagefsctl --init<\/pre>\n<p>cagefs is the core feature of Cloudlinux it will make your server more secure by limiting your user inside a cage and they wont be able to access files of other users or server configuration file.<\/p>\n<p>After successful installation it will show below output.<\/p>\n<pre>Updating users ...\r\n Updating statuses of users ...\r\n CloudLinux Selector setup: successful<\/pre>\n<p>Now we are going to install\u00a0MySQL Governor on the server it is to avoid mysql abuse on a shared server. Sometimes users mysql query gets stuck and it will create high load on the server.<\/p>\n<p>Install MySQL\u00a0Governor for Mariadb 10.2<\/p>\n<pre>yum\u00a0install\u00a0governor-mysql<\/pre>\n<p>You cannot use the script &#8221; \/usr\/share\/lve\/dbgovernor\/db-select-mysql &#8211;mysql-version=mariadb102&#8243; to set MariaDB version because it is depreciated.<\/p>\n<pre>\/share\/lve\/dbgovernor\/db-select-mysql --mysql-version=mariadb102\r\n This script is deprecated. Use -- mysqlgovernor.py --mysql-version 'mariadb102' -- instead\r\n Now set MySQL to type 'mariadb102'<\/pre>\n<p>Run<\/p>\n<pre>\/usr\/share\/lve\/dbgovernor\/mysqlgovernor.py --mysql-version mariadb102<\/pre>\n<pre>\/usr\/share\/lve\/dbgovernor\/mysqlgovernor.py --install<\/pre>\n<p>Next step is to install PHP versions, here easyapache 4 as well as cloudlinux also providing multiple PHP version and we are going to use Cloudlinux php version because Cloudlinux provide hardened php version of end of life php versions like 4.4 run the following command to install multiple php versions from Cloudlinux.<\/p>\n<pre>yum\u00a0groupinstall\u00a0alt-php<\/pre>\n<p>Next we are going to install and setup Ruby and Python selector this can be installed using below command.<\/p>\n<p>This will create an\u00a0isolated Python environments and Passenger Apache module.<\/p>\n<pre class=\"p_CodeExample\"><span class=\"f_CodeExample\">yum\u00a0install\u00a0lvemanager\u00a0alt-python-virtualenv\u00a0ea-apache24-mod-alt-passenger<\/span><\/pre>\n<p>Now we will install python selector so that it will be available via cPanel<\/p>\n<pre>yum groupinstall alt-python<\/pre>\n<p>Install ruby selector<\/p>\n<pre>yum groupinstall alt-ruby<\/pre>\n<p>Install python devel for using MySQL\/Mariadb database<\/p>\n<pre>yum install alt-python27-devel<\/pre>\n<p>Now enable compilers from WHM\u00a0\u00bbSecurity Center \u00bbCompiler Access<\/p>\n<div id=\"attachment_2886\" style=\"width: 1448px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-2886\" class=\"size-full wp-image-2886\" src=\"https:\/\/iserversupport.com\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM.png\" alt=\"\" width=\"1438\" height=\"410\" srcset=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-200x57.png 200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-300x86.png 300w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-400x114.png 400w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-600x171.png 600w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-768x219.png 768w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-800x228.png 800w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-1024x292.png 1024w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM-1200x342.png 1200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.40.51-PM.png 1438w\" sizes=\"(max-width: 1438px) 100vw, 1438px\" \/><p id=\"caption-attachment-2886\" class=\"wp-caption-text\">Enable compiler access from whm<\/p><\/div>\n<h2>Install and configure litespeed.<\/h2>\n<p>First you a purchase Litespeed license from<\/p>\n<p>Install litespeed WHM plugin using below command<\/p>\n<pre>cd \/usr\/local\/src\r\n\r\nwget\u00a0 https:\/\/www.litespeedtech.com\/packages\/cpanel\/lsws_whm_plugin_install.sh\r\n\r\nsh\u00a0lsws_whm_plugin_install.sh<\/pre>\n<p>&nbsp;<\/p>\n<p>Once it is done we will continue litespeed installation from WHM<\/p>\n<p>Now go to\u00a0WHM \u00bbPlugins \u00bbLiteSpeed Web Server Plugin<\/p>\n<div id=\"attachment_2887\" style=\"width: 1449px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-2887\" class=\"size-full wp-image-2887\" src=\"https:\/\/iserversupport.com\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM.png\" alt=\"Install litespeed web server on cPanel\" width=\"1439\" height=\"520\" srcset=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-200x72.png 200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-300x108.png 300w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-400x145.png 400w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-600x217.png 600w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-768x278.png 768w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-800x289.png 800w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-1024x370.png 1024w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM-1200x434.png 1200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-6.48.48-PM.png 1439w\" sizes=\"(max-width: 1439px) 100vw, 1439px\" \/><p id=\"caption-attachment-2887\" class=\"wp-caption-text\">Install litespeed web server on cPanel<\/p><\/div>\n<p>&nbsp;<\/p>\n<p>On the next page enter your license key and click install and it will install lietspeed on the server. You need to make sure to enable phpexec if it is a shared server because it will force user to run php script under the ownership of user which is more secure way.<\/p>\n<p>Now go to\u00a0PHP suEXEC Quick Configuration page and set these values.<\/p>\n<div id=\"attachment_2888\" style=\"width: 1223px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-2888\" class=\"size-full wp-image-2888\" src=\"https:\/\/iserversupport.com\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM.png\" alt=\"cPanel litespeed PHP suEXEC Quick Configuration\" width=\"1213\" height=\"499\" srcset=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-200x82.png 200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-300x123.png 300w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-400x165.png 400w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-600x247.png 600w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-768x316.png 768w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-800x329.png 800w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-1024x421.png 1024w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM-1200x494.png 1200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.04.17-PM.png 1213w\" sizes=\"(max-width: 1213px) 100vw, 1213px\" \/><p id=\"caption-attachment-2888\" class=\"wp-caption-text\">cPanel litespeed PHP suEXEC Quick Configuration<\/p><\/div>\n<p>Now we need to configure Litespeed to use Cloudlinux PHP version. Here first step is login to litespeed admin console. If you do not know how to access Admin console please follow <a href=\"https:\/\/iserversupport.com\/blog\/reset-litespeed-admin-password\/\">Reset litespeed admin password<\/a><\/p>\n<p>Go to Admin Console &#8211;&gt; Configuration &#8211;&gt; Server &#8211;&gt; General and set Cloudlinux to &gt; CageFS<\/p>\n<div id=\"attachment_2889\" style=\"width: 968px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-2889\" class=\"size-full wp-image-2889\" src=\"https:\/\/iserversupport.com\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM.png\" alt=\"Litespeed cloudlinux php selector\" width=\"958\" height=\"395\" srcset=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM-200x82.png 200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM-300x124.png 300w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM-400x165.png 400w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM-600x247.png 600w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM-768x317.png 768w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM-800x330.png 800w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.29.52-PM.png 958w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><p id=\"caption-attachment-2889\" class=\"wp-caption-text\">Litespeed cloudlinux php selector<\/p><\/div>\n<p>Now go to\u00a0Go to\u00a0External App\u00a0tab\u00a0 and click on\u00a0cl_phpselector\u00a0 and make sure command is set to<\/p>\n<div id=\"attachment_2890\" style=\"width: 949px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-2890\" class=\"size-full wp-image-2890\" src=\"https:\/\/iserversupport.com\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM.png\" alt=\"cl_phpselector\" width=\"939\" height=\"303\" srcset=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM-200x65.png 200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM-300x97.png 300w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM-400x129.png 400w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM-600x194.png 600w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM-768x248.png 768w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM-800x258.png 800w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.19-PM.png 939w\" sizes=\"(max-width: 939px) 100vw, 939px\" \/><p id=\"caption-attachment-2890\" class=\"wp-caption-text\">cl_phpselector<\/p><\/div>\n<p>command =&gt; \/usr\/local\/bin\/lsphp<\/p>\n<p>And set run on Run On Start Up\u00a0to Yes<\/p>\n<div id=\"attachment_2891\" style=\"width: 957px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-2891\" class=\"size-full wp-image-2891\" src=\"https:\/\/iserversupport.com\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM.png\" alt=\"Multiple php selector on cloudlinux \" width=\"947\" height=\"692\" srcset=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM-200x146.png 200w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM-300x219.png 300w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM-400x292.png 400w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM-600x438.png 600w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM-768x561.png 768w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM-800x585.png 800w, https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/Screen-Shot-2018-03-12-at-7.34.48-PM.png 947w\" sizes=\"(max-width: 947px) 100vw, 947px\" \/><p id=\"caption-attachment-2891\" class=\"wp-caption-text\">Multiple php selector on cloudlinux<\/p><\/div>\n<p>Now we have completed the setup of\u00a0Cpanel server with cloudlinux and litespeed<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Install and configure cPanel server.<br \/>\nUpgrade mysql to Mariadb<br \/>\nInstall cloudlinux<br \/>\nInstall multiple php selector<br \/>\nInstall litespeed<br \/>\nConfigure litespeed with cloudlinux to use multiple php version<\/p>\n","protected":false},"author":1,"featured_media":21950,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Install and optimize cpanel server with cloudlinux and litespeed<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install and optimize cpanel server with cloudlinux and litespeed\" \/>\n<meta property=\"og:description\" content=\"Install and configure cPanel server. Upgrade mysql to Mariadb Install cloudlinux Install multiple php selector Install litespeed Configure litespeed with cloudlinux to use multiple php version\" \/>\n<meta property=\"og:url\" content=\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Company - Outsourced Webhosting Service\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/iserversupport\" \/>\n<meta property=\"article:published_time\" content=\"2018-03-12T14:31:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-09T09:39:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png\" \/>\n\t<meta property=\"og:image:width\" content=\"225\" \/>\n\t<meta property=\"og:image:height\" content=\"225\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"iServerSupport\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@iserversupport\" \/>\n<meta name=\"twitter:site\" content=\"@iserversupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"iServerSupport\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\"},\"author\":{\"name\":\"iServerSupport\",\"@id\":\"https:\/\/iserversupport.com\/blog\/#\/schema\/person\/414757a5feb39cada3a64aece076ce39\"},\"headline\":\"Install and optimize cpanel server with cloudlinux and litespeed\",\"datePublished\":\"2018-03-12T14:31:38+00:00\",\"dateModified\":\"2022-03-09T09:39:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\"},\"wordCount\":795,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\",\"url\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\",\"name\":\"Install and optimize cpanel server with cloudlinux and litespeed\",\"isPartOf\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png\",\"datePublished\":\"2018-03-12T14:31:38+00:00\",\"dateModified\":\"2022-03-09T09:39:38+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage\",\"url\":\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png\",\"contentUrl\":\"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png\",\"width\":225,\"height\":225},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/iserversupport.com\/blog\/#website\",\"url\":\"https:\/\/iserversupport.com\/blog\/\",\"name\":\"Server Management Company - Outsourced Webhosting Service\",\"description\":\"Complete server management service\",\"publisher\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/iserversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/iserversupport.com\/blog\/#organization\",\"name\":\"iServerSupport\",\"url\":\"https:\/\/iserversupport.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/iserversupport.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/iserversupport.com\/wp-content\/uploads\/2020\/09\/I-SERVER-SUPPORT-07-1-e1606382474222.png\",\"contentUrl\":\"https:\/\/iserversupport.com\/wp-content\/uploads\/2020\/09\/I-SERVER-SUPPORT-07-1-e1606382474222.png\",\"width\":20,\"height\":19,\"caption\":\"iServerSupport\"},\"image\":{\"@id\":\"https:\/\/iserversupport.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/iserversupport\",\"https:\/\/x.com\/iserversupport\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/iserversupport.com\/blog\/#\/schema\/person\/414757a5feb39cada3a64aece076ce39\",\"name\":\"iServerSupport\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/iserversupport.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ab568d65092a1e7994bb3aa6f4a4a1ba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ab568d65092a1e7994bb3aa6f4a4a1ba?s=96&d=mm&r=g\",\"caption\":\"iServerSupport\"},\"sameAs\":[\"https:\/\/iserversupport.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install and optimize cpanel server with cloudlinux and litespeed","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/","og_locale":"en_US","og_type":"article","og_title":"Install and optimize cpanel server with cloudlinux and litespeed","og_description":"Install and configure cPanel server. Upgrade mysql to Mariadb Install cloudlinux Install multiple php selector Install litespeed Configure litespeed with cloudlinux to use multiple php version","og_url":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/","og_site_name":"Server Management Company - Outsourced Webhosting Service","article_publisher":"https:\/\/facebook.com\/iserversupport","article_published_time":"2018-03-12T14:31:38+00:00","article_modified_time":"2022-03-09T09:39:38+00:00","og_image":[{"width":225,"height":225,"url":"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png","type":"image\/png"}],"author":"iServerSupport","twitter_card":"summary_large_image","twitter_creator":"@iserversupport","twitter_site":"@iserversupport","twitter_misc":{"Written by":"iServerSupport","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#article","isPartOf":{"@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/"},"author":{"name":"iServerSupport","@id":"https:\/\/iserversupport.com\/blog\/#\/schema\/person\/414757a5feb39cada3a64aece076ce39"},"headline":"Install and optimize cpanel server with cloudlinux and litespeed","datePublished":"2018-03-12T14:31:38+00:00","dateModified":"2022-03-09T09:39:38+00:00","mainEntityOfPage":{"@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/"},"wordCount":795,"commentCount":0,"publisher":{"@id":"https:\/\/iserversupport.com\/blog\/#organization"},"image":{"@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage"},"thumbnailUrl":"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/","url":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/","name":"Install and optimize cpanel server with cloudlinux and litespeed","isPartOf":{"@id":"https:\/\/iserversupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage"},"image":{"@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage"},"thumbnailUrl":"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png","datePublished":"2018-03-12T14:31:38+00:00","dateModified":"2022-03-09T09:39:38+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iserversupport.com\/blog\/install-and-optimize-cpanel-server-with-cloudlinux-and-litespeed\/#primaryimage","url":"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png","contentUrl":"https:\/\/iserversupport.com\/blog\/wp-content\/uploads\/2018\/03\/clx.png","width":225,"height":225},{"@type":"WebSite","@id":"https:\/\/iserversupport.com\/blog\/#website","url":"https:\/\/iserversupport.com\/blog\/","name":"Server Management Company - Outsourced Webhosting Service","description":"Complete server management service","publisher":{"@id":"https:\/\/iserversupport.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/iserversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/iserversupport.com\/blog\/#organization","name":"iServerSupport","url":"https:\/\/iserversupport.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iserversupport.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/iserversupport.com\/wp-content\/uploads\/2020\/09\/I-SERVER-SUPPORT-07-1-e1606382474222.png","contentUrl":"https:\/\/iserversupport.com\/wp-content\/uploads\/2020\/09\/I-SERVER-SUPPORT-07-1-e1606382474222.png","width":20,"height":19,"caption":"iServerSupport"},"image":{"@id":"https:\/\/iserversupport.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/iserversupport","https:\/\/x.com\/iserversupport"]},{"@type":"Person","@id":"https:\/\/iserversupport.com\/blog\/#\/schema\/person\/414757a5feb39cada3a64aece076ce39","name":"iServerSupport","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/iserversupport.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ab568d65092a1e7994bb3aa6f4a4a1ba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab568d65092a1e7994bb3aa6f4a4a1ba?s=96&d=mm&r=g","caption":"iServerSupport"},"sameAs":["https:\/\/iserversupport.com"]}]}},"_links":{"self":[{"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2871"}],"collection":[{"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=2871"}],"version-history":[{"count":0,"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/posts\/2871\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/media\/21950"}],"wp:attachment":[{"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=2871"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=2871"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/iserversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=2871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}