<?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>Itimag.com &#187; apache</title>
	<atom:link href="http://www.itimag.com/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itimag.com</link>
	<description>Blog de un Ingeniero Informático</description>
	<lastBuildDate>Mon, 12 Apr 2010 22:31:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Acelera tu servidor Apache + PHP con APC (Alternate PHP Cache)</title>
		<link>http://www.itimag.com/servidores/acelera-tu-servidor-apache-php-con-apc-cache.html</link>
		<comments>http://www.itimag.com/servidores/acelera-tu-servidor-apache-php-con-apc-cache.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 22:52:29 +0000</pubDate>
		<dc:creator>Itimag</dc:creator>
				<category><![CDATA[Curso Adm. Servidores]]></category>
		<category><![CDATA[Servidores]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.itimag.net/?p=747</guid>
		<description><![CDATA[Intalación realizada sobre Linux Debian. Lo primero de todo: actualizar los repositorios: apt-get update Ahora instalamos algunos paquetes necesarios: apt-get install php-pear php5-dev apache2-dev apache2-prefork-dev Instalarmos APC: pecl install apc Ahora que ya tenemos instalado APC, vamos a añadirlo a la configuración de apache. El siguiente comando lo hace solo: echo &#34;extension=apc.so&#34; &#62; /etc/php5/apache2/conf.d/apc.ini Finalmente, [...]]]></description>
			<content:encoded><![CDATA[<p>Intalación realizada sobre Linux Debian.</p>
<p>Lo primero de todo: actualizar los repositorios:</p>

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

<p>Ahora instalamos algunos paquetes necesarios:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php-pear php5-dev apache2-dev apache2-prefork-dev</pre></div></div>

<p>Instalarmos APC:</p>

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

<p>Ahora que ya tenemos instalado APC, vamos a añadirlo a la configuración de apache. El siguiente comando lo hace solo:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;extension=apc.so&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php5<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>conf.d<span style="color: #000000; font-weight: bold;">/</span>apc.ini</pre></div></div>

<p>Finalmente, debemos reiniciar apache:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>Para más información, <a href="http://es.php.net/apc/" target="_self">visita php.net</a>.</p>
<p>Esto es todo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itimag.com/servidores/acelera-tu-servidor-apache-php-con-apc-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalando un servidor web con Apache + PHP5</title>
		<link>http://www.itimag.com/servidores/como-instalar-un-servidor-web-con-apache-php5-en-linux.html</link>
		<comments>http://www.itimag.com/servidores/como-instalar-un-servidor-web-con-apache-php5-en-linux.html#comments</comments>
		<pubDate>Sun, 09 Nov 2008 18:35:09 +0000</pubDate>
		<dc:creator>Itimag</dc:creator>
				<category><![CDATA[Curso Adm. Servidores]]></category>
		<category><![CDATA[Servidores]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[como]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[guia]]></category>
		<category><![CDATA[instalar]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[publica]]></category>
		<category><![CDATA[servidor]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.itimag.net/?p=403</guid>
		<description><![CDATA[Continuando con el curso de administración de servidores, os voy a explicar como instalar un servidor web con apache + PHP5. Instalamos apache: apt-get install apache2 apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert Instalamos PHP5: apt-get install libapache2-mod-php5 php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-ps php5-pspell php5-recode php5-snmp php5-sqlite [...]]]></description>
			<content:encoded><![CDATA[<p>Continuando con el curso de administración de servidores, os voy a explicar como instalar un servidor web con apache + PHP5.</p>
<p>Instalamos apache:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apache2 apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert</pre></div></div>

<p>Instalamos PHP5:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libapache2-mod-php5 php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl</pre></div></div>

<p>Durante la instalación nos aparecerá una pantalla en la que se nos pedirá:</p>

<div class="wp_syntax"><div class="code"><pre class="null" style="font-family:monospace;">¿Quiere continuar instalando libc-client sin soporte para Maildir?</pre></div></div>

<p>Marcamos que si.</p>
<p>Una vez realizada la instalación editamos el fichero /etc/apache2/mods-available/dir.conf:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>mods-available<span style="color: #000000; font-weight: bold;">/</span>dir.conf</pre></div></div>

<p>y cambiamos la linea  “DirectoryIndex”:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">          DirectoryIndex index.html index.htm index.shtml index.cgi
          index.php index.php3 index.pl index.xhtml</pre></div></div>

<p>Editamos el fichero /etc/apache2/ports.conf y añadimos la linea “Listen 443”:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>ports.conf</pre></div></div>

<p>El fichero resultante es:</p>

<div class="wp_syntax"><div class="code"><pre class="null" style="font-family:monospace;">Listen 80
Listen 443</pre></div></div>

<p>Ahora habilitamos algunos módulos de apache (SSL, rewrite, suexec,  i include) mediante los siguientes comandos:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">a2enmod ssl
a2enmod rewrite
a2enmod suexec
a2enmod include</pre></div></div>

<p>Finalmente, para que los cambios surjan efecto, recargamos  la configuración de Apache:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 force-reload</pre></div></div>

<p>Ya tenemos nuestro servidor web en marcha. Ahora simplemente debemos abrir el puerto 80 en nuestro router y nuestro servidor web será accesible en internet escribiendo en el navegador nuestra ip pública.</p>
<p>Un saludo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itimag.com/servidores/como-instalar-un-servidor-web-con-apache-php5-en-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como montar un servidor web dedicado</title>
		<link>http://www.itimag.com/servidores/como-montar-un-servidor-web-dedicado.html</link>
		<comments>http://www.itimag.com/servidores/como-montar-un-servidor-web-dedicado.html#comments</comments>
		<pubDate>Mon, 10 Mar 2008 22:45:47 +0000</pubDate>
		<dc:creator>Itimag</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[DDos]]></category>
		<category><![CDATA[dedicado]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servidor]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.itimag.net/servidores/como-montar-un-servidor-web-dedicado.html</guid>
		<description><![CDATA[Hace un par de días buscaba información sobre cómo montar y administrar mi propio servidor web. Me encontré con este portal en el cual un joven nos comenta sus experiencias. Entre ellas destacan el ataque DDOS que recibió y el efecto Barrapunto. Hoy me he llenado de alegría cuando he visto una enlace muy interesante [...]]]></description>
			<content:encoded><![CDATA[<p>Hace un par de días buscaba información sobre cómo montar y administrar mi propio servidor web. Me encontré <a href="http://www.danielclemente.com/">con este portal</a> en el cual <a href="http://www.danielclemente.com/cv/">un joven</a> nos comenta sus experiencias. Entre ellas destacan el <a href="http://www.danielclemente.com/ataque/">ataque DDOS</a> que recibió y el <a href="http://www.danielclemente.com/barrapunto/">efecto Barrapunto</a>.</p>
<p>Hoy me he llenado de alegría cuando he visto una enlace muy interesante en <a href="http://www.bandaancha.st/weblogart.php?artid=5471">bandaancha.st</a> y/o <a href="http://meneame.net/story/how-to-como-montar-mantener-hosting-casero">meneame.net</a> dirigido al blog de <a href="http://www.vicente-navarro.com/blog/">Vicente Navarro</a> en el cual se publica un fantástico <a href="http://www.vicente-navarro.com/blog/2008/03/09/hosting-casero-howto/">How-to o manual para crear un Hosting o servidor web casero</a>.</p>
<p>Sin duda alguna me gustaría poder llegar a adquirir los conocimientos que estos individuos han adquirido con la experiencia.  Desde aquí les quiero hacer llegar mi más sincera enhorabuena.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itimag.com/servidores/como-montar-un-servidor-web-dedicado.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
