<?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>Blog de Rafael Fernández &#187; apache</title>
	<atom:link href="http://www.rafaelfernandez.name/category/tecnico/linux/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rafaelfernandez.name</link>
	<description>Un lugar donde contar todo aquello que quiera</description>
	<lastBuildDate>Thu, 04 Mar 2010 17:55:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>No protocol handler was valid for the URL  ssl expired</title>
		<link>http://www.rafaelfernandez.name/2008/09/18/no-protocol-handler-was-valid-for-the-url-ssl-expired/</link>
		<comments>http://www.rafaelfernandez.name/2008/09/18/no-protocol-handler-was-valid-for-the-url-ssl-expired/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 17:37:30 +0000</pubDate>
		<dc:creator>Rafael Fernández</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.rafaelfernandez.name/?p=42</guid>
		<description><![CDATA[Hace poco he tenido un problema con redirecciones SSL en apache [warn] proxy: No protocol handler was valid for the URL $URL. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. Tras bajar el nivel de log a debug pude ver mensajes de [...]]]></description>
			<content:encoded><![CDATA[<p>Hace poco he tenido un problema con redirecciones SSL en apache</p>
<p>[warn] proxy: No protocol handler was valid for the URL $URL. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.</p>
<p>Tras bajar el nivel de log a debug pude ver mensajes de este tipo:</p>
<p>[debug] proxy_util.c(1354): [$IP] proxy: *: found reverse proxy worker for https://$URL<br />
[debug] mod_proxy.c(756): Running scheme https handler (attempt 0)<br />
[debug] mod_proxy_http.c(1643): proxy: HTTPS: declining URL https://$URL (mod_ssl not configured?)<br />
[debug] mod_proxy_ajp.c(492): proxy: AJP: declining URL https://$URL<br />
[debug] mod_proxy_ftp.c(798): proxy: FTP: declining URL https://$URL &#8211; not ftp:</p>
<p>[debug] mod_proxy_connect.c(100): proxy: CONNECT: declining URL https://$URL</p>
<p>[warn] proxy: No protocol handler was valid for the URL $URL. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.</p>
<p>Tras consultar la documentación de apache sobre ssl(http://httpd.apache.org/docs/2.0/mod/mod_ssl.html) y varios documentos relacionados uno aprende que para poder hacer redirecciones proxies de urls https es necesario que nuestro apache tenga soporte para ssl y activar el parametro <code>SSLProxyEngine. </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafaelfernandez.name/2008/09/18/no-protocol-handler-was-valid-for-the-url-ssl-expired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
