On 12/14, Geir Isene wrote:
> Hi,
> 
Hi!

> I tried adding these two lines to my Vimb config file:
> 
>     set proxy=true
>     set http_proxy="http://127.0.0.1:8118";
> 
> ...but as I open Vimb, it says "Config 'http_proxy' not found"
> 

There is indeed no such option as http_proxy. Instead vimb uses "http_proxy"
environment variable. In order to use proxy you have to set this environment
variable somewhere, for example, in configuration file of your shell, or
.xprofile by adding the line

    export http_proxy="http://127.0.0.1:8118";

Also you can simply insert this variable before the vimb command like this:

   http_proxy="http://127.0.0.1:8118"; vimb

So basically, you have to choose one of these options depending on the way you
launch vimb.

Good luck!

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to