<?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>Keopx &#187; Apache2</title>
	<atom:link href="http://www.keopx.net/category/apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keopx.net</link>
	<description>Blog Keopx</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:05:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache SSL y mod_jk</title>
		<link>http://www.keopx.net/apache2/apache-ssl-y-mod_jk/</link>
		<comments>http://www.keopx.net/apache2/apache-ssl-y-mod_jk/#comments</comments>
		<pubDate>Wed, 12 May 2010 17:22:10 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=645</guid>
		<description><![CDATA[Apache SSL y mod_jk
Introducción
Veremos como conectar Apache y Tomcat con soporte para SSL. La configuración de esta versión esta realizada sobre Apache 2 y Tomcat 6 pero seria igualmente para Apache 2 y Tomcat 5.5.

Paquetes
Antes de nada deberemos instalar los paquetes necesarios para la configuración.
sudo aptitude install openssl libapache2-mod-jk
Apache
SSL y mod_jk
Activar modulo SSL para Apache [...]]]></description>
		<wfw:commentRss>http://www.keopx.net/apache2/apache-ssl-y-mod_jk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacer streaming con webcam en Debian/Ubuntu</title>
		<link>http://www.keopx.net/ubuntu/hacer-streaming-con-webcam-en-debianubuntu/</link>
		<comments>http://www.keopx.net/ubuntu/hacer-streaming-con-webcam-en-debianubuntu/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:09:13 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[portatil]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=555</guid>
		<description><![CDATA[Si queremos emitir a través de la web nuestra webcam o queremos visualizar la webcam de forma remota existe la posibilidad con webcam-server. Eso si es necesario el tener la maquina virtual de java.
Instalación:
sudo apt-get install webcam-server

Fichero configuración de arranque y parado:
sudo nano /etc/init.d/webcam-server
Y añadimos:

#!/bin/sh
SERVER_BIN=webcam-server
LOCK_FILE=/var/lock/$SERVER_BIN
RTRN=0
OPTIONS='-v -g 320x240 -p 8888 -c hacktivision.com'
start() {
[ -f $LOCK_FILE ] [...]]]></description>
		<wfw:commentRss>http://www.keopx.net/ubuntu/hacer-streaming-con-webcam-en-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redireccionar a otra url o de http a https</title>
		<link>http://www.keopx.net/apache2/redireccionar-a-otra-url-o-de-http-a-https/</link>
		<comments>http://www.keopx.net/apache2/redireccionar-a-otra-url-o-de-http-a-https/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:43:18 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=449</guid>
		<description><![CDATA[En mi caso ha sido necesario redireccionar una web desde http (80) a https (443).
Se puede utilizar también para redireccionar de una url a otra.
Deberemos configurar esta linea en nuestro VirtualHost:
#Redireccionar a otra url
RedirectMatch (.*) https://www.site.com$1
]]></description>
		<wfw:commentRss>http://www.keopx.net/apache2/redireccionar-a-otra-url-o-de-http-a-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redireccionar url sin www a www.mysite.com</title>
		<link>http://www.keopx.net/apache2/redireccionar-url-sin-www-a-www-mysite-com/</link>
		<comments>http://www.keopx.net/apache2/redireccionar-url-sin-www-a-www-mysite-com/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:43:09 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=447</guid>
		<description><![CDATA[Mas de una vez por motivos de desarrollo hemos necesitado que nuestra web tenga las www delante de la dirección.
En nuestro VirtualHost deberemos configurar lo siguiente, eso si teniendo en cuenta que es necesario tener instalado mod_rewrite
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.mysite\.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301]
]]></description>
		<wfw:commentRss>http://www.keopx.net/apache2/redireccionar-url-sin-www-a-www-mysite-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generar nuestro propio certificado SSL</title>
		<link>http://www.keopx.net/gnulinux/generar-nuestro-propio-certificado-ssl/</link>
		<comments>http://www.keopx.net/gnulinux/generar-nuestro-propio-certificado-ssl/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 16:58:31 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=441</guid>
		<description><![CDATA[Para generar un certificado valido (ejemplo web):
openssl req -nodes -new -keyout web.key -out web.csr

keopx@prueba:/etc/apache2$ openssl req -nodes -new -keyout web.key -out web.csr
Generating a 1024 bit RSA private key
...............................................++++++
........................................................++++++
writing new private key to 'web.key'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what [...]]]></description>
		<wfw:commentRss>http://www.keopx.net/gnulinux/generar-nuestro-propio-certificado-ssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redireccionar de http a https en Apache</title>
		<link>http://www.keopx.net/apache2/redireccionar-de-http-a-https-en-apache/</link>
		<comments>http://www.keopx.net/apache2/redireccionar-de-http-a-https-en-apache/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 16:11:47 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=425</guid>
		<description><![CDATA[Añadiendo esta simple linea en nuestro virtual host nos enviara de una petición http a https convierten así la conexión en segura.

RedirectMatch (.*) https://www.nuestra-direccion.com$1

]]></description>
		<wfw:commentRss>http://www.keopx.net/apache2/redireccionar-de-http-a-https-en-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[warn] NameVirtualHost *:80 has no VirtualHosts en Apache</title>
		<link>http://www.keopx.net/apache2/warn-namevirtualhost-80-has-no-virtualhosts-en-apache/</link>
		<comments>http://www.keopx.net/apache2/warn-namevirtualhost-80-has-no-virtualhosts-en-apache/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 08:06:45 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=321</guid>
		<description><![CDATA[Bueno tenemos varias opciones para solucionar este problema.
El primero consiste en comentar en /etc/apache2/ports.conf la siguiente linea #NameVirtualHost *:80 y definir en nuestro /etc/apache2/sites-available/default la parte de NameVirtualHost *:80.
Yo he optado por otra opcion que considero mas aceptable. No tocar el fichero/etc/apache2/ports.conf y no definir en el fichero /etc/apache2/sites-available/default la parte #NameVirtualHost *:80
Sin tocar nada [...]]]></description>
		<wfw:commentRss>http://www.keopx.net/apache2/warn-namevirtualhost-80-has-no-virtualhosts-en-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cambiar limite de memory en aplicaciones php</title>
		<link>http://www.keopx.net/programacion/cambiar-limite-de-memory-en-aplicaciones-php/</link>
		<comments>http://www.keopx.net/programacion/cambiar-limite-de-memory-en-aplicaciones-php/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 10:43:24 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[consola]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=255</guid>
		<description><![CDATA[Algunas configuraciones nos exigen aumentar la capacidad de memory en nuestro servidor apache, realemente eso es necesario en la aplicación de php.
Para ellos tenemos que cambiar los siguientes parametros en:
sudo nano /etc/php5/apache2/php.ini
Buscamos y cambiamos:
memory_limit = 16M -->memory_limit = 32M
]]></description>
		<wfw:commentRss>http://www.keopx.net/programacion/cambiar-limite-de-memory-en-aplicaciones-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambiar tamaño maximo de subida de fichero en php</title>
		<link>http://www.keopx.net/programacion/cambiar-tamano-maximo-de-subida-de-fichero-en-php/</link>
		<comments>http://www.keopx.net/programacion/cambiar-tamano-maximo-de-subida-de-fichero-en-php/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 10:42:40 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=254</guid>
		<description><![CDATA[Algunas configuraciones nos exigen aumentar la capacidad de subida de ficheros en nuestro servidor.
Para ellos tenemos que cambiar los siguientes parametros en:
sudo nano /etc/php5/apache2/php.ini
Buscamos y cambiamos:
post_max_size = 8M --> post_max_size = 20M
upload_max_filesize = 8M --> upload_max_filesize = 20M
]]></description>
		<wfw:commentRss>http://www.keopx.net/programacion/cambiar-tamano-maximo-de-subida-de-fichero-en-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Hosts sencillos para desarrollo</title>
		<link>http://www.keopx.net/apache2/virtual-hosts-sencillos-para-desarrollo/</link>
		<comments>http://www.keopx.net/apache2/virtual-hosts-sencillos-para-desarrollo/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 11:10:36 +0000</pubDate>
		<dc:creator>keopx</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.keopx.net/?p=167</guid>
		<description><![CDATA[Como crear un  Virtual Hosts de forma sencilla para que funcione apache.
Editamos:
sudo nano /etc/apache2/sites-enabled/000-default
NameVirtualHost *:80

# creamos un vhost para lo que no sean peticiones directas a un dominio
# que estemos albergando - están accediendo directamente a la IP o a un
# dominio que apache no ha reconocido como otro vhost.
# aqui acceden las morrallas [...]]]></description>
		<wfw:commentRss>http://www.keopx.net/apache2/virtual-hosts-sencillos-para-desarrollo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
