Re: whois.conf

2004-09-04 Thread Woon Wai Keen @ doubleukay.com
On 4/9/2004 10:59 PM, Marcin Sochacki wrote: OTOH you could also use the env variable: WHOIS_SERVER Or this one: alias whois='whois -h whois.apnic.net' -- Regards, wK (www.doubleukay.com) smime.p7s Description: S/MIME Cryptographic Signature

Re: How to connect Apache2 to Tomcat4?

2004-03-10 Thread Woon Wai Keen @ doubleukay.com
Brett Parker wrote: Very Quick and Dirty Method: RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ I use a similar rule to pass dynamic page requests to a separate apache process RewriteEngine on RewriteRule

Re: How to connect Apache2 to Tomcat4?

2004-03-09 Thread Woon Wai Keen @ doubleukay.com
Brett Parker wrote: Very Quick and Dirty Method: RewriteEngine on ProxyPreserveHost on RewriteRile ^/(.*\.jsp) http://localhost:8180/$1 [P] [L] ProxyPassReverse / http://localhost:8180/ I use a similar rule to pass dynamic page requests to a separate apache process RewriteEngine on RewriteRul