<?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>LeopoldoMaestro.COM &#187; Cpanel</title>
	<atom:link href="http://www.leopoldomaestro.com/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leopoldomaestro.com</link>
	<description>Networking, Tecnología, Linux, Sistemas, Negocios...</description>
	<lastBuildDate>Sun, 09 Oct 2011 14:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Error while connecting to MySQL. Failover enacted en Cpanel</title>
		<link>http://www.leopoldomaestro.com/error-while-connecting-to-mysql-failover-enacted-en-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=error-while-connecting-to-mysql-failover-enacted-en-cpanel</link>
		<comments>http://www.leopoldomaestro.com/error-while-connecting-to-mysql-failover-enacted-en-cpanel/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:25:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[dbd mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=401</guid>
		<description><![CDATA[Después de actualizar a MySQL 5.1.40 en Cpanel 11.25, empece a tener estos errores en la conexion con phpMyadmin desde el panel. Para solventar esto, simplemente haremos lo siguiente: /scripts/perlinstaller --force DBD::mysql]]></description>
			<content:encoded><![CDATA[<p>Después de actualizar a MySQL 5.1.40 en Cpanel 11.25, empece a tener estos errores en la conexion con phpMyadmin desde el panel.</p>
<p>Para solventar esto, simplemente haremos lo siguiente:</p>
<p><code>/scripts/perlinstaller --force DBD::mysql</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/error-while-connecting-to-mysql-failover-enacted-en-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalar Horde en Cpanel</title>
		<link>http://www.leopoldomaestro.com/reinstalar-horde-en-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reinstalar-horde-en-cpanel</link>
		<comments>http://www.leopoldomaestro.com/reinstalar-horde-en-cpanel/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:28:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Horde]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=389</guid>
		<description><![CDATA[Si tenemos algun problema con Horde, es posible que podamos arreglar el problema reinstalando Horde: Nos metemos por terminal al servidor y ejecutamos: /scripts/fullhordereset]]></description>
			<content:encoded><![CDATA[<p>Si tenemos algun problema con Horde, es posible que podamos arreglar el problema reinstalando Horde:</p>
<p>Nos metemos por terminal al servidor y ejecutamos:</p>
<p>/scripts/fullhordereset</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/reinstalar-horde-en-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script para transformar permisos compatibles con SUPHP en Cpanel</title>
		<link>http://www.leopoldomaestro.com/script-para-transformar-permisos-compatibles-con-suphp-en-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=script-para-transformar-permisos-compatibles-con-suphp-en-cpanel</link>
		<comments>http://www.leopoldomaestro.com/script-para-transformar-permisos-compatibles-con-suphp-en-cpanel/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 23:24:43 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[SUPHP]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=351</guid>
		<description><![CDATA[for usuarios in `/bin/ls /var/cpanel/users`; do chown -R ${user}:${user} /home/${user}/public_html chmod 755 /home/${user}/public_html find /home/${user}/public_html -name “*.php” -exec chmod 644 {} \; find /home/${user}/public_html -type d -exec chmod 755 {} \;]]></description>
			<content:encoded><![CDATA[<p>for usuarios in `/bin/ls /var/cpanel/users`; do</p>
<p>chown -R ${user}:${user} /home/${user}/public_html<br />
chmod 755 /home/${user}/public_html<br />
find /home/${user}/public_html -name “*.php” -exec chmod 644 {} \;<br />
find /home/${user}/public_html -type d -exec chmod 755 {} \;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/script-para-transformar-permisos-compatibles-con-suphp-en-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script para retener backup de Cpanel</title>
		<link>http://www.leopoldomaestro.com/script-para-retener-backup-de-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=script-para-retener-backup-de-cpanel</link>
		<comments>http://www.leopoldomaestro.com/script-para-retener-backup-de-cpanel/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:54:55 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=347</guid>
		<description><![CDATA[#!/bin/bash ahora=`date &#8216;+%Y%m&#8217;%d` backup=&#8221;backup/cpbackup&#8221; ## carpeta de backup retencion=&#8221;backup/retencion&#8221; ## carpeta de backup mv -f &#8220;/$backup&#8221;/daily /&#8221;$retencion&#8221;/$ahora mkdir &#8220;/$backup&#8221;/daily cp -al /&#8221;$retencion&#8221;/$ahora/* /&#8221;$backup&#8221;/daily/ cd /&#8221;$retencion&#8221;/ for backup in *; do limite=`date &#8216;+%Y%m&#8217;%d &#8211;date &#8217;7 dias&#8217;`; if [ "$backup" != "daily" ] &#38;&#38; [ "$backup" -lt "$limite" ];then rm -rf &#8220;$backup&#8221;; fi; done]]></description>
			<content:encoded><![CDATA[<p>#!/bin/bash<br />
ahora=`date &#8216;+%Y%m&#8217;%d`<br />
backup=&#8221;backup/cpbackup&#8221; ## carpeta de backup<br />
retencion=&#8221;backup/retencion&#8221; ## carpeta de backup</p>
<p>mv -f &#8220;/$backup&#8221;/daily /&#8221;$retencion&#8221;/$ahora<br />
mkdir &#8220;/$backup&#8221;/daily<br />
cp -al /&#8221;$retencion&#8221;/$ahora/* /&#8221;$backup&#8221;/daily/</p>
<p>cd /&#8221;$retencion&#8221;/<br />
for backup in *;<br />
do limite=`date &#8216;+%Y%m&#8217;%d &#8211;date &#8217;7 dias&#8217;`;<br />
if [ "$backup" != "daily" ] &amp;&amp; [ "$backup" -lt "$limite" ];then rm -rf &#8220;$backup&#8221;;<br />
fi;<br />
done</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/script-para-retener-backup-de-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ejemplo de my.cnf para Cpanel</title>
		<link>http://www.leopoldomaestro.com/ejemplo-de-my-cnf-para-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ejemplo-de-my-cnf-para-cpanel</link>
		<comments>http://www.leopoldomaestro.com/ejemplo-de-my-cnf-para-cpanel/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:48:04 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[my.cnf]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=342</guid>
		<description><![CDATA[[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 max_connections = 500 max_user_connections=100 skip-locking key_buffer = 92M myisam_sort_buffer_size = 64M join_buffer_size = 2M read_buffer_size = 4M sort_buffer_size = 2M key_buffer_size = 256M table_cache = 20000 thread_cache_size = 384 #wait_timeout = [...]]]></description>
			<content:encoded><![CDATA[<p>[mysqld]<br />
datadir=/var/lib/mysql<br />
socket=/var/lib/mysql/mysql.sock<br />
# Default to using old password format for compatibility with mysql 3.x<br />
# clients (those using the mysqlclient10 compatibility package).<br />
old_passwords=1<br />
max_connections = 500<br />
max_user_connections=100<br />
skip-locking<br />
key_buffer = 92M<br />
myisam_sort_buffer_size = 64M<br />
join_buffer_size = 2M<br />
read_buffer_size = 4M<br />
sort_buffer_size = 2M<br />
key_buffer_size = 256M<br />
table_cache = 20000<br />
thread_cache_size = 384<br />
#wait_timeout = 90<br />
#connect_timeout = 10<br />
tmp_table_size = 8192M<br />
max_heap_table_size = 8192M<br />
max_allowed_packet = 64M<br />
#max_connect_errors = 10<br />
query_cache_limit = 3M<br />
query_cache_size = 40M<br />
query_cache_type = 1<br />
query_prealloc_size = 163840<br />
query_alloc_block_size = 32768<br />
thread_concurrency = 16</p>
<p>[myisamchk]<br />
key_buffer = 64M<br />
sort_buffer = 64M<br />
read_buffer = 16M<br />
write_buffer = 16M</p>
<p>[mysqldump]<br />
quick<br />
max_allowed_packet = 16M</p>
<p>[mysql.server]<br />
user=mysql<br />
#basedir=/var/lib<br />
old-passwords = 1</p>
<p>[mysqld_safe]<br />
log-error=/var/log/mysqld.log<br />
pid-file=/var/run/mysqld/mysqld.pid</p>
<p>local-infile=0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/ejemplo-de-my-cnf-para-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxmox, Cpanel, DirectAdmin y Quotas</title>
		<link>http://www.leopoldomaestro.com/proxmox-cpanel-directadmin-y-quotas/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=proxmox-cpanel-directadmin-y-quotas</link>
		<comments>http://www.leopoldomaestro.com/proxmox-cpanel-directadmin-y-quotas/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 22:41:16 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[Virtualización]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[Quotas]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=320</guid>
		<description><![CDATA[Por defecto, cuando creamos un nuevo container OpenVZ en Proxmox, no se habilitan las Quotas. Esto puede tener curiosos efectos en Cpanel, Directadmin y en general todo bicho viviente que use las Quotas. Podemos habilitar las cuotas de las siguientes formas: 1) Via Web con Proxmox Nos dirigimos a VM Configuration &#62; Options &#62; Enable [...]]]></description>
			<content:encoded><![CDATA[<p>Por defecto, cuando creamos un nuevo container OpenVZ en Proxmox, no se habilitan las Quotas.</p>
<p>Esto puede tener curiosos efectos en Cpanel, Directadmin y en general todo bicho viviente que use las Quotas.</p>
<p>Podemos habilitar las cuotas de las siguientes formas:</p>
<p>1) Via Web con Proxmox</p>
<p>Nos dirigimos a VM Configuration &gt; Options &gt; Enable User Quotas</p>
<p>2) Via linea de comandos</p>
<p><span style="font-family: Courier New;">vzctl set id-del-contenedor &#8211;quotaugidlimit 500 &#8211;save </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/proxmox-cpanel-directadmin-y-quotas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activar display_errors por dominio en Cpanel</title>
		<link>http://www.leopoldomaestro.com/activar-display_errors-por-dominio-en-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=activar-display_errors-por-dominio-en-cpanel</link>
		<comments>http://www.leopoldomaestro.com/activar-display_errors-por-dominio-en-cpanel/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 19:55:44 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[display errors]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=281</guid>
		<description><![CDATA[Cuando necesitemos activar el display_errors por dominio en Cpanel, tan solo tenemos que habilitarlo desde .htaccess (si no tenemos SuPHP). Añadimos al .htaccess: php_flag display_errors on PR: wait&#8230; I: wait&#8230; L: wait&#8230; LD: wait&#8230; I: wait&#8230; wait&#8230; Rank: wait&#8230; Traffic: wait&#8230; Price: wait&#8230; C: wait&#8230;]]></description>
			<content:encoded><![CDATA[<p>Cuando necesitemos activar el display_errors por dominio en Cpanel, tan solo tenemos que habilitarlo desde .htaccess (si no tenemos SuPHP).</p>
<p>Añadimos al .htaccess:</p>
<blockquote><p>
php_flag display_errors on
</p></blockquote>
<div id="seolinx-tooltip" style="border: 1px solid #000000; margin: 0pt; padding: 0pt; display: none; opacity: 0.9; position: absolute; width: auto; z-index: 99999;">
<table style="border: 0pt none; margin: 0pt; padding: 0pt; border-collapse: separate; width: auto;" border="0">
<tbody>
<tr>
<td id="seolinx-table" style="border: 0pt none; margin: 1px; padding: 0pt; font-family: Tahoma; font-size: 11px; font-weight: bold;">
<div style="margin: 0pt; padding: 0pt; overflow: auto; width: auto;">
<table id="seolinx-paramtable" style="border: 1px solid gray; margin: 0pt; border-collapse: separate;" border="0">
<tbody>
<tr>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://toolbarqueries.google.com/favicon.ico" alt="" width="12" height="12" /> PR: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="Google pagerank" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://www.google.com/favicon.ico" alt="" width="12" height="12" /> I: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="Google index" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://www.google.com/favicon.ico" alt="" width="12" height="12" /> L: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="Google links" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://siteexplorer.search.yahoo.com/favicon.ico" alt="" width="12" height="12" /> LD: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="Yahoo linkdomain" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://search.msn.com/favicon.ico" alt="" width="12" height="12" /> I: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="MSN index" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="Sitemap.xml" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://www.semrush.com/favicon.ico" alt="" width="12" height="12" /> Rank: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="SEMRush Rank" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://www.semrush.com/favicon.ico" alt="" width="12" height="12" /> Traffic: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="SEMRush SE Traffic" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://www.semrush.com/favicon.ico" alt="" width="12" height="12" /> Price: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="SEMRush SE Traffic price" href="javascript:{}">wait&#8230;</a></td>
<td style="border: 1px solid gray; padding: 2px; background: #f0f0f0 none repeat scroll 0% 0%; color: darkgreen; font-family: Tahoma; font-size: 7pt; font-weight: bold; white-space: nowrap;"><img style="vertical-align: middle;" src="http://siteanalytics.compete.com/favicon.ico" alt="" width="12" height="12" /> C: <a style="color: blue; font-family: Tahoma; font-size: 7pt; font-weight: bold; text-decoration: underline;" title="Compete Rank" href="javascript:{}">wait&#8230;</a></td>
</tr>
</tbody>
</table>
</div>
</td>
<td id="seolinx-tooltip-close" style="border: 0pt none; margin: 0pt; padding: 1px; cursor: pointer; vertical-align: middle; width: auto;" title="close"><img src="chrome://seoquake/content/skin/close.gif" alt="" /></td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/activar-display_errors-por-dominio-en-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arreglar problema de autenticación IMAP en CPANEL</title>
		<link>http://www.leopoldomaestro.com/arreglar-problema-de-autenticacion-imap-en-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arreglar-problema-de-autenticacion-imap-en-cpanel</link>
		<comments>http://www.leopoldomaestro.com/arreglar-problema-de-autenticacion-imap-en-cpanel/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:34:25 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[courier]]></category>
		<category><![CDATA[imap]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=248</guid>
		<description><![CDATA[Hoy me encontre con un Cpanel 11.x con problemas de autenticación en IMAP. El error de maillog era el siguiente: Feb 11 12:33:19 nexus imapd: LOGIN FAILED, user=pruebas@deprueba.com, ip=[::ffff:x.x.x.x] La solución más sencilla para arreglar el problema, es usar los magníficos scripts en Perl de la gente de Cpanel: /scripts/courierup &#8211;force /scripts/fullhordereset Estos scripts intentan [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy me encontre con un Cpanel 11.x con problemas de autenticación en IMAP. El error de maillog era el siguiente:</p>
<p>Feb 11 12:33:19 nexus imapd: LOGIN FAILED, user=pruebas@deprueba.com, ip=[::ffff:x.x.x.x]</p>
<p>La solución más sencilla para arreglar el problema, es usar los magníficos scripts en Perl de la gente de Cpanel:</p>
<p>/scripts/courierup &#8211;force<br />
/scripts/fullhordereset</p>
<p>Estos scripts intentan actualizar y devuelvEn al estado &#8220;default&#8221; las configuraciones.</p>
<p>Problema arreglado.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/arreglar-problema-de-autenticacion-imap-en-cpanel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Estructura de directorios de Cpanel</title>
		<link>http://www.leopoldomaestro.com/estructura-de-directorios-de-cpanel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=estructura-de-directorios-de-cpanel</link>
		<comments>http://www.leopoldomaestro.com/estructura-de-directorios-de-cpanel/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 02:36:13 +0000</pubDate>
		<dc:creator>leopoldomaestro</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.leopoldomaestro.com/?p=122</guid>
		<description><![CDATA[Cpanel es uno de los paneles de Hosting más famosos del mundo, disponible en Linux, FreeBSD y Windows 2008 (BETA). Echando un vistazo rapido a un sistema Linux con Cpanel nos encontramos lo siguiente: /usr/local/apache &#8211; Apache /usr/local/cpanel &#8211; Cpanel /usr/local/apache/conf/httpd.conf &#8211; Fichero de configuración de Apache /usr/local/apache/domlogs/ &#8211; Fichero de log de accesos /usr/local/cpanel/logs [...]]]></description>
			<content:encoded><![CDATA[<p>Cpanel es uno de los paneles de Hosting más famosos del mundo, disponible en Linux, FreeBSD y Windows 2008 (BETA).</p>
<p>Echando un vistazo rapido a un sistema Linux con Cpanel nos encontramos lo siguiente:</p>
<blockquote><p>
/usr/local/apache &#8211; Apache<br />
/usr/local/cpanel &#8211; Cpanel<br />
/usr/local/apache/conf/httpd.conf &#8211; Fichero de configuración de Apache<br />
/usr/local/apache/domlogs/ &#8211; Fichero de log de accesos<br />
/usr/local/cpanel/logs &#8211; Fichero de log de cpanel<br />
/var/log/exim_mainlog &#8211; Log del servidor de correo Exim<br />
/var/cpanel/users/ &#8211; Directorio con los archivos de los usuarios de Cpanel<br />
/home &#8211; Los sitios web se almacenan aquí<br />
/var/lib/mysql &#8211; Directorio de datos de MySQL<br />
/var/named/ &#8211; Archivos de zonas de BIND (DNS)<br />
/scripts/ &#8211; Scripts de Cpanel
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.leopoldomaestro.com/estructura-de-directorios-de-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

