<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenLiteSpeed &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/openlitespeed/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Wed, 29 Dec 2021 12:29:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>OpenLiteSpeed &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install OpenLiteSpeed on Ubuntu 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-openlitespeed-on-ubuntu-20-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-openlitespeed-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 29 Dec 2021 12:29:44 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4554</guid>

					<description><![CDATA[OpenLiteSpeed is an open source version of LiteSpeed based on the Web Server Enterprise. Both servers are actively developed and maintained by the same team and adhere to the same high quality coding standard. OpenLiteSpeed contains all the core features of LiteSpeed Enterprise and reflects our commitment to supporting the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://openlitespeed.org/">OpenLiteSpeed</a></strong> is an open source version of LiteSpeed based on the Web Server Enterprise. Both servers are actively developed and maintained by the same team and adhere to the same high quality coding standard. OpenLiteSpeed contains all the core features of LiteSpeed Enterprise and reflects our commitment to supporting the Open Source community. </p>



<h2 id="installing-the-required-packages" >Installing the Required Packages</h2>



<p>It is important to install all packages and dependencies that are essential for OpenLiteSpeed to run on your server. To do this, you need the necessary set:</p>



<pre class="wp-block-code"><code>apt-get install build-essential libexpat1-dev libgeoip-dev libpcre3-dev zlib1g-dev libssl-dev libxml2-dev rcs libpng-dev</code></pre>



<p>PHP is essential for OpenLiteSpeed to work, so you should install PHP and other dependencies. You can do it like this:</p>



<pre class="wp-block-code"><code>apt-get install php php-common php-curl php-mysql php-opcache php-imap php-opcache </code></pre>



<p>Then direct the MySQL installation.</p>



<pre class="wp-block-code"><code>apt-get install mysql</code></pre>



<h2 id="installing-openlitespeed" >Installing OpenLiteSpeed</h2>



<p>With wget, you need to download the OpenLiteSpeed repository script. To do this, you should enter the following command:</p>



<pre class="wp-block-code"><code>wget http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh </code></pre>



<p>After you have successfully loaded the script, you need to run it. You can use <strong>bash</strong></p>



<pre class="wp-block-code"><code>bash enable_lst_debian_repo.sh</code></pre>



<p>This script will allow you to download the repository files and thereby automatically update your server. You will then have the option to install <strong>OpenLiteSpeed</strong>. Run the following program:</p>



<pre class="wp-block-code"><code>apt-get install openlitespeed</code></pre>



<p>Then, run OpenLiteSpeed <strong><em>(lsws)</em></strong></p>



<pre class="wp-block-code"><code>systemctl start lsws</code></pre>



<h2 id="setting-up-openlitespeed" >Setting up OpenLiteSpeed</h2>



<p>After you have finished installing your Openlitespeed and other dependencies, then you should run a new administrator user and password on your server by running the administrative <strong>script</strong>.</p>



<pre class="wp-block-code"><code>bash /usr/local/lsws/admin/misc/admpass.sh

Please specify the user name of administrator.
This is the user name required to login the administration Web interface.

User name &#91;admin]: 

Please specify the administrator's password.
This is the password required to login the administration Web interface.

Password: 
Retype password: 
Administrator's username/password is updated successfully!</code></pre>



<p>This will help you provide access to your OpenliteSpeed, and then you should check it out. You will be able to navigate to the next address using port 8088.</p>



<pre class="wp-block-code"><code>http:&#47;&#47;Your_IP_Address:8088</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-openlitespeed-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
