<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using Plesk and vhost.conf</title>
	<atom:link href="http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/</link>
	<description>Help - v. helped, helpÂ·ing, helps</description>
	<pubDate>Thu, 20 Nov 2008 13:43:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Totrk</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-21165</link>
		<dc:creator>Totrk</dc:creator>
		<pubDate>Sat, 01 Nov 2008 11:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-21165</guid>
		<description>Really good this help me to make Joomla work with Pelsk ... (and other helps), is the best mention of specific vconf in Plesk</description>
		<content:encoded><![CDATA[<p>Really good this help me to make Joomla work with Pelsk &#8230; (and other helps), is the best mention of specific vconf in Plesk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Plesk and vhost.conf &#171; RussenReaktor&#8217;s Weblog</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-20701</link>
		<dc:creator>Using Plesk and vhost.conf &#171; RussenReaktor&#8217;s Weblog</dc:creator>
		<pubDate>Mon, 29 Sep 2008 22:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-20701</guid>
		<description>[...] 29, 2008   &#8220;/usr/local/psa/admin/sbin/websrvmng -u &#8211;vhost-name=domain.com&#8221;gadberry.com   Posted in vps [...]</description>
		<content:encoded><![CDATA[<p>[...] 29, 2008   &#8220;/usr/local/psa/admin/sbin/websrvmng -u &#8211;vhost-name=domain.com&#8221;gadberry.com   Posted in vps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-20298</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Thu, 11 Sep 2008 14:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-20298</guid>
		<description>I have some subdomains configured in plesk, and everything is working just fine.

Now I need to redirect people that access to any other subdomain (except the ones configured in plesk) to a different default directory.

For example http://xpto.mydomain.com to “/var/www/vhosts/mydomain.com/httpdocs/default”.

I’ve tried to create a wildcard, with the code listed bellow, but it only works if I paste it to the end of “http.include”, which is discarded after any other plesk change.

If I use the “vhost.conf” as suggested here, I get errors, because the include line at “http.include” is inside the first  and lead me to problems with the others subdomains.

&lt;code&gt;
&lt;VirtualHost 60.190.200.123:80&gt;
	ServerName   mydomain.com:80
	ServerAlias   *.mydomain.com
	DocumentRoot /var/www/vhosts/mydomain.com/httpdocs/default
	CustomLog  /var/www/vhosts/mydomain.com/statistics/logs/access_log plesklog
	ErrorLog  /var/www/vhosts/mydomain.com/statistics/logs/error_log
&lt;/VirtualHost&gt;
&lt;/code&gt;

Is there any other way to do this ? Am I doing something wrong ?</description>
		<content:encoded><![CDATA[<p>I have some subdomains configured in plesk, and everything is working just fine.</p>
<p>Now I need to redirect people that access to any other subdomain (except the ones configured in plesk) to a different default directory.</p>
<p>For example <a href="http://xpto.mydomain.com" rel="nofollow">http://xpto.mydomain.com</a> to “/var/www/vhosts/mydomain.com/httpdocs/default”.</p>
<p>I’ve tried to create a wildcard, with the code listed bellow, but it only works if I paste it to the end of “http.include”, which is discarded after any other plesk change.</p>
<p>If I use the “vhost.conf” as suggested here, I get errors, because the include line at “http.include” is inside the first  and lead me to problems with the others subdomains.</p>
<p><pre><code>
&lt;VirtualHost 60.190.200.123:80&gt;
	ServerName   mydomain.com:80
	ServerAlias   *.mydomain.com
	DocumentRoot /var/www/vhosts/mydomain.com/httpdocs/default
	CustomLog  /var/www/vhosts/mydomain.com/statistics/logs/access_log plesklog
	ErrorLog  /var/www/vhosts/mydomain.com/statistics/logs/error_log
&lt;/VirtualHost&gt;
</code></pre></p>
<p>Is there any other way to do this ? Am I doing something wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdesign</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-18943</link>
		<dc:creator>webdesign</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-18943</guid>
		<description>I am trying to make a Documentroot param in de Vhost,conf but the i have a error that doesnt parse my PHP files ..? why does it do that when i change documentroot ?</description>
		<content:encoded><![CDATA[<p>I am trying to make a Documentroot param in de Vhost,conf but the i have a error that doesnt parse my PHP files ..? why does it do that when i change documentroot ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evilprofessor.co.uk &#187; Blog Archive &#187; Custom php.ini with Plesk</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-17692</link>
		<dc:creator>Evilprofessor.co.uk &#187; Blog Archive &#187; Custom php.ini with Plesk</dc:creator>
		<pubDate>Wed, 13 Aug 2008 15:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-17692</guid>
		<description>[...] of the sites are fully live versions  So in order to get around this you need to put a file called vhosts.conf in your conf directory, for example, [...]</description>
		<content:encoded><![CDATA[<p>[...] of the sites are fully live versions  So in order to get around this you need to put a file called vhosts.conf in your conf directory, for example, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9885</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Mon, 12 May 2008 02:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9885</guid>
		<description>Seems like a lot of knowledgable people on here.  This is exactly what I need except I am using plesk on windows and for whatever reason there is no conf file under the vhost/domainname/ directory.  Does anyone know how to do this on a windows server?  Its driving me crazy and it would be a lifesaver.</description>
		<content:encoded><![CDATA[<p>Seems like a lot of knowledgable people on here.  This is exactly what I need except I am using plesk on windows and for whatever reason there is no conf file under the vhost/domainname/ directory.  Does anyone know how to do this on a windows server?  Its driving me crazy and it would be a lifesaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9462</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 05 May 2008 19:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9462</guid>
		<description>I agree with Insolence in post #20. I'm using Plesk 8.3, too, and absolutely love it. I haven't had a single problem that I couldn't troubleshoot, and it makes managing dozens of busy sites a far simpler task.

HOWEVER (and this is a big however), I have 5-6 years of production-level "webmastering" under my belt. I could see how this would all seem very difficult and frustrating to the "average user". Those who dislike Plesk probably didn't read the manual or scour their web hosts' knowledge bases, which often contain useful information relative to how Plesk is set-up on their specific servers.

One thing that I'll mention AGAIN (the author attempts to make this point but it appears that many have ignored him anyway): don't forget to tell Plesk to update its httpd.include file by issuing the following command in your shell of choice:

$ /usr/local/psa/admin/bin/websrvmng -a</description>
		<content:encoded><![CDATA[<p>I agree with Insolence in post #20. I&#8217;m using Plesk 8.3, too, and absolutely love it. I haven&#8217;t had a single problem that I couldn&#8217;t troubleshoot, and it makes managing dozens of busy sites a far simpler task.</p>
<p>HOWEVER (and this is a big however), I have 5-6 years of production-level &#8220;webmastering&#8221; under my belt. I could see how this would all seem very difficult and frustrating to the &#8220;average user&#8221;. Those who dislike Plesk probably didn&#8217;t read the manual or scour their web hosts&#8217; knowledge bases, which often contain useful information relative to how Plesk is set-up on their specific servers.</p>
<p>One thing that I&#8217;ll mention AGAIN (the author attempts to make this point but it appears that many have ignored him anyway): don&#8217;t forget to tell Plesk to update its httpd.include file by issuing the following command in your shell of choice:</p>
<p>$ /usr/local/psa/admin/bin/websrvmng -a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cant figure out Bootstrapper Video Tutorial - Page 2 - Zend Framework Forum</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9411</link>
		<dc:creator>Cant figure out Bootstrapper Video Tutorial - Page 2 - Zend Framework Forum</dc:creator>
		<pubDate>Mon, 05 May 2008 04:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9411</guid>
		<description>[...]  I don't know what you guys are using but this article might shed some light on this problem: Aaron Gadberry Blog Archive Using Plesk and vhost.conf  This problem basically involves PHP's open_basedir setting. Change your index.php file and try to [...]</description>
		<content:encoded><![CDATA[<p>[...]  I don&#8217;t know what you guys are using but this article might shed some light on this problem: Aaron Gadberry Blog Archive Using Plesk and vhost.conf  This problem basically involves PHP&#8217;s open_basedir setting. Change your index.php file and try to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insolence</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9010</link>
		<dc:creator>Insolence</dc:creator>
		<pubDate>Mon, 28 Apr 2008 09:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-9010</guid>
		<description>This hint still applies and works successfully in Plesk 8.3, I've been manually modifying the include files and having to re-apply a patch to them anytime a user changed their sites.  This was becoming rather annoying to manage, this vhost trick is awesome.  I knew there had to be a way, I'm glad a google search brought me here.

And I don't know what the big deal with people not being able to use Plesk like the last comment, I've had no problems with it and hosting a wide variety of PHP sites and open source projects with no problems for numerous clients.  Some even programmed back in the PHP 3 days still work great in PHP5 via Plesk.

Again, thanks for this quick tutorial, works great!

Plesk 8.3 - OpenSuSE 10.2 Linux

 - I</description>
		<content:encoded><![CDATA[<p>This hint still applies and works successfully in Plesk 8.3, I&#8217;ve been manually modifying the include files and having to re-apply a patch to them anytime a user changed their sites.  This was becoming rather annoying to manage, this vhost trick is awesome.  I knew there had to be a way, I&#8217;m glad a google search brought me here.</p>
<p>And I don&#8217;t know what the big deal with people not being able to use Plesk like the last comment, I&#8217;ve had no problems with it and hosting a wide variety of PHP sites and open source projects with no problems for numerous clients.  Some even programmed back in the PHP 3 days still work great in PHP5 via Plesk.</p>
<p>Again, thanks for this quick tutorial, works great!</p>
<p>Plesk 8.3 - OpenSuSE 10.2 Linux</p>
<p> - I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-8175</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 16:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/#comment-8175</guid>
		<description>Well Plesk I found this on the Plesk site blog:

'Limited customization – It's very hard to efficiently implement per-tenant database schema customization in a single database, and it's not possible to use standard DBMS tools – like built-in indexing. Plus, the multi-tenant application cannot use script-based customization of the internal logic – what if a buggy script loops infinitely?

SmoothSpan Bob Warfield and Unreasonable Men argued that customization capabilities are often excessive and there is little harm in removing much of that flexibility. For newly written applications, it might even be true. But if an ISV has a customer base to migrate to SaaS model, telling customers that their solutions will be broken because some of the customizations don't work anymore is hardly an option.'

Apparently Plesk is not heading their own blog...LOL because we all are doing nothing but loosing functionality and the ability to see what is going on, on our sites.

I'm paying an extra 10 bucks a month for this Plesk thing which basically has reduced my site to nothing, I'm flying blind and everytime it reloads the httpd.include file is over written which would be fine if it would actually use vhost.conf but it does not.

1. AwStats which is just as important as Apache does not function at all.
2. Customizable httpd.include per domain does not work with
vhost.conf and since Plesk is an unsecured script, (because it must run with open base directory on), we have lost HUGE functionality. You do not see this problem with or like this in Cpanel at ALL!
In the past 10 years I have had only 2 problems with Cpanel both related to the file manager and editor, very minor and were fixed in the next version. When I say fixed I don't mean they said it was fixed and it wasn't, it means it was fixed and has worked perfectly ever since.

I guess Plesk is like windows 3.1 and Cpanel is like linux 

Now if you think I'm a little more than perturbed with Plesk you'd be correct. However, I have spent the last three weeks messing around with Plesk because it doesn't work rather than having my attention on my business and customers where it belongs. DO YOU understand that? Can you comprehend the ramifications of placing UNTESTED, UVALIDATED and weak performing code on a server and claiming it to be a management utility?

I'm running a business, not a hobby and [B]I am spending more time and money trouble shooting Plesk code than I am running my business. [/B]

I can not recommend anyone use, buy or rent any server with Plesk installed it is a total nightmare where is Cpanel maybe clunky but it works hands down.</description>
		<content:encoded><![CDATA[<p>Well Plesk I found this on the Plesk site blog:</p>
<p>&#8216;Limited customization – It&#8217;s very hard to efficiently implement per-tenant database schema customization in a single database, and it&#8217;s not possible to use standard DBMS tools – like built-in indexing. Plus, the multi-tenant application cannot use script-based customization of the internal logic – what if a buggy script loops infinitely?</p>
<p>SmoothSpan Bob Warfield and Unreasonable Men argued that customization capabilities are often excessive and there is little harm in removing much of that flexibility. For newly written applications, it might even be true. But if an ISV has a customer base to migrate to SaaS model, telling customers that their solutions will be broken because some of the customizations don&#8217;t work anymore is hardly an option.&#8217;</p>
<p>Apparently Plesk is not heading their own blog&#8230;LOL because we all are doing nothing but loosing functionality and the ability to see what is going on, on our sites.</p>
<p>I&#8217;m paying an extra 10 bucks a month for this Plesk thing which basically has reduced my site to nothing, I&#8217;m flying blind and everytime it reloads the httpd.include file is over written which would be fine if it would actually use vhost.conf but it does not.</p>
<p>1. AwStats which is just as important as Apache does not function at all.<br />
2. Customizable httpd.include per domain does not work with<br />
vhost.conf and since Plesk is an unsecured script, (because it must run with open base directory on), we have lost HUGE functionality. You do not see this problem with or like this in Cpanel at ALL!<br />
In the past 10 years I have had only 2 problems with Cpanel both related to the file manager and editor, very minor and were fixed in the next version. When I say fixed I don&#8217;t mean they said it was fixed and it wasn&#8217;t, it means it was fixed and has worked perfectly ever since.</p>
<p>I guess Plesk is like windows 3.1 and Cpanel is like linux </p>
<p>Now if you think I&#8217;m a little more than perturbed with Plesk you&#8217;d be correct. However, I have spent the last three weeks messing around with Plesk because it doesn&#8217;t work rather than having my attention on my business and customers where it belongs. DO YOU understand that? Can you comprehend the ramifications of placing UNTESTED, UVALIDATED and weak performing code on a server and claiming it to be a management utility?</p>
<p>I&#8217;m running a business, not a hobby and [B]I am spending more time and money trouble shooting Plesk code than I am running my business. [/B]</p>
<p>I can not recommend anyone use, buy or rent any server with Plesk installed it is a total nightmare where is Cpanel maybe clunky but it works hands down.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
