
<?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>Otro Blog Más &#187; hosting</title>
	<atom:link href="http://otroblogmas.com/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://otroblogmas.com</link>
	<description>Blog de informática: programación, internet, php, wordpress, zend framework, mysql, windows, mootools, linux,...</description>
	<lastBuildDate>Thu, 26 Apr 2012 06:00:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crear instancia en Amazon AWS EC2</title>
		<link>http://otroblogmas.com/crear-instancia-en-amazon-aws-ec2/</link>
		<comments>http://otroblogmas.com/crear-instancia-en-amazon-aws-ec2/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 06:00:39 +0000</pubDate>
		<dc:creator>otroblogmas.com</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://otroblogmas.com/?p=2876</guid>
		<description><![CDATA[Una vez creada la instacia, se pueden realizar los siguiente cambios para no tener que acceder con el KeyPair. Modificar el fichero /etc/ssh/sshd_config, y cambiar la línea: PasswordAuthentication no Por PasswordAuthentication yes Con el comando passwd ec2-user le damos un password al usuario. Ahora ya podemos acceder a la máquina sin necesitar autentificación por KeyPair. [...]
No hay entradas relacionadas.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-2962" title="Amazon Web Services" src="http://otroblogmas.com/wp-content/uploads/2012/04/Amazon_Web_Services-200x73.png" alt="Amazon Web Services 200x73 Crear instancia en Amazon AWS EC2" width="200" height="73" />Una vez creada la instacia, se pueden realizar los siguiente cambios para no tener que acceder con el KeyPair.</p>
<p>Modificar el fichero /etc/<a href="http://otroblogmas.com/tag/ssh/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con ssh">ssh</a>/sshd_config, y cambiar la línea:<br />
<span id="more-2876"></span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">PasswordAuthentication no</pre></div></div>

<p>Por</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">PasswordAuthentication <span style="color: #c20cb9; font-weight: bold;">yes</span></pre></div></div>

<p>Con el comando passwd <a href="http://otroblogmas.com/tag/ec2/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con ec2">ec2</a>-user le damos un password al usuario.</p>
<p>Ahora ya podemos acceder a la máquina sin necesitar autentificación por KeyPair.</p>
<p>Para añadir el repositorio EPEL, hay que modificar el fichero:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.repos.d<span style="color: #000000; font-weight: bold;">/</span>epel.repo</pre></div></div>

<p>Y cambiar el</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000099;">enable</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">0</span></pre></div></div>

<p>Por</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000099;">enable</span><span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">1</span></pre></div></div>

<p>Links:</p>
<ul>
<li>http://aws.amazon.com/articles/1233</li>
<li>http://utkarshsengar.com/2011/01/manage-multiple-accounts-on-1-amazon-ec2-instance/</li>
</ul>
<p>No hay entradas relacionadas.</p>]]></content:encoded>
			<wfw:commentRss>http://otroblogmas.com/crear-instancia-en-amazon-aws-ec2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar YUM en CentOS 5.7</title>
		<link>http://otroblogmas.com/instalar-yum-centos-5-7/</link>
		<comments>http://otroblogmas.com/instalar-yum-centos-5-7/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 06:00:25 +0000</pubDate>
		<dc:creator>otroblogmas.com</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://otroblogmas.com/?p=2821</guid>
		<description><![CDATA[Debido a las modificaciones que realizan algunos VPS, el sistema operativo instalado no es idéntico al original, sinó que realizan una serie de cambios, dentro los cuales se eliminan paquetes que la empresa de hosting considera. Un claro ejemplo es tener un servidor con CentOS y sin YUM. Primero, para asegurarnos de la versión que [...]
No hay entradas relacionadas.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignright size-medium wp-image-2824" title="CentOS" src="http://otroblogmas.com/wp-content/uploads/2012/01/centos-linux-200x113.png" alt="centos linux 200x113 Instalar YUM en CentOS 5.7" width="200" height="113" />Debido a las modificaciones que realizan algunos VPS, el sistema operativo instalado no es idéntico al original, sinó que realizan una serie de cambios, dentro los cuales se eliminan paquetes que la empresa de hosting considera. Un claro ejemplo es tener un servidor con <a href="http://otroblogmas.com/tag/centos/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con centos">CentOS</a> y sin YUM.</p>
<p><span id="more-2821"></span>
<p style="text-align: justify;">Primero, para asegurarnos de la versión que tenemos instalada, hay que ejecutar el siguiente comando:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>redhat-release</pre></div></div>

<p style="text-align: justify;">Para poder instalar YUM en CentOS 5.7, hay que ejcutar los siguientes comandos:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-Uvh</span> <span style="color: #660033;">--nodeps</span> http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>yum-fastestmirror-1.1.16-<span style="color: #000000;">16</span>.el5.centos.noarch.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>yum-metadata-parser-1.1.2-<span style="color: #000000;">3</span>.el5.centos.$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span>.rpm
rpm <span style="color: #660033;">-Uvh</span> http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>libxml2-2.6.26-2.1.12.$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span>.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>m2crypto-<span style="color: #000000;">0.16</span>-<span style="color: #000000;">8</span>.el5.$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span>.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>python-elementtree-1.2.6-<span style="color: #000000;">5</span>.$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span>.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>python-iniparse-0.2.3-<span style="color: #000000;">4</span>.el5.noarch.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>python-sqlite-1.1.7-1.2.1.$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span>.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>python-urlgrabber-3.1.0-<span style="color: #000000;">6</span>.el5.noarch.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>updates<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>RPMS<span style="color: #000000; font-weight: bold;">/</span>rpm-python-4.4.2.3-<span style="color: #000000;">22</span>.el5_7.2.$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span>.rpm http:<span style="color: #000000; font-weight: bold;">//</span>mirror.ihug.co.nz<span style="color: #000000; font-weight: bold;">/</span>centos<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">5.7</span><span style="color: #000000; font-weight: bold;">/</span>os<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -i<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>CentOS<span style="color: #000000; font-weight: bold;">/</span>yum-3.2.22-<span style="color: #000000;">37</span>.el5.centos.noarch.rpm</pre></div></div>

<p style="text-align: justify;">Vía - <a href="http://www.net24.co.nz/kb/article/AA-00253/24/Virtual-Private-Servers/Linux/CentOS%3A-Install-Yum.html">Net24 KnowledgeBase </a></p>
<p style="text-align: justify;">
<p>No hay entradas relacionadas.</p>]]></content:encoded>
			<wfw:commentRss>http://otroblogmas.com/instalar-yum-centos-5-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ApacheBench: benchmarking de servidores web</title>
		<link>http://otroblogmas.com/apachebench-benchmarking-de-servidores-web/</link>
		<comments>http://otroblogmas.com/apachebench-benchmarking-de-servidores-web/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 06:00:27 +0000</pubDate>
		<dc:creator>otroblogmas.com</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[rendimiento]]></category>

		<guid isPermaLink="false">http://otroblogmas.com/?p=2711</guid>
		<description><![CDATA[ApacheBench (ab) es una aplicación para línea de comandos, para poder medir el rendimiento de servidores web. Ofrece unos valores indicativos de la cantidad de peticiones por segundo que puede procesar el servidor. Permite determinar el número de peticiones, cookies, datos a traves de POST, &#8230; Herramienta interesante de cara a hacer performace o profiling. ab http://otroblogmas.com/ [...]
Entradas relacionadas:<ol>
<li><a href='http://otroblogmas.com/crear-maquina-virtual-desarrollo-virtualbox/' rel='bookmark' title='Crear máquina virtual de desarrollo en VirtualBox'>Crear máquina virtual de desarrollo en VirtualBox</a></li>
<li><a href='http://otroblogmas.com/configurar-xampp-proyectos-desarrollo-local/' rel='bookmark' title='Configurar XAMPP para proyectos en desarrollo en local'>Configurar XAMPP para proyectos en desarrollo en local</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://httpd.apache.org/docs/2.2/programs/ab.html"><img class="alignright size-medium wp-image-2713" title="Apache logo" src="http://otroblogmas.com/wp-content/uploads/2011/08/apache_logo-168x150.png" alt="apache logo 168x150 ApacheBench: benchmarking de servidores web" width="168" height="150" />ApacheBench</a> (ab) es una aplicación para línea de comandos, para poder <strong>medir el <a href="http://otroblogmas.com/tag/rendimiento/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con rendimiento">rendimiento</a></strong> de servidores web. Ofrece unos valores indicativos de la cantidad de <strong>peticiones por segundo</strong> que puede procesar el servidor.</p>
<p><span id="more-2711"></span></p>
<p style="text-align: justify;">Permite determinar el número de peticiones, cookies, datos a traves de POST, &#8230; Herramienta interesante de cara a hacer performace o profiling.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ab http:<span style="color: #000000; font-weight: bold;">//</span>otroblogmas.com<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #666666; font-style: italic;"># Medición con 20 peticiones.</span>
ab <span style="color: #660033;">-n</span> <span style="color: #000000;">20</span> http:<span style="color: #000000; font-weight: bold;">//</span>otroblogmas.com<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">This is ApacheBench, Version <span style="color: #000000;">2.3</span>
Copyright <span style="color: #000000;">1996</span> Adam Twiss, Zeus Technology Ltd, http:<span style="color: #000000; font-weight: bold;">//</span>www.zeustech.net<span style="color: #000000; font-weight: bold;">/</span>
Licensed to The Apache Software Foundation, http:<span style="color: #000000; font-weight: bold;">//</span>www.apache.org<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
Benchmarking otroblogmas.com <span style="color: #7a0874; font-weight: bold;">&#40;</span>be patient<span style="color: #7a0874; font-weight: bold;">&#41;</span>.....done
&nbsp;
Server Software:        Apache<span style="color: #000000; font-weight: bold;">/</span>2.2.17
Server Hostname:        otroblogmas.com
Server Port:            <span style="color: #000000;">80</span>
&nbsp;
Document Path:          <span style="color: #000000; font-weight: bold;">/</span>
Document Length:        <span style="color: #000000;">26840</span> bytes
&nbsp;
Concurrency Level:      <span style="color: #000000;">1</span>
Time taken <span style="color: #000000; font-weight: bold;">for</span> tests:   <span style="color: #000000;">0.626</span> seconds
Complete requests:      <span style="color: #000000;">1</span>
Failed requests:        <span style="color: #000000;">0</span>
Write errors:           <span style="color: #000000;">0</span>
Total transferred:      <span style="color: #000000;">27226</span> bytes
HTML transferred:       <span style="color: #000000;">26840</span> bytes
Requests per second:    <span style="color: #000000;">1.60</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #666666; font-style: italic;">#/sec] (mean)</span>
Time per request:       <span style="color: #000000;">626.397</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ms<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mean<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Time per request:       <span style="color: #000000;">626.397</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ms<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mean, across all concurrent requests<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Transfer rate:          <span style="color: #000000;">42.45</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Kbytes<span style="color: #000000; font-weight: bold;">/</span>sec<span style="color: #7a0874; font-weight: bold;">&#93;</span> received
&nbsp;
Connection Times <span style="color: #7a0874; font-weight: bold;">&#40;</span>ms<span style="color: #7a0874; font-weight: bold;">&#41;</span>
              min  mean<span style="color: #7a0874; font-weight: bold;">&#91;</span>+<span style="color: #000000; font-weight: bold;">/</span>-sd<span style="color: #7a0874; font-weight: bold;">&#93;</span> median   max
Connect:        <span style="color: #000000;">0</span>    <span style="color: #000000;">0</span>   <span style="color: #000000;">0.0</span>      <span style="color: #000000;">0</span>       <span style="color: #000000;">0</span>
Processing:   <span style="color: #000000;">626</span>  <span style="color: #000000;">626</span>   <span style="color: #000000;">0.0</span>    <span style="color: #000000;">626</span>     <span style="color: #000000;">626</span>
Waiting:      <span style="color: #000000;">609</span>  <span style="color: #000000;">609</span>   <span style="color: #000000;">0.0</span>    <span style="color: #000000;">609</span>     <span style="color: #000000;">609</span>
Total:        <span style="color: #000000;">626</span>  <span style="color: #000000;">626</span>   <span style="color: #000000;">0.0</span>    <span style="color: #000000;">626</span>     <span style="color: #000000;">626</span></pre></div></div>

<p>Los datos son ficticios.</p>
<p>Entradas relacionadas:</p><ol>
<li><a href='http://otroblogmas.com/crear-maquina-virtual-desarrollo-virtualbox/' rel='bookmark' title='Crear máquina virtual de desarrollo en VirtualBox'>Crear máquina virtual de desarrollo en VirtualBox</a></li>
<li><a href='http://otroblogmas.com/configurar-xampp-proyectos-desarrollo-local/' rel='bookmark' title='Configurar XAMPP para proyectos en desarrollo en local'>Configurar XAMPP para proyectos en desarrollo en local</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://otroblogmas.com/apachebench-benchmarking-de-servidores-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress y problemas con el módulo ModSecurity de Apache</title>
		<link>http://otroblogmas.com/wordpress-y-problemas-con-el-modsecurity/</link>
		<comments>http://otroblogmas.com/wordpress-y-problemas-con-el-modsecurity/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:00:19 +0000</pubDate>
		<dc:creator>otroblogmas.com</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[servidor web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://otroblogmas.com/?p=283</guid>
		<description><![CDATA[Voy a explicar un problema que tuve con WordPress, que me tuvo 2 días dando vueltas, probando cosas, pidiendo ayuda, &#8230; y no conseguí nada hasta que José Román Hernández de Emezeta dió con el problema. Estaba creando un artículo sobre Procedures en MySQL para hacer estadísticas, cuando enganché código de la Procedure y al [...]
Entradas relacionadas:<ol>
<li><a href='http://otroblogmas.com/vulnerabilidad-grave-de-wordpress-que-satura-el-servidor/' rel='bookmark' title='Vulnerabilidad grave de WordPress que satura el servidor'>Vulnerabilidad grave de WordPress que satura el servidor</a></li>
<li><a href='http://otroblogmas.com/13-metodos-para-mejora-la-seguridad-de-tu-wordpress/' rel='bookmark' title='13 métodos para mejora la seguridad de tu WordPress'>13 métodos para mejora la seguridad de tu WordPress</a></li>
<li><a href='http://otroblogmas.com/optimizacion-y-aceleracion-de-wordpress-2/' rel='bookmark' title='Optimización y aceleración de WordPress (2/2)'>Optimización y aceleración de WordPress (2/2)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignright size-medium wp-image-288" title="Apache_security" src="http://otroblogmas.com/wp-content/uploads/2009/08/Apache_security-226x300.jpg" alt="Apache security 226x300 Wordpress y problemas con el módulo ModSecurity de Apache" width="126" height="168" />Voy a explicar <strong>un problema que tuve con WordPress</strong>, que me tuvo 2 días dando vueltas, probando cosas, pidiendo ayuda, &#8230; y no conseguí nada hasta que José Román Hernández de <a href="http://www.emezeta.com/">Emezeta</a> dió con el problema.</p>
<p style="text-align: justify;">Estaba creando un artículo sobre <a href="http://otroblogmas.com/procedure-que-haga-un-insert-o-un-update/">Procedures en MySQL</a> para hacer estadísticas, cuando enganché código de la Procedure y <strong>al darle a guardar, se producía un error</strong>. La página que se mostraba era una página 404 del tema actual, pero la ruta iba a /wp-admin/post.php .</p>
<p style="text-align: justify;"><span id="more-283"></span>Hize pruebas, y <strong>descubrí que se trataba de las palabras &#8220;CREATE PROCEDURE&#8221;</strong>. Seguí haciendo pruebas, hasta el punto que<strong> instalaba un WordPress nuevo</strong>, y tal como entraba en el Panel de Administración con la contraseña creada en la instalación, <strong>lo primero que hacía era ir a crear una Entrada</strong>, escribía &#8220;CREATE PROCEDURE&#8221; como texto, le daba a guardar, y salía el error. Me sentí bastante bloqueado, pedí ayuda a <a href="http://www.emezeta.com/">José Román Hernández</a> y me dijo:</p>
<blockquote style="text-align: justify;">
<p style="text-align: justify;"><strong>El problema que tienes es de permisos</strong>. Probablemente no tenga nada que ver con WordPress, sino lo que ocurre es que está <strong>detectando ese texto (CREATE PROCEDURE) como un ataque (SQL Injection, probablemente) y te lo bloquea</strong>.</p>
<p>Lo más probable es que sea tema de <strong>configuración de <a href="http://otroblogmas.com/tag/apache/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con apache">apache</a></strong>. Si eres administrador de tu propio <a href="http://otroblogmas.com/tag/hosting/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con hosting">hosting</a> y tienes acceso a los archivos de configuración tendrás que hacerlo, sino contactar con el soporte técnico para que te den una solución. <strong>Puede ser cuestión de un módulo de apache (ModSecurity)</strong> o simplemente la configuración general.</p></blockquote>
<p style="text-align: justify;">Rápidamente <strong>hize la misma prueba que fallaba</strong>, pero esta vez <strong>en un XAMPP en mi ordenador</strong>. Efectivamente no falló y se trataba un <strong>problema del hosting</strong>. Me puse en contacto con ellos, me pidieron una cuenta en mi WordPress para poder ver el error, y rápidamente me lo solucionaron.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-289" title="mod-security" src="http://otroblogmas.com/wp-content/uploads/2009/08/mod-security.jpg" alt="mod security Wordpress y problemas con el módulo ModSecurity de Apache" width="500" height="168" /></p>
<p style="text-align: justify;"><strong>El problema era un módulo de seguridad extra para Apache</strong>, ModSecurity, que desactivaron modificando el archivo .htaccess añadiendo las siguiente líneas:</p>
<pre style="text-align: justify;">SecFilterEngine Off
SecFilterScanPOST Off</pre>
<p style="text-align: justify;">En el email de contestación de la empresa de hosting, me explicaron el porque del problema:</p>
<blockquote style="text-align: justify;"><p>Este módulo de seguridad <strong>no es recomendable desactivarlo ya que se encarga de controlar multitud de malas acciones de usuarios que tratan de &#8220;reventar&#8221; sitios</strong>. Estos CMS (wordpress, joomla, etc&#8230;) al ser de código abierto, cualquiera puede acceder a su código y buscar agujeros para poder entrar en el sistema.</p>
<p>Si desea tener desactivado este módulo en este directorio sería conveniente que se protegiera la carpeta con una contraseña a través del servidor web.</p></blockquote>
<p style="text-align: justify;">Ahora, <strong>cuando hago una entrada con <em>palabras malintencionadas</em></strong> que el ModSecurity detecta como un ataque, como por ejemplo esta que contiene las palabras que me produjeron el error, <strong>tengo que deshabilitar el ModSecurity comentando esas dos líneas</strong>, y después volver a dejarlas comentadas.</p>
<p style="text-align: justify;">Si esta entrada sirve para alguien con problemas similares, será una entrada merecida.</p>
<p style="text-align: justify;"><strong>NOTA:</strong> Otra cosa que ModSecurity bloquea de WordPress es la subida de imágenes. Tengo que usar la opción de subir archivos a traves del navegador, porque a través de la aplicación flash de WordPress, nunca se acaban de subir. Otra incomodidad a cambio de mayor seguridad.</p>
<p>Entradas relacionadas:</p><ol>
<li><a href='http://otroblogmas.com/vulnerabilidad-grave-de-wordpress-que-satura-el-servidor/' rel='bookmark' title='Vulnerabilidad grave de WordPress que satura el servidor'>Vulnerabilidad grave de WordPress que satura el servidor</a></li>
<li><a href='http://otroblogmas.com/13-metodos-para-mejora-la-seguridad-de-tu-wordpress/' rel='bookmark' title='13 métodos para mejora la seguridad de tu WordPress'>13 métodos para mejora la seguridad de tu WordPress</a></li>
<li><a href='http://otroblogmas.com/optimizacion-y-aceleracion-de-wordpress-2/' rel='bookmark' title='Optimización y aceleración de WordPress (2/2)'>Optimización y aceleración de WordPress (2/2)</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://otroblogmas.com/wordpress-y-problemas-con-el-modsecurity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 métodos para mejora la seguridad de tu WordPress</title>
		<link>http://otroblogmas.com/13-metodos-para-mejora-la-seguridad-de-tu-wordpress/</link>
		<comments>http://otroblogmas.com/13-metodos-para-mejora-la-seguridad-de-tu-wordpress/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:00:25 +0000</pubDate>
		<dc:creator>otroblogmas.com</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[contraseñas]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seguridad]]></category>

		<guid isPermaLink="false">http://otroblogmas.com/?p=236</guid>
		<description><![CDATA[De wpbegginer, leo 13 consejos a hacer en nuestro WordPress para mejorar la seguridad de nuestro blog. La mayoría se hacen instalando un plugin, cosa que nos hace la faena más fácil. Algunos no los he podido instalar por requisitos del hosting que no tengo. Aquí os dejo con el listado: Stealth Login: plugin para [...]
Entradas relacionadas:<ol>
<li><a href='http://otroblogmas.com/wordpress-infografia-para-mejorar-la-velocidad-de-carga/' rel='bookmark' title='WordPress: infografía para mejorar la velocidad de carga'>WordPress: infografía para mejorar la velocidad de carga</a></li>
<li><a href='http://otroblogmas.com/optimizacion-y-aceleracion-de-wordpress-2/' rel='bookmark' title='Optimización y aceleración de WordPress (2/2)'>Optimización y aceleración de WordPress (2/2)</a></li>
<li><a href='http://otroblogmas.com/wordpress-y-problemas-con-el-modsecurity/' rel='bookmark' title='WordPress y problemas con el módulo ModSecurity de Apache'>WordPress y problemas con el módulo ModSecurity de Apache</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignright size-full wp-image-237" title="Seguridad en WordPress" src="http://otroblogmas.com/wp-content/uploads/2009/08/wordpress_lock.jpg" alt="wordpress lock 13 métodos para mejora la seguridad de tu Wordpress" width="90" height="102" />De <a href="http://www.wpbeginner.com/wp-tutorials/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/">wpbegginer</a>, leo <strong>13 consejos</strong> a hacer en nuestro <a href="http://wordpress.org/">WordPress</a> para <strong>mejorar la seguridad</strong> de nuestro blog. La mayoría se hacen instalando un plugin, cosa que nos hace la faena más fácil. Algunos no los he podido instalar por <strong>requisitos del <a href="http://otroblogmas.com/tag/hosting/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con hosting">hosting</a></strong> que no tengo.</p>
<p><span id="more-236"></span>Aquí os dejo con el listado:</p>
<ol>
<li style="text-align: justify;"><strong>Stealth Login</strong>: plugin para <strong>cambiar las URLs</strong> de la página de login, del directorio de administración, de la página de desconectar o la página de registro.</li>
<li style="text-align: justify;">Crear un <strong>password difícil</strong>, y diferente de los demás sitios donde también tenemos un password</li>
<li style="text-align: justify;"><strong><a href="http://www.bad-neighborhood.com/login-lockdown.html" target="_blank">Login Lockdown</a></strong>: <strong>limitar el número de intentos de acceso al panel</strong>, por ejemplo: si se equivoca 3 veces, se tenga que esperar 5 minutos a volverlo a intentar.</li>
<li style="text-align: justify;"><strong><a href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/" target="_blank">Admin SSL</a></strong>: <strong>encriptando con SSL</strong> el panel de administración, si el hosting lo permite o si se tiene un certificado SSL, haciendo que las URLs empiezen por https://</li>
<li style="text-align: justify;"><strong><a href="http://www.askapache.com/WordPress/htaccess-password-protect.html">AskApache Password Protect</a></strong>: añade otro nivel de securidad, con este plugin que te genera el <strong>archivo <a href="http://en.wikipedia.org/wiki/Htpasswd">.htpasswd</a></strong> .</li>
<li style="text-align: justify;"><strong><a href="http://www.wpbeginner.com/wp-tutorials/protect-your-admin-folder-in-wordpress-by-limiting-access-in-htaccess/">Limitar el acceso al panel a través de una serie de IPs determinadas</a></strong>. Esto se hace a través del archivo <a href="http://en.wikipedia.org/wiki/Htaccess">.htaccess</a> .</li>
<li style="text-align: justify;"><strong>Borrar el usuario &#8216;admin&#8217;</strong> que trae WordPress por defecto, y tener otro usuario con ese rol.</li>
<li style="text-align: justify;"><strong><a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress</a></strong>:<strong> eliminar los mensajes de error del formulario para iniciar sesión</strong>, para no permitir saber si el usuario introducido existe o no. Este plugin hace esto y más funcionalidades.</li>
<li style="text-align: justify;"><strong><a href="http://wordpress.org/extend/plugins/semisecure-login-reimagined/" target="_blank">Semisecure Login Reimagined</a></strong>: aunque requiere JavaScript, <strong>encripta la contraseña del usuario con <a href="http://es.wikipedia.org/wiki/RSA">RSA</a> en su ordenador</strong>.</li>
<li style="text-align: justify;"><strong><a href="http://wordpress.org/extend/plugins/antivirus/" target="_blank">AntiVirus</a></strong>: <strong>protege el blog de exploits o spam injections</strong>.</li>
<li style="text-align: justify;"><strong>Tener WordPress actualizado</strong> con la última versión, para tener arreglados bugs o exploits de otras versiones anteriores.</li>
<li style="text-align: justify;"><strong><a href="http://wordpress.org/extend/plugins/one-time-password/">One Time Password</a></strong>: plugin que <strong>genera una contraseña para un solo uso</strong> (para cibercafes).</li>
<li style="text-align: justify;"><strong><a href="http://www.seoegghead.com/software/downloads/wordpress-firewall.seo">WordPress Firewall Plugin</a></strong>: <strong>detecta, intercepta y registra las peticiones sospechosas</strong>. También previene de ataques a los <a href="http://otroblogmas.com/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con plugins">plugins</a> instalados.</li>
</ol>
<p>Entradas relacionadas:</p><ol>
<li><a href='http://otroblogmas.com/wordpress-infografia-para-mejorar-la-velocidad-de-carga/' rel='bookmark' title='WordPress: infografía para mejorar la velocidad de carga'>WordPress: infografía para mejorar la velocidad de carga</a></li>
<li><a href='http://otroblogmas.com/optimizacion-y-aceleracion-de-wordpress-2/' rel='bookmark' title='Optimización y aceleración de WordPress (2/2)'>Optimización y aceleración de WordPress (2/2)</a></li>
<li><a href='http://otroblogmas.com/wordpress-y-problemas-con-el-modsecurity/' rel='bookmark' title='WordPress y problemas con el módulo ModSecurity de Apache'>WordPress y problemas con el módulo ModSecurity de Apache</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://otroblogmas.com/13-metodos-para-mejora-la-seguridad-de-tu-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REDCORUNA: empresa de hosting con tarifa plana</title>
		<link>http://otroblogmas.com/redcoruna-empresa-de-hosting-con-tarifa-plana/</link>
		<comments>http://otroblogmas.com/redcoruna-empresa-de-hosting-con-tarifa-plana/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 07:36:14 +0000</pubDate>
		<dc:creator>otroblogmas.com</dc:creator>
				<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://otroblogmas.com/?p=39</guid>
		<description><![CDATA[Un amigo del trabajo me comento una nueva empresa de hosting que venía pegando fuerte. Se trata de REDCORUNA, que viene con una tarifa plana muy interesante. Económicamente no hay nada que decir, y se ve que la atención al cliente es excelente. No hay entradas relacionadas.
No hay entradas relacionadas.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Un amigo del trabajo me comento una nueva empresa de <a href="http://otroblogmas.com/tag/hosting/" class="st_tag internal_tag" rel="tag" title="Entradas etiquetadas con hosting">hosting</a> que venía pegando fuerte. Se trata de <strong>REDCORUNA</strong>, que viene con una <a href="http://tarifaplana.redcoruna.com/">tarifa plana</a> muy interesante.</p>
<p style="text-align: justify;">Económicamente no hay nada que decir, y se ve que la atención al cliente es excelente.</p>
<p><a href="http://tarifaplana.redcoruna.com/"><span id="more-39"></span><img class="aligncenter size-full wp-image-42" title="Características-de-la-Tarifa-Plana-de-Hosting" src="http://otroblogmas.com/wp-content/uploads/2009/07/Características-de-la-Tarifa-Plana-de-Hosting1.gif" alt="Características de la Tarifa Plana de Hosting1 REDCORUNA: empresa de hosting con tarifa plana" width="541" height="1448" /></a></p>
<p>No hay entradas relacionadas.</p>]]></content:encoded>
			<wfw:commentRss>http://otroblogmas.com/redcoruna-empresa-de-hosting-con-tarifa-plana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

