{"id":12863,"date":"2019-03-29T00:12:25","date_gmt":"2019-03-29T00:12:25","guid":{"rendered":"http:\/\/www.appservgrid.com\/paw92\/?p=12863"},"modified":"2019-03-29T00:12:25","modified_gmt":"2019-03-29T00:12:25","slug":"install-openlitespeed-php-7-mariadb-on-debian-and-ubuntu","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/29\/install-openlitespeed-php-7-mariadb-on-debian-and-ubuntu\/","title":{"rendered":"Install OpenLiteSpeed, PHP 7 &#038; MariaDB on Debian and Ubuntu"},"content":{"rendered":"<p><strong>OpenLiteSpeed<\/strong>\u00a0is an open source, high-performance HTTP server with an event-driven architecture; built for Unix-like operating systems including Linux and Windows OS.<\/p>\n<p>It is a powerful, modular HTTP server that comes with several modules for common HTTP server functionalities, it can handle hundreds of thousands of concurrent connections without critical server load issues, and it supports third-party modules via\u00a0<strong>API<\/strong>\u00a0(<strong>LSIAPI<\/strong>) as well.<\/p>\n<p>Importantly, it supports Apache-compatible rewrite rules, ships in with a an easy-to-use, user friendly Web administration console which shows real-time server stats. OpenLiteSpeed utilizes minimal CPU and memory resources, supports creation of virtual hosts, high-performance page caching as well as installation of a different PHP versions.<\/p>\n<h3>Step 1: Enable OpenLitespeed Repository<\/h3>\n<p><strong>1.<\/strong>\u00a0OpenLiteSpeed is not present in the Debian\/Ubuntu software repositories, so you have to add OpenLiteSpeed repository with this command. This will create the file\u00a0<strong>\/etc\/apt\/sources.list.d\/lst_debian_repo.list<\/strong>:<\/p>\n<pre>$ wget -c http:\/\/rpms.litespeedtech.com\/debian\/enable_lst_debain_repo.sh \r\n$ sudo bash enable_lst_debain_repo.sh\r\n<\/pre>\n<h3>Step 2: Install OpenLiteSpeed on Debian\/Ubuntu<\/h3>\n<p><strong>2.<\/strong>\u00a0Then install\u00a0<strong>OpenLiteSpeed 1.4<\/strong>\u00a0(the latest version at the time of this writing) with the\u00a0<a href=\"https:\/\/www.tecmint.com\/apt-advanced-package-command-examples-in-ubuntu\/\" target=\"_blank\" rel=\"noopener\">apt command<\/a>\u00a0below, which will install it under the\u00a0<strong>\/usr\/local\/lsws<\/strong>\u00a0directory. The service will also be started after installation is complete.<\/p>\n<pre>$ sudo apt install openlitespeed\r\n<\/pre>\n<p><strong>3.<\/strong>\u00a0After installing it, you can start and confirm the OpenLiteSpeed version by running like this<\/p>\n<pre>$ \/usr\/local\/lsws\/bin\/lshttpd -v\r\n<\/pre>\n<div id=\"attachment_26387\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Check-OpenLiteSpeed-Version-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26387\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Check-OpenLiteSpeed-Version-1.png\" alt=\"Check OpenLiteSpeed Version\" width=\"634\" height=\"200\" aria-describedby=\"caption-attachment-26387\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26387\" class=\"wp-caption-text\">Check OpenLiteSpeed Version<\/p>\n<\/div>\n<p><strong>4.<\/strong>\u00a0OpenLiteSpeed runs on port \u201c<strong>8088<\/strong>\u201d by default. If you have UFW firewall enabled on the system, update firewall rules to permit port\u00a0<strong>8088<\/strong>\u00a0to access your default site on the server.<\/p>\n<pre>$ sudo ufw allow 8088\/tcp\r\n$ sudo ufw reload\r\n<\/pre>\n<p><strong>5.<\/strong>\u00a0Now open a web browser and type the following URL to verify the default page of OpenLiteSpeed.<\/p>\n<pre>http:\/\/SERVER_IP:8088\/ \r\nor \r\nhttp:\/\/localhost:8088\r\n<\/pre>\n<div id=\"attachment_26308\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Verify-OpenLiteSpeed-Page.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26308\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Verify-OpenLiteSpeed-Page.png\" sizes=\"auto, (max-width: 996px) 100vw, 996px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Verify-OpenLiteSpeed-Page.png 996w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Verify-OpenLiteSpeed-Page-768x574.png 768w\" alt=\"Verify OpenLiteSpeed Page\" width=\"996\" height=\"745\" aria-describedby=\"caption-attachment-26308\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26308\" class=\"wp-caption-text\">Verify OpenLiteSpeed Page<\/p>\n<\/div>\n<h3>Step 3: Install PHP 7 for OpenLiteSpeed<\/h3>\n<p><strong>6.<\/strong>\u00a0Next, install\u00a0<strong>PHP 7<\/strong>\u00a0with most needed modules for OpenLiteSpeed with the command below, it will install PHP as\u00a0<strong>\/usr\/local\/lsws\/lsphp70\/bin\/lsphp<\/strong>.<\/p>\n<pre>$ sudo apt install lsphp70 lsphp70-common lsphp70-mysql lsphp70-dev lsphp70-curl lsphp70-dbg\r\n<\/pre>\n<p><strong>7.<\/strong>\u00a0If you want to install extra PHP modules, run the command below to list all the available modules.<\/p>\n<pre>$ sudo apt install lsphp70-\r\n<\/pre>\n<div id=\"attachment_26388\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/List-PHP-7-Modules.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26388\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/List-PHP-7-Modules.png\" alt=\"List PHP 7 Modules\" width=\"601\" height=\"244\" aria-describedby=\"caption-attachment-26388\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26388\" class=\"wp-caption-text\">List PHP 7 Modules<\/p>\n<\/div>\n<h3>Step 4: Configure OpenLiteSpeed and PHP 7<\/h3>\n<p><strong>8.<\/strong>\u00a0In this section, we will configure OpenLiteSpeed and PHP 7 with the standard HTTP port 80 as explained below.<\/p>\n<p>As we mentioned earlier on, OpenLiteSpeed comes with a\u00a0<strong>WebAdmin<\/strong>\u00a0console which listens on port\u00a0<strong>7080<\/strong>. So, first start by setting the admin username and password for the OpenLiteSpeed WebAdmin console using the command below.<\/p>\n<pre>$ sudo \/usr\/local\/lsws\/admin\/misc\/admpass.sh\r\n<\/pre>\n<div class=\"code-label\">Set OpenLiteSpeed Admin Account<\/div>\n<pre>Please specify the user name of administrator.\r\nThis is the user name required to login the administration Web interface.\r\n\r\nUser name [admin]: tecmint\r\n\r\nPlease specify the administrator's password.\r\nThis is the password required to login the administration Web interface.\r\n\r\nPassword: \r\nRetype password: \r\nAdministrator's username\/password is updated successfully!\r\n<\/pre>\n<p><strong>9.<\/strong>\u00a0Now add firewall rules to permit port\u00a0<strong>7080<\/strong>\u00a0via the firewall to access the WebAdmin console.<\/p>\n<pre>$ sudo ufw allow 7080\/tcp\r\n$ sudo ufw reload\r\n<\/pre>\n<p><strong>10.<\/strong>\u00a0Now open a web browser and type the following URL to access OpenLiteSpeed WebAdmin console.<\/p>\n<pre>http:\/\/SERVER_IP:7080\r\nOR\r\nhttp:\/\/localhost:7080\r\n<\/pre>\n<p>Enter the username and password you set above, and click on \u201c<strong>Login<\/strong>\u201c.<\/p>\n<div id=\"attachment_26309\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Login.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26309\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Login.png\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Login.png 837w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Login-768x643.png 768w\" alt=\"OpenLiteSpeed WebAdmin Login\" width=\"837\" height=\"701\" aria-describedby=\"caption-attachment-26309\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26309\" class=\"wp-caption-text\">OpenLiteSpeed WebAdmin Login<\/p>\n<\/div>\n<div id=\"attachment_26310\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Dashboard.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26310\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Dashboard.png\" sizes=\"auto, (max-width: 1008px) 100vw, 1008px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Dashboard.png 1008w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/OpenLiteSpeed-WebAdmin-Dashboard-768x590.png 768w\" alt=\"OpenLiteSpeed WebAdmin Dashboard\" width=\"1008\" height=\"774\" aria-describedby=\"caption-attachment-26310\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26310\" class=\"wp-caption-text\">OpenLiteSpeed WebAdmin Dashboard<\/p>\n<\/div>\n<p><strong>11.<\/strong>\u00a0By default, OpenLiteSpeed 1.4 uses LSPHP 5, you need to make a few changes to setup LSPHP 70 as explained below.<\/p>\n<p>Go to\u00a0<strong>Server Configuration<\/strong>\u00a0\u2192\u00a0<strong>External App<\/strong>\u00a0\u2192\u00a0<strong>Add<\/strong>\u00a0button on the right side to add new \u201c<strong>lsphp70<\/strong>\u201d as shown in the screen shot below.<\/p>\n<div id=\"attachment_26311\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Add-PHP-7-Support-to-OpenLiteSpeed.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26311\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Add-PHP-7-Support-to-OpenLiteSpeed.png\" sizes=\"auto, (max-width: 1003px) 100vw, 1003px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Add-PHP-7-Support-to-OpenLiteSpeed.png 1003w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Add-PHP-7-Support-to-OpenLiteSpeed-768x325.png 768w\" alt=\"Add PHP 7 Support to OpenLiteSpeed\" width=\"1003\" height=\"425\" aria-describedby=\"caption-attachment-26311\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26311\" class=\"wp-caption-text\">Add PHP 7 Support to OpenLiteSpeed<\/p>\n<\/div>\n<p><strong>12.<\/strong>\u00a0Then define the new\u00a0<strong>External App<\/strong>, set type to \u201c<strong>LiteSpeed SAPI App<\/strong>\u201d and click next to add the new external application\u2019s name, address, maximum number of connections, initial response timeout, and retry timeout.<\/p>\n<pre>Name: \t\t\t\t\tlsphp70\r\nAddress:    \t\t\t\tuds:\/\/tmp\/lshttpd\/lsphp.sock\r\nNotes: \t\t\t\t\tLSPHP70 Configuration \r\nMax Connections: \t\t\t35\r\nInitial Request Timeout (secs): \t60\r\nRetry Timeout : \t\t\t0\r\n<\/pre>\n<div id=\"attachment_26312\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-External-App.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26312\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-External-App.png\" sizes=\"auto, (max-width: 1001px) 100vw, 1001px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-External-App.png 1001w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-External-App-768x454.png 768w\" alt=\"Set External App\" width=\"1001\" height=\"592\" aria-describedby=\"caption-attachment-26312\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26312\" class=\"wp-caption-text\">Set External App<\/p>\n<\/div>\n<div id=\"attachment_26313\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-External-App.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26313\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-External-App.png\" sizes=\"auto, (max-width: 1008px) 100vw, 1008px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-External-App.png 1008w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-External-App-768x590.png 768w\" alt=\"Configure External App\" width=\"1008\" height=\"774\" aria-describedby=\"caption-attachment-26313\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26313\" class=\"wp-caption-text\">Configure External App<\/p>\n<\/div>\n<p>Note that the most critical configuration here is the\u00a0<strong>Command<\/strong>\u00a0setting, it tells the external app where to find PHP executable it will use \u2013 provide the absolute path of LSPHP70:<\/p>\n<pre>Command: \t\/usr\/local\/lsws\/lsphp70\/bin\/lsphp\t\r\n<\/pre>\n<p>And click on the\u00a0<strong>Save<\/strong>\u00a0button to save the above configurations.<\/p>\n<p><strong>13.<\/strong>\u00a0Next, click on\u00a0<strong>Server Configuration<\/strong>\u00a0\u2192\u00a0<strong>Script Handler<\/strong>\u00a0and edit the default\u00a0<strong>lsphp5<\/strong>\u00a0script handler, enter the following values.<\/p>\n<pre>Suffixes: \t\tphp\r\nHandler Type: \t\tLiteSpeed SAPI\r\nHandler Name:\t\tlsphp70\r\nNotes:\t\t\tlsphp70 script handler definition \r\n<\/pre>\n<div id=\"attachment_26314\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-Script-Handler.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26314\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-Script-Handler.png\" sizes=\"auto, (max-width: 1008px) 100vw, 1008px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-Script-Handler.png 1008w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Configure-Script-Handler-768x590.png 768w\" alt=\"Configure Script Handler\" width=\"1008\" height=\"774\" aria-describedby=\"caption-attachment-26314\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26314\" class=\"wp-caption-text\">Configure Script Handler<\/p>\n<\/div>\n<p><strong>14.<\/strong>\u00a0By default, most HTTP servers are associated with or listen on port\u00a0<strong>80<\/strong>, but OpenLiteSpeed listens on\u00a0<strong>8080<\/strong>by default: change it to\u00a0<strong>80<\/strong>.<\/p>\n<p>Click on\u00a0<strong>Listeners<\/strong>\u00a0to see a list of all listeners configurations. Then click\u00a0<strong>View<\/strong>\u00a0to see all settings of the default listener and to edit, click\u00a0<strong>Edit<\/strong>.<\/p>\n<p>Set the port to\u00a0<strong>80<\/strong>\u00a0and save the configuration and save the settings.<\/p>\n<div id=\"attachment_26315\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-OpenLiteSpeed-Port.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26315\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-OpenLiteSpeed-Port.png\" sizes=\"auto, (max-width: 1008px) 100vw, 1008px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-OpenLiteSpeed-Port.png 1008w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Set-OpenLiteSpeed-Port-768x590.png 768w\" alt=\"Set OpenLiteSpeed Port\" width=\"1008\" height=\"774\" aria-describedby=\"caption-attachment-26315\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26315\" class=\"wp-caption-text\">Set OpenLiteSpeed Port<\/p>\n<\/div>\n<p><strong>15.<\/strong>\u00a0To reflect the above changes, gracefully restart OpenLiteSpeed by clicking on the\u00a0<strong>restart<\/strong>\u00a0button and click\u00a0<strong>yes<\/strong>\u00a0to confirm.<\/p>\n<div id=\"attachment_26316\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Restart-OpenLiteSpeed-Server.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-26316\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Restart-OpenLiteSpeed-Server.png\" sizes=\"auto, (max-width: 1008px) 100vw, 1008px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Restart-OpenLiteSpeed-Server.png 1008w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2017\/07\/Restart-OpenLiteSpeed-Server-768x590.png 768w\" alt=\"Restart OpenLiteSpeed Server\" width=\"1008\" height=\"774\" aria-describedby=\"caption-attachment-26316\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p id=\"caption-attachment-26316\" class=\"wp-caption-text\">Restart OpenLiteSpeed Server<\/p>\n<\/div>\n<p><strong>16.<\/strong>\u00a0Add firewall rules to permit port 80 via the firewall.<\/p>\n<pre>$ sudo ufw allow 80\/tcp\r\n$ sudo ufw reload\r\n<\/pre>\n<h3>Step 5: Test PHP 7 and OpenLiteSpeed Installation<\/h3>\n<p><strong>17.<\/strong>\u00a0Finally verify that OpenLiteSpeed is running on port 80 and PHP 7 using following URL\u2019s.<\/p>\n<pre>http:\/\/SERVER_IP\r\nhttp:\/\/SERVER_IP\/phpinfo.php \r\n<\/pre>\n<p><strong>18.<\/strong>\u00a0To manage and control OpenLiteSpeed service, use these commands.<\/p>\n<pre># \/usr\/local\/lsws\/bin\/lswsctrl start            #start OpenLiteSpeed\r\n# \/usr\/local\/lsws\/bin\/lswsctrl stop             #Stop OpenLiteSpeed \r\n# \/usr\/local\/lsws\/bin\/lswsctrl restart          #gracefully restart OpenLiteSpeed (zero downtime)\r\n# \/usr\/local\/lsws\/bin\/lswsctrl help             #show OpenLiteSpeed commands\r\n<\/pre>\n<h3>Step 6: Install MariaDB for OpenLiteSpeed<\/h3>\n<p><strong>20.<\/strong>\u00a0Install MariaDB database management system using following command.<\/p>\n<pre>$ sudo apt install mariadb-server\r\n<\/pre>\n<p><strong>21.<\/strong>\u00a0Next, start the MariaDB database system and secure its installation.<\/p>\n<pre>$ sudo systemctl start mysql\r\n$ sudo mysql_secure_installation\r\n<\/pre>\n<p>After running the security script above, you will be prompted to enter the root password, simply press\u00a0<strong>[Enter]<\/strong>without providing it:<\/p>\n<pre>Enter current password for root (enter for none):\r\n<\/pre>\n<p>You will also be asked to answer the questions below, simply type\u00a0<code>y<\/code>\u00a0to all the questions to set a root password, remove anonymous users, turn off remote root login, remove the test database and reload privilege tables:<\/p>\n<pre>Set root password? [Y\/n] <code>y<\/code> Remove anonymous users? [Y\/n] <code>y<\/code> Disallow root login remotely? [Y\/n] <code>y<\/code> Remove test database and access to it? [Y\/n] <code>y<\/code> Reload privilege tables now? [Y\/n] <code>y<\/code><\/pre>\n<p>You can find additional information from OpenLitespeed Homepage:\u00a0<a href=\"http:\/\/open.litespeedtech.com\/mediawiki\/\" target=\"_blank\" rel=\"nofollow noopener\">http:\/\/open.litespeedtech.com\/mediawiki\/<\/a><\/p>\n<p>You may also like to read following related articles.<\/p>\n<ol>\n<li><a href=\"https:\/\/www.tecmint.com\/install-lamp-in-centos-7\/\" target=\"_blank\" rel=\"noopener\">Installing LAMP (Linux, Apache, MariaDB, PHP\/PhpMyAdmin) in RHEL\/CentOS 7.0<\/a><\/li>\n<li><a href=\"https:\/\/www.tecmint.com\/install-nginx-mariadb-php-rhel-centos-fedora\/\" target=\"_blank\" rel=\"noopener\">Install Latest Nginx 1.10.1, MariaDB 10 and PHP 5.5\/5.6 on RHEL\/CentOS 7\/6<\/a><\/li>\n<li><a href=\"https:\/\/www.tecmint.com\/install-nginx-mysql-php-lemp-in-ubuntu-16-10-ubuntu-16-04\/\" target=\"_blank\" rel=\"noopener\">How To Install Nginx, MariaDB 10, PHP 7 (LEMP Stack) in 16.10\/16.04<\/a><\/li>\n<li><a href=\"https:\/\/www.tecmint.com\/install-lamp-on-ubuntu-16-10\/\" target=\"_blank\" rel=\"noopener\">How to Install LAMP with PHP 7 and MariaDB 10 on Ubuntu 16.10<\/a><\/li>\n<\/ol>\n<p>That\u2019s all! In this tutorial, we have explained how to setup OpenLiteSpeed, PHP 7 and MariaDB on Debian\/Ubuntu systems. If you have any queries or additional thoughts do share using the comment section.<\/p>\n<p><a href=\"https:\/\/www.tecmint.com\/install-openlitespeed-php-7-mariadb-on-debian-and-ubuntu\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenLiteSpeed\u00a0is an open source, high-performance HTTP server with an event-driven architecture; built for Unix-like operating systems including Linux and Windows OS. It is a powerful, modular HTTP server that comes with several modules for common HTTP server functionalities, it can handle hundreds of thousands of concurrent connections without critical server load issues, and it supports &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/29\/install-openlitespeed-php-7-mariadb-on-debian-and-ubuntu\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Install OpenLiteSpeed, PHP 7 &#038; MariaDB on Debian and Ubuntu&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-12863","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/12863","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=12863"}],"version-history":[{"count":1,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/12863\/revisions"}],"predecessor-version":[{"id":12864,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/12863\/revisions\/12864"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=12863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=12863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=12863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}