Comments on: Upgrading Apache to version 2.2 in Debian https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/ In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming. Tue, 08 Sep 2015 00:35:25 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Greg https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/comment-page-1/#comment-266105 Tue, 20 Jan 2009 02:33:58 +0000 http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2/#comment-266105 Thanks about proxy_http. I had proxy_ajp, proxy, and proxy_balancer and for the life of me couldn’t figure out why it wasn’t working :)

]]>
By: c a https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/comment-page-1/#comment-252884 Wed, 19 Nov 2008 15:56:20 +0000 http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2/#comment-252884 Hello! thanks for fielding this. I came across this searching for the “No protocol handler was valid” error. Also note, if this didn’t solve you issue,… make sure your entry is correct:

1
RewriteRule ^/(.*)$ balancer://YOURAPP%{REQUEST_URI} [P,QSA,L]
]]>
By: Ruby on Rails applications with Mongrel clusters and Apache on Ubuntu : Thinking in GIS https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/comment-page-1/#comment-117341 Thu, 08 Nov 2007 16:05:35 +0000 http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2/#comment-117341 […] blog.codahale.com kpumuk.info Bookmark […]

]]>
By: sublog : Upgrading to Debian Etch for Rails Mongrel Hosting https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/comment-page-1/#comment-11412 Mon, 18 Dec 2006 13:08:50 +0000 http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2/#comment-11412 […] Not sure what to make of that, Google again came to the rescue with this helpful hint. It seems that by default Debian doesn’t include the proxy_balancer or proxy_http modules. I enabled them, restarted Apache, and everything was running smoothly. […]

]]>
By: Seth https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/comment-page-1/#comment-11395 Mon, 18 Dec 2006 08:49:37 +0000 http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2/#comment-11395 Bigup on the mod_proxy_http thing as well…I was stumped too.

]]>
By: Stephen Caudill https://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2-in-debian/comment-page-1/#comment-7853 Wed, 15 Nov 2006 19:40:12 +0000 http://kpumuk.info/ruby-on-rails/upgrading-apache-to-version-2-2/#comment-7853 Thanks! I’ve been trawling the internets for an hour trying to figure out that “No protocol handler was valid” error. I didn’t have mod_proxy_http enabled :) Good lookin out!

Cheers!

– Stephen

]]>