<?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>faq wiki guida domini internet e hosting &#187; Utility Hosting</title>
	<atom:link href="http://info-hosting.serverweb.net/category/utility-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://info-hosting.serverweb.net</link>
	<description>faq wiki guida domini internet e hosting</description>
	<lastBuildDate>Thu, 19 Jan 2012 13:57:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Dimenticato user e password cpanel &#8211; ftp -plesk</title>
		<link>http://info-hosting.serverweb.net/dimenticato-user-e-password-cpanel-ftp-plesk/</link>
		<comments>http://info-hosting.serverweb.net/dimenticato-user-e-password-cpanel-ftp-plesk/#comments</comments>
		<pubDate>Sun, 02 May 2010 17:28:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informazioni Tecniche]]></category>
		<category><![CDATA[Utility Hosting]]></category>

		<guid isPermaLink="false">http://info-hosting.serverweb.net/?p=636</guid>
		<description><![CDATA[Ho dimenticato le user e password, i miei dati di attivazione, come posso fare? &#62;Entrare nell&#8217;area clienti, cliccare &#8220;cronologia email&#8221; e verificare in essa la presenza della prima mail di attivazione inviata Ovviamente avrà validità solo se nona vrete modificato la password Se avete cambiato password, dovrete chiedere un reset della medesima]]></description>
			<content:encoded><![CDATA[<p><strong>Ho dimenticato le user e password, i miei dati di attivazione, come posso fare?</strong></p>
<p>&gt;Entrare nell&#8217;area clienti, cliccare &#8220;cronologia email&#8221; e verificare in essa la presenza della prima mail di attivazione inviata</p>
<p>Ovviamente avrà validità solo se nona vrete modificato la password</p>
<p>Se avete cambiato password, dovrete chiedere un reset della medesima</p>
]]></content:encoded>
			<wfw:commentRss>http://info-hosting.serverweb.net/dimenticato-user-e-password-cpanel-ftp-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup automatico e cron</title>
		<link>http://info-hosting.serverweb.net/backup-automatico-e-cron/</link>
		<comments>http://info-hosting.serverweb.net/backup-automatico-e-cron/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:30:06 +0000</pubDate>
		<dc:creator>faqeosnet</dc:creator>
				<category><![CDATA[Info Pannello di controllo Cpanel Whm]]></category>
		<category><![CDATA[Utility Hosting]]></category>
		<category><![CDATA[backup cpanel]]></category>

		<guid isPermaLink="false">http://info-hosting.serverweb.net/?p=391</guid>
		<description><![CDATA[Come sapete, il pannello CPANEL mette a disposizione la possibilità di creare dei backup da scaricare sul pc, da inserire all&#8217;interno dell&#8217;ftp dell&#8217;account o da inserire in ftp esterni. La funzionalità di backup lato cpanel, è però manuale, nel senso che quando voglio un backup dovrò entrare nel cpanel e cliccare le opzioni BACKUP. Grazie [...]]]></description>
			<content:encoded><![CDATA[<p>Come sapete, il pannello CPANEL mette a disposizione la possibilità di creare dei backup da scaricare sul pc, da inserire all&#8217;interno dell&#8217;ftp dell&#8217;account o da inserire in ftp esterni.</p>
<p>La funzionalità di backup lato cpanel, è però manuale, nel senso che quando voglio un backup dovrò entrare nel cpanel e cliccare le opzioni BACKUP.</p>
<p>Grazie a vari post trovati in rete <a href="http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/" target="_blank">(uno link è questo), </a>siamo a indicare come eseguire un backup in automatico (full backup) tramite cron.</p>
<p><span id="more-391"></span></p>
<p>creare un file es: backup.php</p>
<p>che inserirete all&#8217;interno della root dell&#8217;account, e non dentro public_html <strong>(MAI INSERIRLO DOVE VI SONO I FILES ACCESSIBILI VIA WEB),</strong> con il seguente contenuto (vi sono diverse zone da personalizzare, soprattutto la zona SKIN. Alcuni hanno cpanel thema X, altri vskin, altri rvskin, etc.. Fare attezione a questa zona. Il thema lopotete visualizzare entrando nel Vs backup.</p>
<blockquote><p>&lt;?php<br />
// Info required for cPanel access<br />
$cpuser = &#8220;&#8230;&#8230;&#8230;.&#8221;; // Username used to login to CPanel<br />
$cppass = &#8220;&#8230;&#8230;&#8221;; // Password used to login to CPanel<br />
$domain = &#8220;DOMINIO.xx&#8221;; // Domain name where CPanel is run<br />
$skin = &#8220;rvskin&#8221;; //NB: SKIN!!! Set to cPanel skin you use (script won&#8217;t work if it doesn&#8217;t match).<br />
//Most people run the default x theme, other rvskin, rvblight&#8230;..</p>
<p>// Info required for FTP host<br />
$ftpuser = &#8220;username&#8230;.&#8221;; // Username for FTP account<br />
$ftppass = &#8220;password&#8230;.&#8221;; // Password for FTP account<br />
$ftphost = &#8220;host&#8230;..&#8221;; // Full hostname or IP address for FTP host<br />
$ftpmode = &#8220;ftp&#8221;; // FTP mode (&#8220;ftp&#8221; for active, &#8220;passiveftp&#8221; for passive)</p>
<p>// Notification information<br />
$notifyemail = &#8220;<a href="mailto:you@email">you@email</a>&#8230;.&#8221;; // Email address to send results</p>
<p>// Secure or non-secure mode<br />
$secure = 1; // Set to 1 for SSL (requires SSL support), otherwise will use standard HTTP</p>
<p>// Set to 1 to have web page result appear in your cron log<br />
$debug = 0;</p>
<p>// *********** NO CONFIGURATION ITEMS BELOW THIS LINE *********</p>
<p>if ($secure) {<br />
   $url = &#8220;ssl://&#8221;.$domain;<br />
   $port = 2083;<br />
} else {<br />
   $url = $domain;<br />
   $port = 2082;<br />
}</p>
<p>$socket = fsockopen($url,$port);<br />
if (!$socket) { echo &#8220;Failed to open socket connection… Bailing out!\n&#8221;; exit; }</p>
<p>// Encode authentication string<br />
$authstr = $cpuser.&#8221;:&#8221;.$cppass;<br />
$pass = base64_encode($authstr);</p>
<p>// deve essere su un unica riga<br />
$params = &#8220;dest=$ftpmode&amp;email=$notifyemail&amp;server=$ftphost&amp;<br />
user=$ftpuser&amp;pass=$ftppass&amp;submit=Generate Backup&#8221;;</p>
<p>// Make POST to cPanel  la stringa fputs deve essere sempre sulla stessa riga.<br />
//Attenzione se và a capo<br />
fputs($socket,&#8221;POST /frontend/&#8221;.$skin.&#8221;/backup/dofullbackup.html?&#8221;.$params.&#8221; HTTP/1.0\r\n&#8221;);<br />
fputs($socket,&#8221;Host: $domain\r\n&#8221;);<br />
fputs($socket,&#8221;Authorization: Basic $pass\r\n&#8221;);<br />
fputs($socket,&#8221;Connection: Close\r\n&#8221;);<br />
fputs($socket,&#8221;\r\n&#8221;);</p>
<p>// Grab response even if we don&#8217;t do anything with it.<br />
while (!feof($socket)) {<br />
  $response = fgets($socket,4096);<br />
  if ($debug) echo $response;<br />
}</p>
<p>fclose($socket);</p>
<p>?&gt;</p>
<p> </p></blockquote>
<p>A questo punto creare un crondel tipo:</p>
<p>&#8220;quando eseguire il backup&#8221; /usr/local/bin/php /home/youraccount/fullbackup.php</p>
<p>esempio<br />
00 5 *** /usr/local/bin/php /home/youraccount/fullbackup.php</p>
<p>NB: essendo uno script di terze parti, non ufficiale CPANEL, CPanel Inc e noi, non possiamo garantire il funzionamento e non possiamo assumerci nessuna responsabilità.</p>
]]></content:encoded>
			<wfw:commentRss>http://info-hosting.serverweb.net/backup-automatico-e-cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installazione Magento Hosting</title>
		<link>http://info-hosting.serverweb.net/magento-hosting/</link>
		<comments>http://info-hosting.serverweb.net/magento-hosting/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 08:17:00 +0000</pubDate>
		<dc:creator>faqeosnet</dc:creator>
				<category><![CDATA[Utility Hosting]]></category>
		<category><![CDATA[hosting magento]]></category>
		<category><![CDATA[installazione magento]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://info-hosting.serverweb.net/?p=357</guid>
		<description><![CDATA[In poche righe riassumiamo come installare velocemente Magento. Ricordiamo che per Magento si ha necessità di alcune estensioni che sono abilitate solo su alcuni server, pertanto nel caso dobbiate utilizzare questo prodotto, è meglio contattarci affinchè possiamo inserire il Vs sito sul giusto server.]]></description>
			<content:encoded><![CDATA[<p><span class="initialcap">I</span>n poche righe riassumiamo come installare velocemente Magento. Ricordiamo che per Magento si ha necessità di alcune estensioni che sono abilitate solo su alcuni server, pertanto nel caso dobbiate utilizzare questo prodotto, è meglio contattarci affinchè possiamo inserire il Vs sito sul giusto server.</p>
<p>1) entrare sul sito <a title="magento ecommerce hosting" href="http://www.magentocommerce.com/" target="_blank">magento</a>, e fare il download. Si consiglia di scaricare “the downloader will install the latest Magento version” e non il pacchetto da 16MB.</p>
<p><span id="more-357"></span></p>
<p>2) una volta scaricato il file, entrare nel Vs pannello CPANEL e cliccare <span style="color: #ff0000">Gestione File o Gestione Documenti <span style="color: #000000">come da immagine</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000"><img class="aligncenter size-medium wp-image-823" title="gestione_file" src="http://blog.serverweb.net/wp-content/uploads/2009/04/gestione_file-300x55.jpg" alt="gestione_file" width="300" height="55" /></span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">3) entrare in public_html facendo click sulla cartella gialla</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">4)  scegliere CARICA FILE</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">5) selzionare il Vs file e caricarlo sul server </span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">6) e finire la procedura come spiegato <a title="scompattare file da cpanel" href="http://info-hosting.serverweb.net/cpanel-per-scompattare-archivi/" target="_blank">presso questo link </a></span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">A questo punto siete pronti per iniziare la procedura di installazione.</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">Prima di procedere aprendo il Vs dominio/magento , si consiglia di creare un utente e database mysql dal cpanel come indicato<a title="creare un utente mysql database cpanel" href="http://info-hosting.serverweb.net/database-mysql-cpanel/" target="_blank"> presso questo link</a></span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">Iniziamo aprendo il link www. dominio . tld /directory magento</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000">Controllate tutti i permessi dei file (per il download Magento chiede la scrivibilità dei file e directory)</span></span></p>
<p><strong><span style="color: #ff0000"><span style="color: #000000">OK….partiamo col download automatico come da immagine</span></span></strong></p>
<p><span style="color: #ff0000"><span style="color: #000000"><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/magento.jpg"><img class="aligncenter size-medium wp-image-824" title="magento" src="http://blog.serverweb.net/wp-content/uploads/2009/04/magento-300x207.jpg" alt="magento" width="300" height="207" /></a>Prima fase completata, passiamo alla fase due, dove Magento controlla anche la presenza di alcune estensioni ,tipo PDO</span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000"><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/magento2.jpg"><img class="aligncenter size-medium wp-image-825" title="magento2" src="http://blog.serverweb.net/wp-content/uploads/2009/04/magento2-300x151.jpg" alt="magento2" width="300" height="151" /></a></span></span></p>
<p><span style="color: #ff0000"><span style="color: #000000"><br />
</span></span></p>
<p><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/continua.jpg"><img class="aligncenter size-medium wp-image-827" title="continua" src="http://blog.serverweb.net/wp-content/uploads/2009/04/continua-300x96.jpg" alt="continua" width="300" height="96" /></a></p>
<p><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/contiua2.jpg"><img class="aligncenter size-medium wp-image-829" title="contiua2" src="http://blog.serverweb.net/wp-content/uploads/2009/04/contiua2-300x145.jpg" alt="contiua2" width="300" height="145" /></a></p>
<p><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/continua3.jpg"><img class="aligncenter size-medium wp-image-830" title="continua3" src="http://blog.serverweb.net/wp-content/uploads/2009/04/continua3-300x111.jpg" alt="continua3" width="300" height="111" /></a></p>
<p><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/contiua2.jpg"></a><a href="http://blog.serverweb.net/wp-content/uploads/2009/04/continua5.jpg"><img class="aligncenter size-medium wp-image-831" title="continua5" src="http://blog.serverweb.net/wp-content/uploads/2009/04/continua5-298x300.jpg" alt="continua5" width="298" height="300" /></a></p>
<p>INSTALLAZIONE finalmente finita e iniziamo a personalizzare il ns Magento Hosting ecommerce<br />
<a href="http://blog.serverweb.net/wp-content/uploads/2009/04/finito.jpg"><img class="aligncenter size-medium wp-image-834" title="finito" src="http://blog.serverweb.net/wp-content/uploads/2009/04/finito-300x98.jpg" alt="finito" width="300" height="98" /></a><br />
Buon divertimento</p>
]]></content:encoded>
			<wfw:commentRss>http://info-hosting.serverweb.net/magento-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filezilla: per non esser bannati dal firewall</title>
		<link>http://info-hosting.serverweb.net/filezilla-per-non-esser-bannati-dal-firewall/</link>
		<comments>http://info-hosting.serverweb.net/filezilla-per-non-esser-bannati-dal-firewall/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:31:14 +0000</pubDate>
		<dc:creator>faqeosnet</dc:creator>
				<category><![CDATA[Utility Hosting]]></category>
		<category><![CDATA[ban del server]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ftp consigliato filezilla]]></category>
		<category><![CDATA[impostazioni filezilla]]></category>

		<guid isPermaLink="false">http://info-hosting.serverweb.net/filezilla-per-non-esser-bannati-dal-firewall/</guid>
		<description><![CDATA[Capita che con Filezilla se si usa connessione passiva, e si inviano cartelle come quelle di joomla (molto pieni di files), può capitare che il server veda un tentativo di attacco in quanto filezilla apre decine di connessioni. Il server in questo caso si “&#8221;"prende paura&#8221;"” e banna il Vs ip A volte capita anche [...]]]></description>
			<content:encoded><![CDATA[<p>Capita che con Filezilla se si usa connessione passiva, e si inviano cartelle come quelle di joomla (molto pieni di files), può capitare che il server veda un <strong>tentativo di attacco</strong> in quanto filezilla apre decine di connessioni. Il server in questo caso si “&#8221;"prende paura&#8221;"” e banna il Vs ip<br />
A volte capita anche che invia un port scan su porte diverse soprattutto con connessioni fastweb (non chiedeteci perchè) e il firewall si attiva<br />
Ovvio che su server senza firewall e firewall con regole più blande, non avrete questi &#8220;problemi&#8221; però le statistiche ci danno ragione&#8230;2% di falsi positivi e 98% di tentativi reali bloccati</p>
<p style="text-align: center;">Configurazione consigliata (non software consigliato):</p>
<p><span id="more-329"></span></p>
<p style="text-align: center;"><a href="http://blog.serverweb.net/wp-content/uploads/2008/10/4.jpg"><img class="alignnone size-full wp-image-198" title="4" src="http://blog.serverweb.net/wp-content/uploads/2008/10/4.jpg" alt="" width="500" height="217" /></a></p>
<p style="text-align: center;"><a href="http://blog.serverweb.net/wp-content/uploads/2008/10/3.jpg"><img class="alignnone size-full wp-image-197" title="3" src="http://blog.serverweb.net/wp-content/uploads/2008/10/3.jpg" alt="" width="500" height="219" /></a></p>
<p style="text-align: center;"><a href="http://blog.serverweb.net/wp-content/uploads/2008/10/2.jpg"><img class="alignnone size-full wp-image-196" title="2" src="http://blog.serverweb.net/wp-content/uploads/2008/10/2.jpg" alt="" width="500" height="218" /></a></p>
<p style="text-align: center;"><a href="http://blog.serverweb.net/wp-content/uploads/2008/10/1.jpg"><img class="alignnone size-full wp-image-195" title="1" src="http://blog.serverweb.net/wp-content/uploads/2008/10/1.jpg" alt="" width="499" height="192" /></a></p>
<p style="text-align: center;">Consiglio per uplodare gran mole di dati e velocizzare così la lavorazione</p>
<p style="text-align: center;"><a title="scompattare file da cpanel" href="http://info-hosting.serverweb.net/cpanel-per-scompattare-archivi/">Uplodare il file zip<br />
e seguire questa procedura</a></p>
<p style="text-align: center;"><a href="http://blog.serverweb.net/wp-content/uploads/2008/10/4.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://info-hosting.serverweb.net/filezilla-per-non-esser-bannati-dal-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

