<?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>Arlind Murati &#8211; Getoutsourced</title>
	<atom:link href="https://getoutsourced.net/author/z3ltdax5/feed/" rel="self" type="application/rss+xml" />
	<link>https://getoutsourced.net</link>
	<description></description>
	<lastBuildDate>Mon, 29 Aug 2022 17:48:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://getoutsourced.net/wp-content/uploads/2022/05/cropped-icon1-32x32.png</url>
	<title>Arlind Murati &#8211; Getoutsourced</title>
	<link>https://getoutsourced.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AH01797: client denied by server configuration cPanel</title>
		<link>https://getoutsourced.net/ah01797-client-denied-by-server-configuration-cpanel/</link>
					<comments>https://getoutsourced.net/ah01797-client-denied-by-server-configuration-cpanel/#respond</comments>
		
		<dc:creator><![CDATA[Arlind Murati]]></dc:creator>
		<pubDate>Mon, 29 Aug 2022 15:15:18 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://getoutsourced.net/?p=8831</guid>

					<description><![CDATA[AH01797: client denied by server configuration in cPanel Whenever we attempt to browse a website, a 403 forbidden error appears. Additionally, we can see a similar issue to “AH01797: client denied by server configuration” in the website error logs. Include the below code to .htaccess file and prevent the IP address from accessing the website. [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<h6><strong>AH01797: client denied by server configuration in cPanel</strong></h6>
<p>Whenever we attempt to browse a website, a 403 forbidden error appears. Additionally, we can see a similar issue to “AH01797: client denied by server configuration” in the website error logs. Include the below code to .htaccess file and prevent the IP address from accessing the website.</p>
<div></div>
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>&lt;Directory "/"&gt;
    Order allow,deny
    Deny from all
&lt;/Directory&gt;</code></pre>
<div></div>
<p>In this case, we should edit the .htaccess file and remove the code which is blocking the IP address or all IP addresses from accessing the website.</p>
</div>
</div>
<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<p><span id="more-8831"></span></p>
<h6><strong>Methods To Fix “AH01797: client denied by server configuration” in cPanel?</strong></h6>
<p>We should know certain details before fixing the error “AH01797: client denied by server configuration” in cPanel. It includes the complete file system path where access is not possible, and the IP or hostname of the client as using the correct path in the directory block.</p>
<div></div>
<p><strong>Method 1:</strong> In this method, we must confirm the IP address is properly added to any relative “allow” list before restricting any part of the website or application. We should also rename and save the htaccess file as htaccess.txt. Then save the correct PHP version by visiting Software &gt;&gt;&gt; MultiPHP Manager. Also, visit Software &gt;&gt;&gt; MultiPHP Editor or Select PHP Version, select the directory and check PHP values and save it. By doing this, we can create the.htaccess file with its default values.</p>
<div></div>
<p><strong>Method 2:</strong> Here, we must confirm to properly include the IP address to any relative “allow” list before restricting any part of the website or application. Then disable any security plugins that add htaccess file directives. After that visually examining the htaccess file to locate and eliminate any rules that are incompatible with server. Fixing of the problem is possible by editing or commenting out the problematic directives in that module. Finally, save the .htaccess file with default settings.</p>
<div class="et_pb_module et_pb_text et_pb_text_10 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<p> [Looking for an answer to a different question?<a href="http://getoutsourced.net/contact/"> Contact US]</a></p>
</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://getoutsourced.net/ah01797-client-denied-by-server-configuration-cpanel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install cPanel on Ubuntu</title>
		<link>https://getoutsourced.net/how-to-install-cpanel-on-ubuntu/</link>
					<comments>https://getoutsourced.net/how-to-install-cpanel-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Arlind Murati]]></dc:creator>
		<pubDate>Wed, 06 Jul 2022 19:31:07 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">http://getoutsourced.net/?p=8804</guid>

					<description><![CDATA[cPanel is a web hosting control panel software developed by cPanel, LLC. An online Linux-based graphical interface (GUI) used as a control panel to simplify website and server management. cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more. With CentOS 7.x going EOL on June 30, 2024 cPanel [&#8230;]]]></description>
										<content:encoded><![CDATA[<div class="et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<p>cPanel is a web hosting control panel software developed by cPanel, LLC.</p>
<p>An online Linux-based graphical interface (GUI) used as a control panel to simplify website and server management. cPanel allows you to publish websites, manage domains, organize web files, create email accounts, and more.</p>
</div>
</div>
<div class="et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<p>With CentOS 7.x going EOL on June 30, 2024 cPanel had to start supporting other Linux distros. Since the CentOS going EOL news hit the community it has put a lot of pressure on cPanel. Due to the news a software provider called CloundLinux went ahead and created AlmaLinux, a community-supported, production-grade enterprise operating system that is binary-compatible with Red Hat Enterprise Linux. The first stable release of AlmaLinux was published on March 30, 2021, cPanel already fully supports AlmaLinux, and the installation process is the same as on CentOS. However cPanel didn&#8217;t stop there, CentOS was great but they were on a single point of failure Linux distro, now they have eliminated that by fully supporting Ubuntu. In this blog, we are going through the installation process.<br />
<span id="more-8804"></span></p>
<h1 class="entry-title"><strong>Server requirements.</strong></h1>
<ol>
<li style="list-style-type: none;">
<ol>
<li>Operating system and version- Ubuntu 20.04 LTS</li>
<li>Processor– Minimum: 1.1 GHz and Recommended: 2 GHz</li>
<li> Ram –  Minimum: 1 GB (Recommended 3 GB)</li>
<li>Disk space: Minimum 20GB (Recommended 60 GB)</li>
</ol>
</li>
</ol>
<ol>
<li>Static IP Address</li>
<li>FQDN &#8211; Fully qualified domain name (We recommend a subdomain which points to the server such as vps.domain.com)Now, login as root to the server. You can do that by executing the following command in command prompt: ssh root@1.1.1.1 -p22  (change 1.1.1.1 with your server&#8217;s IP)By default Ubuntu has a firewall enabled, by executing the below commands you will disable the rules.
<pre class="language-text copy-the-code-target">iptables-save &gt; ~/firewall.rules
systemctl stop firewalld.service 
systemctl disable firewalld.service</pre>
<p>Update the system by executing the following rules:</p>
<pre class="copy-the-code-target">sudo apt update 
sudo apt upgrade</pre>
<p>Now, we setup the fully qualified domain.</p>
<p>To check your current hostname, in the console type hostname and hit enter.</p>
<p>To change it edit the following file /etc/hostname with your favorite editor, we recommend nano, to install nano type the command apt install -y nano</p>
<pre class="copy-the-code-target">nano /etc/hostname delete the old FQDN and type your new one.</pre>
<p>Reboot the server by typing reboot</p>
<p>After the server has booted, login as root and execute the following command:</p>
<p>cd /home &amp;&amp; curl -o latest -L https://securedownloads.cpanel.net/latest &amp;&amp; sh latest</p>
<p>This part doesn&#8217;t require any input from your end if everything is okay. After the installation script has done its job, type your server&#8217;s IP or FQDN you&#8217;ve setup into your browser, I.E https://vps.yourdomain.com:2087, from there you can login to the web interface and get yourself a license.</p>
<p>Now, a server by default isn&#8217;t secure without a firewall, cPanel&#8217;s firewall is called ConfigServer Security &amp; Firewall (csf)</p>
<p>Before we do install the firewall, we need it to install Perl.<br />
<span class="kw2"><br />
sudo</span> apt <span class="kw2">install</span> <span class="kw2">perl</span></p>
<p>And now, we will install CSF, to do so execute the following commands, one by one.</p>
<pre>cd /usr/src
rm -fv csf.tgz
wget https://download.configserver.com/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh</pre>
<pre>Next, test whether you have the required iptables modules:

perl /usr/local/csf/bin/csftest.pl</pre>
<p>By default CSF&#8217;s testing mode is enabled, that means that all the rules are reset every 5 minutes. We don&#8217;t want that, to disable testing do the following:</p>
<p>cd /etc/csf<br />
nano csf.conf<br />
Change the TESTING = &#8220;1&#8221; to TESTING = &#8220;0&#8221; and save the changes.<br />
Now, restart the firewall so the changed we did apply, type csf -r</p>
<p>The server is now more secure, however we will soon post a new blog that covers the hardening process of a cPanel server running on Ubuntu.</p>
<div class="et_pb_module et_pb_text et_pb_text_10 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<p>[Do you need a system admin to install and secure your server? <a href="http://getoutsourced.net/contact/">Contact US]</a></p>
</div>
</div>
</li>
</ol>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://getoutsourced.net/how-to-install-cpanel-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Outsourcing Web Hosting Support</title>
		<link>https://getoutsourced.net/outsourcing-web-hosting-support/</link>
					<comments>https://getoutsourced.net/outsourcing-web-hosting-support/#respond</comments>
		
		<dc:creator><![CDATA[Arlind Murati]]></dc:creator>
		<pubDate>Tue, 10 May 2022 15:17:13 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://getoutsourced.net/?p=8684</guid>

					<description><![CDATA[Most web hosting providers begin by providing support themselves or with a few key employees when they begin. However, soon they outgrow that mode and that is the time they have to take the call of either setting up support in-house with employees working 24×7 or finding a good partner to outsource their support needs to. Hosting [&#8230;]]]></description>
										<content:encoded><![CDATA[<p class="big">Most web hosting providers begin by providing support themselves or with a few key employees when they begin. However, soon they outgrow that mode and that is the time they have to take the call of either setting up support in-house with employees working 24×7 or finding a good partner to outsource their support needs to. Hosting service providers have to consider several aspects carefully before implementing hosting support in-house. A significant amount of time, money and efforts has to be invested, without compromising on the focus on the core business of selling web hosting services. Limitations in terms of money and space are major roadblocks for in house support, so it isn’t a practical choice for most of the hosting service providers. In this article we’ll shed light on 6 of the most obvious reasons why it makes sense to outsource.<br />
<span id="more-8684"></span></p>
<ol class="ordered-list">
<li><strong>Access to experienced and qualified technical staff and business best practices:</strong> For hosting service providers it isn’t always possible to find qualified technical staff for their support requirements. Moreover, hiring experienced staff isn’t cheap and can take a serious toll on the company’s finances. Outsourced Web hosting support companies like <a href="http://getoutsourced.net/">Getoutsourced  </a>have experienced technical staff and the know-how of the business best practices to ensure that your clients receive excellent technical support round the clock.</li>
<li><strong>Ability to offer real 24×7 support to your customers:</strong> The web hosting business thrives on reputation. The importance of offering 24×7 support to the clients cannot be over emphasized. Responding to client’s queries promptly is crucial for maintaining and enhancing the company’s reputation and gaining more clients.</li>
<li><strong>Staying focused on core business:</strong> This is possibly one of the biggest advantages of outsourcing support. The business owners no longer have to concern themselves over hiring the right technical staff and monitoring their performance. This saves them a lot of valuable time and energy which can be directed towards developing the core business.</li>
<li><strong>Built in business continuity in this model leads to reduced risk:</strong> An overseas Outsourcing partner means an automatic redundancy for your offices. In the case of natural disasters or even power or connectivity failure at your principal office location, your outsourcing partner remains online and available to your clients. This by itself can be a huge USP for any webhoster outsourcing support needs.</li>
<li><strong>Increased efficiency and competitiveness with reduced cost of customer support:</strong> Organizations that have in-house support teams have to spend more time in implementation, which leads to increased costs, this cost is ultimately passed on to the customers. This can be overcome by outsourcing support, which will lead to reduced costs and give businesses an edge over the competition.</li>
<li><strong>Ability to upscale and down scale your support team as required:</strong> Handing over your technical support to an outsourcer will empower you with the flexibility to upscale or downscale your support team as per your requirements, this is a big advantage as you can quickly adapt to a sudden surge or decline in demand. Whereas in the case of an in-house team, you don’t have such flexibility and training cycles etc. can be a major source of pain.
<p>Are you looking for a dedicated technical team that your customers really enjoy talking to? [<a href="http://getoutsourced.net/contact">Contact US</a>]</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://getoutsourced.net/outsourcing-web-hosting-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
