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
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
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
3 matches
Mail list logo