Blab-n-Lab on Google 


Dedicated to the proposition that web sites should be plentiful and expendable 

Interesting looking movie coming in December

Some of the hype is this is LOTR 4.

Goodies from the Newsgroups

DB2 Cursors-n-stuff

Port Redirection Through Apache

> http://www.myserver:58080/interopand
> http://www.myserver:45000/workspace
> We have 2 applications that normally run on ports.
> However we would like to route the web traffic through port 19000 and then onto either 58080 or 45000.
> How would we configure WAS and HTTP server to allow us to do this ?

I'd use mod_redirect in Apache (err, IBM HTTP Server).

Redirect permanent /interop http://www.myserver:58080/interop
Redirect permanent /workspac http://www.myserver:45000/workspace

This doesn't route the web traffic through the port though, only the
first request.

If you really want to route the traffic, you need to setup the HTTP
server as a proxy.

ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /interop http://www.myserver:58080/interop
ProxyPassReverse /interop http://www.myserver:58080/interop

ProxyPass /workspace http://www.myserver:45000/workspace
ProxyPassReverse /workspac http://www.myserver:45000/workspace

Definitely needs some tuning and checking (did this with a quick
google, we have a reverse proxy but not one that chooses between
destinations).

More to come...

Mouse brain simulated on computer

With a half dozen of these you could replace our entire upper management team. (Appologies of course extended to any whole-brained mice that happen to be reading this.)

The Dilbert Correlation Factor (DCF)

http://www.langston.com/Fun_People/1995/1995BCI.html

Something real will this way come 

  Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum nulla. Phasellus mattis. Aenean vulputate auctor augue. Maecenas sed velit. Maecenas pede nisl, interdum sed, accumsan non, dapibus sed, lacus. Mauris pulvinar mollis turpis. Suspendisse scelerisque urna a libero. Duis eget nibh. Curabitur cursus sodales justo. Fusce nec sapien. Morbi dolor. Morbi interdum feugiat dui. Praesent non leo vitae metus gravida convallis.