<?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>studiosacchetti.com &#187; plesk</title>
	<atom:link href="http://www.studiosacchetti.com/tag/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiosacchetti.com</link>
	<description>Soluzioni informatiche per piccole e medie aziende</description>
	<lastBuildDate>Fri, 13 Jan 2012 14:14:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>plesk 10 package ugradable with yum</title>
		<link>http://www.studiosacchetti.com/2011/plesk-10-package-ugradable-with-yumyum/</link>
		<comments>http://www.studiosacchetti.com/2011/plesk-10-package-ugradable-with-yumyum/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 12:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tecnici]]></category>
		<category><![CDATA[atomicorp]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.studiosacchetti.com/?p=527</guid>
		<description><![CDATA[php = yes mysql = yes apache = yes sqlite = not tested spamassassin = not tested basically any one suggested by atomicorp.com repo.. Make sure your installing the repo as outlined wget -q -O – http://www.atomicorp.com/installers/atomic.sh &#124; sh Once you have the repo installed run: #yum check-update &#124; grep atomic and you should see: [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>php = yes</li>
<li>mysql = yes</li>
<li>apache = yes</li>
<li>sqlite = not tested</li>
<li>spamassassin = not tested</li>
</ul>
<p>basically any one suggested by atomicorp.com repo..</p>
<p>Make sure your installing the repo as outlined<br />
<code>wget -q -O – <a rel="nofollow" href="http://www.atomicorp.com/installers/atomic.sh">http://www.atomicorp.com/installers/atomic.sh</a> | sh</code></p>
<p>Once you have the repo installed run:<br />
<code>#yum check-update | grep atomic and you should see:</code></p>
<p><code> </code></p>
<p><code>[root@dev ~]# yum check-update | grep atomic<br />
* atomic: www4.atomicorp.com<br />
mysql.i386                               5.0.86-1.el5.art       atomic<br />
mysql-devel.i386                         5.0.86-1.el5.art       atomic<br />
mysql-server.i386                        5.0.86-1.el5.art       atomic<br />
php.i386                                 5.2.11-2.el5.art       atomic<br />
php-cli.i386                             5.2.11-2.el5.art       atomic<br />
php-common.i386                          5.2.11-2.el5.art       atomic<br />
php-gd.i386                              5.2.11-2.el5.art       atomic<br />
php-imap.i386                            5.2.11-2.el5.art       atomic<br />
php-mbstring.i386                        5.2.11-2.el5.art       atomic<br />
php-mysql.i386                           5.2.11-2.el5.art       atomic<br />
php-pdo.i386                             5.2.11-2.el5.art       atomic<br />
php-pear.noarch                          1:1.7.2-2.el5.art      atomic<br />
php-xml.i386                             5.2.11-2.el5.art       atomic<br />
spamassassin.i386                        1:3.2.5-1.el5.art      atomic</code></p>
<p>and then</p>
<p><code>cp /usr/sbin/suexec /usr/sbin/suexec.dist<br />
cp -f /usr/local/psa/suexec/psa-suexec /usr/sbin/suexec<br />
chown root:apache /usr/sbin/suexec<br />
chmod 4510 /usr/sbin/suexec<br />
/etc/init.d/httpd restart</code></p>
<p>Tests has been made on centos 5.5</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiosacchetti.com/2011/plesk-10-package-ugradable-with-yumyum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>useful command  for plesk maintenace</title>
		<link>http://www.studiosacchetti.com/2011/useful-command-for-plesk-maintenace/</link>
		<comments>http://www.studiosacchetti.com/2011/useful-command-for-plesk-maintenace/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 10:39:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tecnici]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.studiosacchetti.com/?p=508</guid>
		<description><![CDATA[here some useful command  for plesk maintenance get ftp user password mysql -uadmin -p` cat /etc/psa/.psa.shadow` -Dpsa -e"SELECT login AS FTP_USER,password AS FTP_PASS,home AS DOMAIN_ROOT,accounts.id,sys_users.account_id FROM accounts, sys_users WHERE accounts.id=sys_users.account_id;" get email user password mysql -uadmin -p` cat /etc/psa/.psa.shadow` -Dpsa -e"select mail_name,name,password from mail left join domains on mail.dom_id = domains.id inner join accounts where [...]]]></description>
			<content:encoded><![CDATA[<p>here some useful command  for plesk maintenance</p>
<h3>get ftp user password</h3>
<p><code>mysql -uadmin -p` cat /etc/psa/.psa.shadow` -Dpsa -e"SELECT login AS FTP_USER,password AS FTP_PASS,home AS DOMAIN_ROOT,accounts.id,sys_users.account_id FROM accounts, sys_users WHERE accounts.id=sys_users.account_id;"</code></p>
<h3>get email user password</h3>
<p><code>mysql -uadmin -p` cat /etc/psa/.psa.shadow` -Dpsa -e"select mail_name,name,password from mail left join domains on mail.dom_id = domains.id inner join accounts where mail.account_id = accounts.id;"</code></p>
<h3>repair all table in mysql database</h3>
<p><code>mysqlcheck -u admin -p` cat /etc/psa/.psa.shadow`  --auto-repair --check --optimize --all-databases</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiosacchetti.com/2011/useful-command-for-plesk-maintenace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to install a plesk web server on CentOS 5.3</title>
		<link>http://www.studiosacchetti.com/2009/how-to-install-a-plesk-web-server-on-centos-5-3/</link>
		<comments>http://www.studiosacchetti.com/2009/how-to-install-a-plesk-web-server-on-centos-5-3/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 13:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tecnici]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.studiosacchetti.com/?p=301</guid>
		<description><![CDATA[Start the CentOS installer by booting from cd/dvd. For partitioning advice, I followed parallels suggestions We cannot give any exact numbers, however, you should take into account the following.Plesk for Linux OSes stores all users&#8217; data in /var partition by default, so the partitioning should be like: SWAP → twice RAM size /boot → 128 [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Start the CentOS installer by booting from cd/dvd.</li>
<li>For partitioning advice, I followed parallels suggestions<br />
We cannot give any exact numbers, however, you should take into account the following.Plesk for Linux OSes stores all users&#8217; data in /var partition by default, so the partitioning should be like:<code><br />
SWAP 	→	twice RAM size</code><br />
<code>/boot 	→	128 MB</code><br />
<code>/ 	→	System + Plesk, updates. 5-10 GB should be enough.</code><br />
<code>/tmp	→	1GB.</code><br />
<code>/var	→	the rest of the space (domains, mail, backups, databases are stored there)</code><span id="more-301"></span></p>
<p>Directories that usually take much disk space:<code>/var/www/vhosts (/srv/vhosts on SuSE) - domains.</code><br />
<code>/var/qmail - mail.</code><br />
<code>/var/lib/mysql - Mysql databases.</code><br />
<code>/var/lib/psa/dumps - Plesk clients'/domains' backups.</code><br />
<code>/var/lib/pgsql/data - Postgres databases.</code><br />
<code>/var/tomcat* - Tomcat applications.</code><br />
<code>/var/lib/mailman - Mailman lists.</code></p>
<p>Please check file /etc/psa/psa.conf for all other directories used by Plesk control panel.<br />
Plesk Control Panel under FreeBSD uses the /usr/local partition for storing large quantity of data and /var/db partition for databases.<br />
So the /usr and /var partitions have to be larger in this case.</li>
<li>When prompted by the installer, I deselected all installation types.</li>
<li>I 	entered my appropriate network config when prompted. In my case I specifified a static public IP and corresponding gateway and also a couple of know public dns server addresses, although depending on 	your needs/set-up, you might want/need to be using DHCP.</li>
<li>After the installation has completed and you re-boot, upon first log-in you are presented with a network configuration utility; as I&#8217;d set 	my network up previously I didn&#8217;t need to do anything with this although there is also a security option which I did alter &#8211; by 	default there is a firewall configured to block most services 	including HTTP. I chose to switch this off totally at this point as I would be using Plesk to manage the firewall later on.</li>
<li>Now I wanted to perform some system updates via Yum, however because CentOS uses bind in a chrooted set-up which doesn&#8217;t work well with 	Plesk, I did the following (after a previous attempt without this knowledge caused me big problems with Bind):
<ul>
<li>Edit /etc/yum.conf and, under the [main] section, add the line<br />
<code>exclude=bind-chroot</code></li>
<li>Next, get rid of the currently installled bind-chroot package<br />
<code># rpm -e bind-chroot</code></li>
<li>Now we can use Yum to provide system updates [Please note, if you plan on using ARTs yum packages, which is a really good idea because you 	get updated Plesk compatible versions of both PHP and MySQL, do not 	add this channel to yum just yet, otherwise the Plesk installer won't run until they've been removed!!].<br />
<code>#yum check-update</code><br />
<code>#yum update</code></li>
</ul>
</li>
<li>Now you&#8217;re system is up to date, you can go off and get and then 	run the Plesk auto-installer. To install Parallels Plesk Panel software on a server:
<ol>
<li> Download 	the latest version of Parallels Products Installer that suits your 	operating system from <a href="http://www.parallels.com/en/download/plesk9/">http://www.parallels.com/en/download/plesk9/</a> and save it on your server&#8217;s hard drive.</li>
<li>Change 	your working directory to the directory where the downloaded 	Parallels Products Installer is located.</li>
<li>Set the execution 	permission for Parallels Products Installer:<code><br />
# chmod +x parallels_products_installer_file_name<br />
</code></li>
<li>Run the following command in console:<br />
<code>#export LANG=C<br />
<code>#export LANG_ALL=C<br />
</code></code></li>
<li>Run 	Parallels Products Installer:
<ul>
<li>To install 		Parallels Plesk Panel through the web interface of Parallels 		Products Installer, run the following command:<code><br />
# ./parallels_products_installer_file_name --web-interface</code><br />
Open your browser and 		enter https://hostname:8447/ or https://IP-address:8447/ in the address bar. The Parallels Product Installer web interface 		will open. Log in as root.</li>
<li>To install 		Parallels Plesk Panel through the command line interface of 		Parallels Products Installer, run the following command:<br />
# ./parallels_products_installer_file_name</li>
</ul>
</li>
<li>Follow 	the instructions presented on the screen to complete the 	installation. Refer to Parallels Plesk Panel Installation Guide 	available at 	<a href="http://download1.parallels.com/Plesk/Plesk9.2/Doc/en-US/plesk-9.2-unix-installation-guide/index.htm">http://download1.parallels.com/Plesk/Plesk9.2/Doc/en-US/plesk-9.2-unix-installation-guide/index.htm</a> if you need detailed installation instructions.</li>
<li>When the 	installation is finished, Parallels Plesk Panel will start 	automatically.</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.studiosacchetti.com/2009/how-to-install-a-plesk-web-server-on-centos-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

