The Artima Developer Community
Sponsored Link

Java Buzz Forum
Careful with Gentoo Apache 1.3.32...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Winters

Posts: 931
Nickname: cwinters
Registered: Jul, 2003

Daytime: Java hacker; nighttime: Perl hacker; sleeptime: some of both.
Careful with Gentoo Apache 1.3.32... Posted: Nov 20, 2004 12:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Chris Winters.
Original Post: Careful with Gentoo Apache 1.3.32...
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
Latest Java Buzz Posts
Latest Java Buzz Posts by Chris Winters
Latest Posts From cwinters.com

Advertisement
According to the 1.3.33 anouncement Apache 1.3.32 was never formally released. That was quite a surprise to me as this server (running this and all the OpenInteract infrastructure) is marked as stable only and portage had announced the upgrade to be available. Unfortunately a bug in 1.3.32 (described best here) meant some parts of the OpenInteract JIRA refused to work when GET parameters were appended to the URL.

JIRA and this website run behind the well-used combination of mod_proxy and mod_rewrite. This allows the only web face to the world to be Apache -- requests to a particular host or url-space can be handed off to another (usually heavyweight) application server for processing, then any content and headers are sent back to the user through the lightweight front-end server. It has some additional benefits well documented in the older mod_perl guide. Unfortunately some part of the combination did some unfortunate URL munging such that the URL http://.../foo.jspa?bar=baz would be given to Tomcat as http://.../foo.jspa%3Fbar=baz, which it couldn't handle, complaining that the requested resource was not available.

Interestingly, mod_perl + OpenInteract2 (running this site) handled it just fine...

Read: Careful with Gentoo Apache 1.3.32...

Topic: Talking at the November Scottish CFUG Previous Topic   Next Topic Topic: AspectJ 1.2.1 now available

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use