<?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>Abdelkader ELKALDI - Web Application Developer &#187; Plesk</title>
	<atom:link href="http://updel.com/tag/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://updel.com</link>
	<description>Just another Web Application Developer</description>
	<lastBuildDate>Mon, 23 May 2011 17:49:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Plesk : How to pointing domain to a subdirectory</title>
		<link>http://updel.com/plesk-pointing-domain-subdirectory/</link>
		<comments>http://updel.com/plesk-pointing-domain-subdirectory/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:24:30 +0000</pubDate>
		<dc:creator>UpDeL</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[dns domain plesk]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Pointing domain plesk]]></category>
		<category><![CDATA[Pointing domain subdirectory]]></category>
		<category><![CDATA[subdomain plesk]]></category>

		<guid isPermaLink="false">http://updel.com/?p=330</guid>
		<description><![CDATA[First create your &#8220;subdirectory_name&#8221; then run terminal and edit httpd.include (vi, pico &#8230;): pico /var/www/vhosts/domain.com/conf/httpd.include Change every &#8220;/var/www/vhosts/domain.com/httpdocs&#8221; To &#8220;/var/www/vhosts/domain.com/httpdocs/subdirectory_name&#8221; Restart apache : service httpd restart This trick can be used to configure another domain to be pointing in another domaine : exemple Change every &#8220;/var/www/vhosts/domain2.com/httpdocs&#8221; To &#8220;/var/www/vhosts/domain1.com/httpdocs&#8220;]]></description>
			<content:encoded><![CDATA[<p>First create your &#8220;subdirectory_name&#8221; then run terminal and edit httpd.include (vi, pico &#8230;):</p>
<pre class="brush: plain;">pico /var/www/vhosts/domain.com/conf/httpd.include</pre>
<p>Change every &#8220;<strong>/var/www/vhosts/domain.com/httpdocs</strong>&#8221;<br />
To &#8220;<strong>/var/www/vhosts/domain.com/httpdocs/subdirectory_name</strong>&#8221;</p>
<p>Restart apache :</p>
<pre class="brush: plain;">service httpd restart</pre>
<p>This trick can be used to configure another domain to be pointing in another domaine : exemple</p>
<p>Change every &#8220;<strong>/var/www/vhosts/<span style="color: #ff0000;">domain2.com</span>/httpdocs</strong>&#8221;<br />
To &#8220;<strong>/var/www/vhosts/<span style="color: #008000;">domain1.com</span>/httpdocs</strong><strong></strong>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://updel.com/plesk-pointing-domain-subdirectory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating additional FTP user in Plesk</title>
		<link>http://updel.com/additional-ftp-plesk/</link>
		<comments>http://updel.com/additional-ftp-plesk/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 03:43:53 +0000</pubDate>
		<dc:creator>UpDeL</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[additional FTP plesk]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[root privilege]]></category>

		<guid isPermaLink="false">http://updel.com/?p=186</guid>
		<description><![CDATA[This is the easy way to add an additional FTP user under Plesk, but this tip need root privileges. 1 &#8211; Login to plesk 2 &#8211; Click on domain name 3 &#8211; Click on Webusers then add a new webuser. In my case I&#8217;ve created new user called : user2 4 &#8211; Now run putty [...]]]></description>
			<content:encoded><![CDATA[<p>This is the easy way to add an additional FTP user under Plesk,<br />
but <span style="color: #ff0000;"><strong>this tip need root privileges</strong></span>.</p>
<p>1 &#8211; Login to plesk<br />
2 &#8211; Click on domain name<br />
3 &#8211; Click on Webusers then add a new webuser.</p>
<p><strong>In my case I&#8217;ve created new user called : <span style="color: #ff0000;">user2</span></strong></p>
<p><img class="aligncenter size-full wp-image-187" title="Creating additional FTP user in Plesk" src="http://updel.com/wp-content/uploads/add_user.jpg" alt="Creating additional FTP user in Plesk" width="250" height="296" /></p>
<p>4 &#8211; Now run putty or whatever you use to connect via SSH and login as <strong>ROOT</strong><br />
5 &#8211; Edit <strong>/etc/passwd</strong> with your favorite editor (GNU nano)</p>
<pre class="brush: bash;">
pico /etc/passwd
</pre>
<p>5 &#8211; Find your first FTP user (default FTP user)</p>
<p><img class="aligncenter size-full wp-image-188" title="Creating additional FTP user in Plesk" src="http://updel.com/wp-content/uploads/root1.gif" alt="Creating additional FTP user in Plesk" width="604" height="162" /></p>
<p>6 &#8211; Go to <span style="color: #ff0000;"><strong>user2</strong></span> line and change UID value by &#8220;default FTP user UID&#8221;<br />
7 &#8211; Change &#8220;absolute path for the new user&#8221; too.</p>
<p><img class="aligncenter size-full wp-image-189" title="Creating additional FTP user in Plesk" src="http://updel.com/wp-content/uploads/root2.gif" alt="Creating additional FTP user in Plesk" width="465" height="31" /></p>
<p>8 &#8211; Save modification. (CTRL+X then Y for putty users)<br />
9 &#8211; Done&#8230; try login with your new user.</p>
]]></content:encoded>
			<wfw:commentRss>http://updel.com/additional-ftp-plesk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

