<?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>Getoutsourced</title>
	<atom:link href="https://getoutsourced.net/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>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>Tips for great customer service</title>
		<link>https://getoutsourced.net/tips-for-great-customer-service/</link>
					<comments>https://getoutsourced.net/tips-for-great-customer-service/#respond</comments>
		
		<dc:creator><![CDATA[Veron Lecaj]]></dc:creator>
		<pubDate>Tue, 10 May 2022 16:05:19 +0000</pubDate>
				<category><![CDATA[Customer Service]]></category>
		<guid isPermaLink="false">http://getoutsourced.net/?p=8690</guid>

					<description><![CDATA[Customer service is a challenging field to work in. It takes the right balance of communication skills and technical product knowledge to deliver a delightful customer experience. There’s always something your support team can be doing to improve your customers’ experience. Just like professional athletes practice every day, support reps should work with the company’s [&#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>Customer service is a challenging field to work in. It takes the right balance of communication skills and technical product knowledge to deliver a delightful customer experience.</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>There’s always something your support team can be doing to improve your customers’ experience. Just like professional athletes practice every day, support reps should work with the company’s products every day and learn everything they can about your business and its customers. Even the most seasoned reps must routinely practice their skills to keep them sharp and prepared to handle any type of interaction.<br />
<span id="more-8690"></span></p>
<h1 class="entry-title"><strong>Let’s talk about a few tips for better customer service.</strong></h1>
<ol>
<li>Solve for the customer.</li>
<li>Leverage emotional intelligence.</li>
<li>Avoid apologies and excuses.</li>
<li>Use positive language.</li>
<li>Open and close the conversation.</li>
<li>Provide a clear and concise response.</li>
<li>Master your daily workflow.<br />
Solve the customer!At Getoutsourced we have the saying, “solve for the customer’s needs, not your own.” This mantra leads our support team and reminds our reps how to approach each interaction with our customers. Rather than looking for shortcuts or handing the case off to another rep, our team is expected to be as invested in the situation as the customer. This means looking for long-term solutions that foster customer success, not quick fixes that will require more attention later.</p>
<h1 class="entry-title">Leverage emotional intelligence.</h1>
<p>Emotional intelligence is an important skill that customer support reps must develop in their careers. It refers to one’s ability to interpret and decipher other people’s emotions and respond to them in a constructive manner. Perfecting this skill will help your customer support reps quell frustrated or impatient customers and prevent escalations to your customer success team.</p>
<p>For example, as you’ve probably experienced, some customers are less patient than others. These customers can sometimes seem pushy or over-demanding, but someone with strong emotional intelligence would recognize that these customers have immediate needs. Customers don’t want to off-put your support team, but they will prioritize time-sensitive needs over being patient with an indifferent support rep. Leveraging emotional intelligence in these cases will help your team focus on fulfilling the customer’s goals rather than on the customer’s behavior.</p>
<h1 class="entry-title">Avoid making apologies.</h1>
<p>This may seem counter-intuitive, but some of the best advice I ever received in support was to stop apologizing for roadblocks I had no control over. No matter how sincere I tried to be, customers didn’t really care about my apology, they just wanted their problem fixed. So, rather than apathetically apologizing time and time again, I began thanking customers for their patience instead.</p>
<p>It was during this experiment I learned how powerful avoiding apologies can be in a customer service setting. I realized that every time I apologized I was openly admitting to the customer that there was a problem. Even if it was a minor mistake, I was giving the customer permission to be upset with me because I was acknowledging the flaw in my customer service.</p>
<p>By thanking customers, I was still taking responsibility for the mistake but I was flattering the customer rather than instigating them. If the customer was still frustrated with the issue, my response appeared more confident which made it easier for me to de-escalate the interaction. It’s much easier to convince customers that you’re in control of the situation when you’re not apologizing every few moments.</p>
<h1 class="entry-title">Use positive language.</h1>
<p>The vocabulary and tone your team uses can steer the course of the conversation with a customer. So, it’s important to focus on using positive language because it encourages a better customer experience. By using positive language, your team can prevent escalations by demonstrating their confidence in resolving the customer’s issue.</p>
<p>For example, let’s say your rep is working with a customer on the phone and they just can’t seem to figure out the problem they’re facing. After 10 minutes of back-and-forth questions, the customer tells them they’re getting “a little annoyed” with how long the call is taking. If your rep responds with, “I understand this is very frustrating,” they’re escalating the issue in the eyes of the customer. They were just “a little annoyed,” to start but now they know that they can be “very frustrated” if the call continues this way.</p>
<p>Instead, have your rep use the customer’s own language in their response. Try saying, “I understand this can be a little tricky,” as that uses the same positive language the customer did. The word “little” in this instance minimizes the complexity of the issue and reminds the customer they’re still the best option for help. If your reps see the problem as small or easy to overcome, customers will rally behind that confidence and be more willing to collaborate.</p>
<h1 class="entry-title">Open and close the conversation.</h1>
<p>First impressions are imperative to customer service, and while starting and finishing a conversation might seem easy, in practice it can be a lot more awkward than it sounds. After all, it’s not like your reps are getting a call from their best friends. They’re potentially picking up the phone to an angry stranger who’s about to bark commands at them.</p>
<p>It’s important to remind your reps that they’re not getting a call from a customer, they’re getting a call from a person who needs your team’s help. Have your team practice their intro statement every day until it becomes a natural reflex whenever they pick up the phone. Reps should start with a warm greeting, introduce themselves, and ask for the customer’s name. This formally introduces your rep to the customer and makes the experience feel more human.</p>
<p>Additionally, it’s just as important to learn how to close the conversation. You’d be surprised how many spur-of-the-moment thoughts your customers will have, and your reps can lose valuable time answering these aimless questions. While you certainly don’t want to cut your customers off, it’s important to keep in mind that other customers may be waiting for help, too. So, when your reps do solve a problem, ask the customer directly if they need any more assistance and if not, move on to the next case.</p>
<div class="et_pb_module et_pb_text et_pb_text_9 et_pb_text_align_left et_pb_bg_layout_light">
<div class="et_pb_text_inner">
<h1 class="entry-title">Provide a clear and concise response.</h1>
<p>Customer support reps not only need to possess an expert-level of product knowledge, but they also need to be able to explain it to customers who are beginners. It doesn’t matter how in-depth and accurate your rep’s explanation is, it does no good if the customer can’t make any sense of it.</p>
<p>Your customers may love your products and services but they will never be as technically sound with them as your support reps are. So, it’s important to respond to every service request like you’re talking to someone who’s brand new to your company. Reps should begin with the fundamental explanation of your troubleshooting then elaborate further if the customer wants more details. This will save your reps time from explaining complex information to customers who aren’t really interested.</p>
</div>
</div>
<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">
<h1 class="entry-title">Master your daily workflow.</h1>
<p>To be considered as an experienced customer support rep, your reps need to master their daily tasks and functions until they become second nature. This is one of the hardest things for new reps to do because there’s no training you can provide to help them master their workflow. Every rep has their own workflow preferences and they need to discover them on their own by working with customers.</p>
<p>While the type of cases they take may vary, your reps’ daily workflow should remain relatively consistent. Of course there will be some days where abnormal cases will throw them off pace, but overall, having a consistent daily workflow demonstrates they’re capable of meeting your customer’s expectations.</p>
<p>[Do you need a dedicated team for your customers? <a href="http://getoutsourced.net/contact">We are available 24×7</a>]</p>
</div>
</div>
</li>
</ol>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://getoutsourced.net/tips-for-great-customer-service/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>
