<?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>InstaCarma Blog &#187; Plesk</title>
	<atom:link href="http://www.instacarma.com/blog/tag/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.instacarma.com/blog</link>
	<description>Information Resource for Web Hosting Technical Support and Server Management</description>
	<lastBuildDate>Tue, 24 May 2011 10:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>MySQL database not listed in Plesk interface</title>
		<link>http://www.instacarma.com/blog/technical/mysql-database-not-listed-in-plesk-interface/</link>
		<comments>http://www.instacarma.com/blog/technical/mysql-database-not-listed-in-plesk-interface/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:59:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1136</guid>
		<description><![CDATA[Filed under: database, Mysql, Plesk Issue : A MySQL database was created and still does exist but it is not being listed in the Plesk interface. Solution : This usually happens when the database is not created via Plesk. Instead, it might have been created via SSH. To get around this, there are two ways [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/database/'>database</a>, <a href='http://www.instacarma.com/blog/tag/mysql/'>Mysql</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue : </strong></p>
<p>A MySQL database was created and still does exist but it is not being listed in the Plesk interface.</p>
<p><strong>Solution : </strong></p>
<p>This usually happens when the database is not created via Plesk. Instead, it might have been created via SSH.</p>
<p>To get around this, there are two ways : </p>
<p>1. This is the simpler of the two. </p>
<p>Just take a dump of the database.</p>
<blockquote><p>mysqldump -u &lt;username&gt; -p &lt;password&gt; databasename > databasename.sql </p></blockquote>
<p>Drop the database.</p>
<blockquote><p>mysql -u &lt;username&gt; -p &lt;password&gt;<br />
drop database &lt;databasename&gt;</p></blockquote>
<p>Create the database via Plesk.<br />
Plesk Control Panel >> Domains >> Mysql Database >> Add Database</p>
<p>Restore the database.</p>
<blockquote><p>mysql databasename < databasename.sql</p></blockquote>
<p>2. Another method is a bit complex one and is advised for expert users only.</p>
<p>After taking a backup of the current <em>psa</em> database, you will have to edit it from the backend and add the database details in the database table manually. </p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/mysql-database-not-listed-in-plesk-interface/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/mysql-database-not-listed-in-plesk-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk:Setting up Catch-all and Auto responder</title>
		<link>http://www.instacarma.com/blog/technical/plesksetting-up-catch-all-and-auto-responder/</link>
		<comments>http://www.instacarma.com/blog/technical/plesksetting-up-catch-all-and-auto-responder/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:14:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[autoresponder]]></category>
		<category><![CDATA[catchall]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=964</guid>
		<description><![CDATA[Filed under: autoresponder, catchall, email, Plesk Setting up Catch-all First, log in to the Plesk Control Panel. Then click on the name of the domain you wish to add the e-mail address to. This will load the domain&#8217;s settings page. Now click on the mail icon, followed by the Preferences tab on the following page. [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/autoresponder/'>autoresponder</a>, <a href='http://www.instacarma.com/blog/tag/catchall/'>catchall</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Setting up Catch-all</strong></p>
<p>First, log in to the Plesk Control Panel. Then click on the name of the domain you wish to add the e-mail address to.  This will load the domain&#8217;s settings page. Now click on the <em>mail</em> icon, followed by the <em>Preferences</em> tab on the following page.<br />
To setup catch-all, select <em>Catch to address</em> and enter the e-mail address of the account in the field provided.Click OK. </p>
<p>The change is instant and all unknown e-mails will now be forwarded to the chosen account as soon as they come in.</p>
<p><strong>Setting up Auto responder</strong></p>
<p> First, log in to the Plesk Control Panel and click on the name of the domain you wish to add the Auto responder .       This will load the domain&#8217;s settings page. Now click on the <em>mail</em> icon, then select the specific email id.<br />
To set up an  Auto responder, select <em>Auto responder</em> and enter the necessary information in the field provided. Click OK.</p>
<p>That is it!</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/plesksetting-up-catch-all-and-auto-responder/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/plesksetting-up-catch-all-and-auto-responder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk : Installing SSL Certificate</title>
		<link>http://www.instacarma.com/blog/technical/plesk-installing-ssl-certificate/</link>
		<comments>http://www.instacarma.com/blog/technical/plesk-installing-ssl-certificate/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 20:22:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles and tutorials]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=959</guid>
		<description><![CDATA[Filed under: Plesk, SSL Following are the steps to install an SSL certificate in Plesk : 1. Download the Primary, Intermediate and Root certificate files. 2. Log in to the Plesk Control Panel. 3. Select &#8216;Domains&#8217; from the left menu. 4. Click on the domain name for which the certificate has been created for. 5. [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a>, <a href='http://www.instacarma.com/blog/tag/ssl/'>SSL</a></p>
<p>Following are the steps to install an SSL certificate in Plesk :   </p>
<p>1. Download the Primary, Intermediate and Root certificate files.<br />
2. Log in to the Plesk Control Panel.<br />
3. Select &#8216;Domains&#8217; from the left menu.<br />
4. Click on the domain name for which the certificate has been created for.<br />
5. Click on the &#8216;Certificates&#8217; menu item.<br />
6. There is a button in the middle of the page labeled &#8216;Browse&#8217;. Click &#8216;Browse&#8217; >> navigate to the location of the saved Primary Certificate (your_domain_name.crt) >> Select it >> Click &#8216;Send File&#8217;. This will upload and install the certificate against the corresponding Private Key.<br />
7. The certificate will now appear in the list of certificates at the bottom of the page.<br />
8. Click on the particular certificate in the list.<br />
9. Look for the box  labeled &#8216;CA Certificate&#8217;. You  need to paste both the Intermediate Certificate and Trusted Root Certificate in this box.<br />
10. Click the &#8216;Send Text&#8217; button.<br />
11. Now click &#8216;Up Level&#8217; until you get to the top level and choose &#8216;Setup&#8217;.<br />
12. At the top of the page, change the &#8216;SSL Certificate&#8217; drop-down menu to the certificate you have just installed.<br />
13. Click the &#8216;Server&#8217; item from the left menu.<br />
14. Click on the &#8216;Service Management&#8217; menu item.<br />
15. Restart the Web Server to activate the certificate.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/plesk-installing-ssl-certificate/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/plesk-installing-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logon errors while accessing File Manager in Plesk</title>
		<link>http://www.instacarma.com/blog/technical/logon-errors-while-accessing-file-manager-in-plesk/</link>
		<comments>http://www.instacarma.com/blog/technical/logon-errors-while-accessing-file-manager-in-plesk/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 16:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[filemanager]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=952</guid>
		<description><![CDATA[Filed under: filemanager, Plesk Error : Following error occurs when File Manager for a domain is accessed via Plesk control panel: 0: C:\\Program Files\\SWsoft\\Plesk\\admin\\htdocs\\filemanager\\filemanager.php:672 psaerror(string “FileList::init() failed: ls_dir_wrapper() failed: Unable to logon user (SERVER_NAME\\username): (1331) Logon failure: account currently disabled.” Fix : The user needs to be enabled using the Computer Management console or the [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/filemanager/'>filemanager</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Error : </strong></p>
<p>Following error occurs when File Manager for a domain is accessed via Plesk control panel:</p>
<p><em>0: C:\\Program Files\\SWsoft\\Plesk\\admin\\htdocs\\filemanager\\filemanager.php:672 psaerror(string “FileList::init() failed: ls_dir_wrapper() failed: Unable to logon user (SERVER_NAME\\username): (1331) Logon failure: account currently disabled.”</em></p>
<p><strong>Fix : </strong></p>
<p>The user needs to be enabled using the Computer Management console or the command line.</p>
<p>Go to Computer Management >> Local Users and Groups >>  Users >> Find the user that is disabled >> Right click >>  Properties >> General tab >> Uncheck &#8216;Account is disabled&#8217; check box >> Click OK.</p>
<p>This should resolve the issue.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/logon-errors-while-accessing-file-manager-in-plesk/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/logon-errors-while-accessing-file-manager-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk : Domain does not exist  error</title>
		<link>http://www.instacarma.com/blog/technical/plesk-domain-does-not-exist-error/</link>
		<comments>http://www.instacarma.com/blog/technical/plesk-domain-does-not-exist-error/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 16:17:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=949</guid>
		<description><![CDATA[Filed under: domain, error, Plesk Issue : Domain does not exist error message occurs when accessing the web directories of a domain in Plesk. The following error message is displayed in &#8216;Web Directories&#8217; when accessing it from the domain management section : WebServerManager::getWebDirs() failed: websrvmng failed: Site domain.com doesn’t exist ———————————Debug Info———————————————- 0: C:\\Program Files\\SWsoft\\Plesk\\admin\\htdocs\\domains\\webdirs\\webdirs.php:48 [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/domain/'>domain</a>, <a href='http://www.instacarma.com/blog/tag/error/'>error</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue : </strong></p>
<p>Domain does not exist error message occurs when accessing the web directories of a domain in Plesk.</p>
<p>The following error message is displayed in &#8216;Web Directories&#8217; when accessing it from the domain management section : </p>
<p><em>WebServerManager::getWebDirs() failed: websrvmng failed: Site domain.com doesn’t exist</p>
<p>———————————Debug Info———————————————-<br />
0: C:\\Program Files\\SWsoft\\Plesk\\admin\\htdocs\\domains\\webdirs\\webdirs.php:48 psaerror(string “WebServerManager::getWebDirs() failed: websrvmng failed: Site domain.com doesn’t exist”)</em></p>
<p><strong>Solution : </strong></p>
<p>The error message means that domain.com is either absent  or not configured in IIS. The site needs to be configured using the following commands:</p>
<p><em>“plesk_bin\websrvmng.exe”—remove-vhost—vhost-name=domain.com<br />
“plesk_bin\websrvmng.exe”—reconfigure-vhost –vhost-name=domain.com</em></p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/plesk-domain-does-not-exist-error/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/plesk-domain-does-not-exist-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Manager fails to open in Win6</title>
		<link>http://www.instacarma.com/blog/technical/file-manager-fails-to-open-in-win6/</link>
		<comments>http://www.instacarma.com/blog/technical/file-manager-fails-to-open-in-win6/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:55:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[filemanager]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=946</guid>
		<description><![CDATA[Filed under: filemanager, password, Plesk Issue : File Manager failed to open in Win 6 . Solution : This issue is usually resolved by the following steps: Right click My computer >> manage >> user and groups Open the specific user >> properties >> uncheck &#8216;the account is disable&#8217; Reset the user password (It will [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/filemanager/'>filemanager</a>, <a href='http://www.instacarma.com/blog/tag/password/'>password</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue : </strong></p>
<p>File Manager failed to open in Win 6 .</p>
<p><strong>Solution : </strong></p>
<p>This issue is usually resolved by the following steps:</p>
<p>Right click My computer >> manage >> user and groups<br />
Open the specific user >> properties >> uncheck &#8216;the account is disable&#8217;<br />
Reset the user password (It will change the particular domain&#8217;s ftp password as well).</p>
<p>Now you should be able to get into the File Manager.</p>
<p>However, the above steps will cause a change in password. If it is required that the password should NOT be changed then the following steps will help you get around that:</p>
<p>You will have to check the password in the plesk database and replicate the same in the back-end.</p>
<p>In this case, plesk saved the details in the following way:</p>
<p>The database name : psa.mdb<br />
The table name : Hosting<br />
Column : Ftp_user , Ftp_pwd</p>
<p>1.Check the ftp user for that domain through the web hosting settings in plesk.<br />
2.Search the user in the Psa.mdb > Hosting table > Ftp_user and find the corresponding password for that user .<br />
3.Update the same password via  back- end i.e Right click the &#8216;My computer&#8217; >> Manage >> User and groups >> Open the specific user >> Properties >> Reset password</p>
<p>Note :</p>
<p>Before changing any entries in the DB, you should take a backup .<br />
Before editing the entries in the DB, check and confirm twice.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/file-manager-fails-to-open-in-win6/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/file-manager-fails-to-open-in-win6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot update domain/sub-domain configuration in IIS</title>
		<link>http://www.instacarma.com/blog/technical/cannot-update-domainsub-domain-configuration-in-iis/</link>
		<comments>http://www.instacarma.com/blog/technical/cannot-update-domainsub-domain-configuration-in-iis/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=943</guid>
		<description><![CDATA[Filed under: IIS, Plesk, subdomain Issue : While attempting to re-configure a domain or sub-domain in IIS using the websrvmng.exe plesk tool, following errors occurred. For a domain: “plesk_bin\websrvmng.exe”—reconfigure-vhost—vhost-name=ail.ru The system cannot find the file specified. (COM Error 80070002) For a sub domain: “plesk_bin\websrvmng.exe”—update-subdomain—vhost-name=domain.com—subdomain=sub The system cannot find the file specified. (COM Error 80070002) at [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/iis/'>IIS</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a>, <a href='http://www.instacarma.com/blog/tag/subdomain/'>subdomain</a></p>
<p><strong>Issue : </strong></p>
<p>While attempting to re-configure a domain or sub-domain in IIS using the <em>websrvmng.exe</em> plesk tool, following errors occurred.</p>
<p>For a domain:</p>
<p><em>“plesk_bin\websrvmng.exe”—reconfigure-vhost—vhost-name=ail.ru<br />
The system cannot find the file specified. (COM Error 80070002) </em></p>
<p>For a sub domain:</p>
<p><em>“plesk_bin\websrvmng.exe”—update-subdomain—vhost-name=domain.com—subdomain=sub<br />
The system cannot find the file specified. (COM Error 80070002) at configSubdomain(sub.domain.com)</em></p>
<p><strong>Cause :</strong> </p>
<p>Some of the default folders were missing in the (sub) domain root folder.</p>
<p><strong>Solution : </strong></p>
<p>The missing folders need to be  restoried using the Plesk re-configurator. This feature checks files permissions + restores missing folders + creates missing system users for the (sub) domain. It can be executed via command line as follows:</p>
<p><em>reconfigurator.exe /check-permissions=domain.com</em></p>
<p>Or using the  Plesk Panel.</p>
<p>Plesk >> Domains >>  domain.com. Check the problematic domain and  click &#8216;Check permissions&#8217;.</p>
<p>This should eliminate the source and the command should run properly. For a sub-domain, the parent domain needs to be checked.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/cannot-update-domainsub-domain-configuration-in-iis/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/cannot-update-domainsub-domain-configuration-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Private NameServers in Plesk</title>
		<link>http://www.instacarma.com/blog/technical/adding-private-nameservers-in-plesk/</link>
		<comments>http://www.instacarma.com/blog/technical/adding-private-nameservers-in-plesk/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:27:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles and tutorials]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[nameservers]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=940</guid>
		<description><![CDATA[Filed under: DNS, nameservers, Plesk The following steps are required to add custom NS entries in Plesk. 1. Register the child name servers with your registrar and point them to the specific IP address. ns1.domainname —-> server shared ip ns2.domainname—-> server shared ip 2. Unfortunately, plesk has a limitation in managing the client’s private name [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/dns/'>DNS</a>, <a href='http://www.instacarma.com/blog/tag/nameservers/'>nameservers</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p>The following steps are required to  add custom NS entries in Plesk.</p>
<p>1. Register the child name servers with your registrar and point them to the specific IP address.</p>
<p>ns1.domainname —-> server shared ip<br />
ns2.domainname—-> server shared ip</p>
<p>2. Unfortunately, plesk has a  limitation in managing the client’s private name servers. So, after registering your private name servers with the registrar, follow these steps : </p>
<p>By default, plesk will create DNS entries for a domain with the server’s default name servers. So, you will have to edit the DNS settings of the main domain as well as the  domains registered with your new private name servers to eliminate the default name server configuration from its DNS zone and add the new custom one. </p>
<p>1. Log in to the client control panel.<br />
2. Click on the domain name in the domain list to correct the DNS settings with the newly registered one.<br />
3. Click on “DNS Settings” icon.<br />
4. Select the check box besides the lines,<br />
NS ns1-win.default.com<br />
NS ns2-win.default.com<br />
5. Click to remove and click  “OK” to confirm.<br />
6. Now, select “Add Record”.<br />
7. Select “NS” from the first drop down.<br />
8. Paste (your custom name server name) in the third column leaving the second text field as such.<br />
9. Click  &#8220;OK&#8221;<br />
10. Repeat the same procedure to  add  ns2.domainname.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/adding-private-nameservers-in-plesk/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/adding-private-nameservers-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot login to FTP:Home directory inaccessible error</title>
		<link>http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/</link>
		<comments>http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=896</guid>
		<description><![CDATA[Filed under: FTP, Plesk Issue: Login to domain.com via FTP fails for all users. The following error message is displayed: Cannot log in, home directory inaccessible Cause: There could be several reasons: 1. This might happen if the hostname is longer than 15 characters. 2. Domain resolves to a different IP than the one which [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue: </strong></p>
<p>Login to domain.com via FTP fails for all users. The following error message is displayed:<br />
<em>Cannot log in, home directory inaccessible</em></p>
<p><strong>Cause:<br />
</strong></p>
<p>There could be several reasons:</p>
<p>1. This might happen if the hostname is longer than 15 characters.<br />
2. Domain resolves to a different IP than the one which has been configured in Plesk.<br />
3. FTP server configuration is broken.</p>
<p><strong>Solution: </strong></p>
<p>1. To change the host name right-click the My Computer icon, choose Properties. Select Computer Name tab then click Change button. Specify the computer name as desired and click OK. When done, restart your computer.</p>
<p>2. Please check if domain.com resolves to the same IP it has been configured for in Plesk.</p>
<p>3. If the name of your server is shorter than 15 characters and domain resolves to the proper IP it could mean that something is broken in the FTP configuration.</p>
<p>You should follow these steps to fix the issue:</p>
<p>Repair permissions of the home folders of the problematic domains. It can be done using the Control Panel.</p>
<p><em>Plesk >> Domains >> Mark problem domain >> Click on Check permissions</em></p>
<p>Re-configure FTP  using Plesk command line tool<em> ftpmng.exe</em> as follows:</p>
<p>“plesk_bin\ftpmng.exe”—remove-vhost—vhost-name=yourdomain.com<br />
“plesk_bin\ftpmng.exe”—reconfigure-vhost—vhost-name=yourdomain.com</p>
<p>Note : Check and verify if you have domains on dedicated IPs</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/cannot-login-to-ftphome-directory-inaccessible-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login failed after changing FTP credentials</title>
		<link>http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/</link>
		<comments>http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:07:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=894</guid>
		<description><![CDATA[Filed under: FTP, Plesk Issue : After changing the FTP credentials, the user is unable to log in to the FTP location. It just keeps asking for username/password. The domain is managed by Plesk control panel. Solution : Some permissions might have been screwed while changing the credentials. To set the permissions so that the [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/ftp/'>FTP</a>, <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue :</strong></p>
<p>After changing the FTP credentials, the user is unable to log in to the FTP location. It just keeps asking for username/password. The domain is managed by Plesk control panel.</p>
<p><strong>Solution :</strong></p>
<p>Some permissions might have been screwed while changing the credentials.</p>
<p>To set the permissions so that the user can access the FTP location:</p>
<p>1 .Delete file <em>.Security</em> from the domain directory:</p>
<p>2. Reconfigure the domain settings:<em><br />
“plesk_bin\websrvmng.exe”—reconfigure-vhost—vhost-name=domain name<br />
</em><br />
3.Check permissions for the domain. Click the<em> Domains</em> shortcut in the navigation panel. Select the check box corresponding to the domain name you want to perform permissions check on. Click <em>Check permissions</em>.</p>
<p>IMPORTANT: All custom permissions will be lost if you repair permissions via  Plesk Panel. They should be restored manually.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/login-failed-after-changing-ftp-credentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk : Changing the main domain name</title>
		<link>http://www.instacarma.com/blog/technical/plesk-changing-the-main-domain-name/</link>
		<comments>http://www.instacarma.com/blog/technical/plesk-changing-the-main-domain-name/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=500</guid>
		<description><![CDATA[Filed under: Plesk Issue : The domain name needs to be changed without having to recreate the account or losing any data. Solution : Just go to Plesk >> Domain >> Old Domain name >> Domain Administrator >> New Domain name The page is quite self explanatory. This accomplish the task.]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue : </strong></p>
<p>The domain name needs to be changed without  having to recreate the account or losing any data.</p>
<p><strong>Solution : </strong></p>
<p>Just go to Plesk >> Domain >> Old Domain name >> Domain Administrator >> New Domain name</p>
<p>The page is quite self explanatory. This accomplish the task.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/plesk-changing-the-main-domain-name/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/plesk-changing-the-main-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to remove a domain from the Plesk Control Panel</title>
		<link>http://www.instacarma.com/blog/technical/unable-to-remove-a-domain-from-the-plesk-control-panel/</link>
		<comments>http://www.instacarma.com/blog/technical/unable-to-remove-a-domain-from-the-plesk-control-panel/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 17:58:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=441</guid>
		<description><![CDATA[Filed under: Plesk Error : Unable to remove domains: Problems occurred while removing domains: Delete database user failed: Login failed for SQL Server login ’sa’. The password for this login has expired. Fix : 1. Log in to the server 2. Go to Start &#62;&#62; Programs &#62; Microsoft SQL Server &#62; SQL Management Studio Express [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Error :</strong></p>
<p><em>Unable to remove domains: Problems occurred while removing domains: Delete database user failed: Login failed for SQL Server login ’sa’. The password for this login has expired.</em></p>
<p><strong>Fix :</strong></p>
<p>1. Log in to the server<br />
2. Go to Start &gt;&gt; Programs &gt; Microsoft SQL Server &gt; SQL Management Studio Express &gt; Login using Windows authentication.<br />
3. Go To Databases &gt; Logins &gt; Sa ( right Click ) &gt; Properties<br />
4. Here ,uncheck the <em>Enforce Password Expiry</em> option &gt;&gt; Save the changes</p>
<p>This should fix the issue!</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/unable-to-remove-a-domain-from-the-plesk-control-panel/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/unable-to-remove-a-domain-from-the-plesk-control-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Plesk] File manger error</title>
		<link>http://www.instacarma.com/blog/technical/plesk-file-manger-error/</link>
		<comments>http://www.instacarma.com/blog/technical/plesk-file-manger-error/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:10:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=200</guid>
		<description><![CDATA[Filed under: Plesk Issue : &#8220;Unable to change directory to /httpdocs/: Invalid file name.&#8221; Fix : If you are getting the above error while navigating the directory structure using Plesk FileManager option, it means there is a file in the directory which is using some special character (eg. &#38;, &#8216;, [ , ] ) in [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p><strong>Issue : </strong></p>
<p>&#8220;Unable to change directory to /httpdocs/: Invalid file name.&#8221;</p>
<p><strong>Fix :</strong></p>
<p>If you are getting the above error while navigating the directory structure using Plesk FileManager option, it means there is a file in the directory which is using some special character (eg. &amp;, &#8216;, [ , ] ) in its file name .</p>
<p>You can easily fix this by renaming the file name.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/plesk-file-manger-error/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/plesk-file-manger-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the admin password of plesk server?</title>
		<link>http://www.instacarma.com/blog/technical/85/</link>
		<comments>http://www.instacarma.com/blog/technical/85/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 17:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=85</guid>
		<description><![CDATA[Filed under: Plesk Irrespective of the password reminder available on the login screen, we can use the following methods to retrieve plesk Admin Password. For Linux: #cat /etc/psa/.psa.shadow This will provide the  current admin password in an un-encrypted form. For Windows: If we have  RDP (Remote Desktop Protocol ) access to the windows  server, we [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a></p>
<p>Irrespective of the password reminder available on the login screen, we can use the following methods to retrieve plesk Admin Password.</p>
<p><strong>For Linux:</strong></p>
<p>#cat /etc/psa/.psa.shadow</p>
<p>This will provide the  current admin password in an un-encrypted form.</p>
<p><strong>For Windows:<br />
</strong><br />
If we have  RDP (Remote Desktop Protocol ) access to the windows  server, we can use the plesksrvclient.exe utility located in %plesk_bin% folder to set up a new password or retrieve the old one.</p>
<p>We can retrieve the current password by running this utility with:</p>
<p>&#8220;%plesk_bin%plesksrvclient&#8221; -get</p>
<p>We can also set new admin password by running the following command:</p>
<p>&#8220;%plesk_bin%plesksrvclient&#8221; -set true</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/85/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File does not exist error for WebUsers in Plesk</title>
		<link>http://www.instacarma.com/blog/technical/file-does-not-exist-error-for-webusers-in-plesk/</link>
		<comments>http://www.instacarma.com/blog/technical/file-does-not-exist-error-for-webusers-in-plesk/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 17:35:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[WebUser]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=91</guid>
		<description><![CDATA[Filed under: Plesk, WebUser Issue : Web Users for a domain added in plesk control panel can be accessed as &#8221; http://domain.com/~webuser/ &#8220;  but adding a webuser for first time for a domain may throw an  error as &#8221; File does not exist: /var/www/vhosts/domain.com/httpdocs/~webuser &#8221; Cause : Plesk doesn&#8217;t make required entries related to a [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/plesk/'>Plesk</a>, <a href='http://www.instacarma.com/blog/tag/webuser/'>WebUser</a></p>
<p><strong>Issue : </strong></p>
<p>Web Users for a domain added in plesk control panel can be accessed as &#8221; http://domain.com/~webuser/ &#8220;  but adding a webuser for first time for a domain may throw an  error as &#8221; File does not exist: /var/www/vhosts/domain.com/httpdocs/~webuser &#8221;</p>
<p><strong>Cause :</strong></p>
<p>Plesk doesn&#8217;t make required entries related to a webuser automatically in the Apache configuration file.</p>
<p><strong>Solution : </strong><br />
1) Add the following entry in the  Apache configuration file.<br />
UserDir /var/www/vhosts/domain.com/web_users<br />
(PS: Make sure that you are replacing only domain name with the exact domain in question. Don&#8217;t replace web_users with webuser name in Apache conf. file.<br />
Avoid editing the original Apache conf. file for the domain (/var/www/vhosts/domain.com/conf/httpd.include). Instead you may create vhost.conf file (/var/www/vhosts/domain.com/conf/vhost.conf) and add above entries in order to avoid any misconfiguration.)<br />
2) Run the following  command in order to update the changes made above.<br />
/usr/local/psa/admin/sbin/websrvmng &#8211;reconfigure-vhost &#8211;vhost-name=domain.com<br />
3) Restart Apache</p>
<p>After  carrying out the  above steps you should be able to access WebUser through a browser. Now if you are getting Permission Denied error then make sure that you have uploaded one index file for the web user through webuser&#8217;s FTP account. The document root for the webuser&#8217;s is  :<br />
/var/www/vhosts/domain.com/web_users/webuser .<br />
While logging in through FTP , by default, webuser will be having  access to this directory only.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/file-does-not-exist-error-for-webusers-in-plesk/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/file-does-not-exist-error-for-webusers-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

